Add change note and fix some QLDocs

This commit is contained in:
Tony Torralba
2021-05-06 13:13:23 +02:00
parent e14294a2f7
commit 1f1f85aeb5
3 changed files with 4 additions and 2 deletions

View File

@@ -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 }