mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Add change note and fix some QLDocs
This commit is contained in:
@@ -5,7 +5,7 @@ import TestUtilities.InlineExpectationsTest
|
||||
import semmle.code.java.security.UnsafeAndroidAccess
|
||||
|
||||
class Conf extends TaintTracking::Configuration {
|
||||
Conf() { this = "qltest:cwe:jexl-injection" }
|
||||
Conf() { this = "qltest:cwe:unsafe-android-access" }
|
||||
|
||||
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user