Skip to content

Commit 1f1f85a

Browse files
committed
Add change note and fix some QLDocs
1 parent e14294a commit 1f1f85a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* The query "Unsafe resource fetching in Android webview" (`java/android/unsafe-android-webview-fetch`) has been promoted from experimental to the main query pack. Its results will now appear by default. This query was originally [submitted as an experimental query by @luchua-bc](https://github.com/github/codeql/pull/3706)

java/ql/src/semmle/code/java/security/UnsafeAndroidAccess.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import semmle.code.java.dataflow.DataFlow
88
import semmle.code.java.dataflow.ExternalFlow
99

1010
/**
11-
* A sink that represents a method that fetches a web resource.
11+
* A sink that represents a method that fetches a web resource in Android.
1212
*
1313
* Extend this class to add your own Unsafe Resource Fetching sinks.
1414
*/

java/ql/test/query-tests/security/CWE-749/UnsafeAndroidAccessTest.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TestUtilities.InlineExpectationsTest
55
import semmle.code.java.security.UnsafeAndroidAccess
66

77
class Conf extends TaintTracking::Configuration {
8-
Conf() { this = "qltest:cwe:jexl-injection" }
8+
Conf() { this = "qltest:cwe:unsafe-android-access" }
99

1010
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
1111

0 commit comments

Comments
 (0)