mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Java: update extraction query tests after merging PR #13747
This commit is contained in:
@@ -303,7 +303,7 @@ module SharedCharacteristics<CandidateSig Candidate> {
|
||||
* analyzed.
|
||||
*/
|
||||
private class IsSanitizerCharacteristic extends NotASinkCharacteristic {
|
||||
IsSanitizerCharacteristic() { this = "external" }
|
||||
IsSanitizerCharacteristic() { this = "known sanitizer" }
|
||||
|
||||
override predicate appliesToEndpoint(Candidate::Endpoint e) { Candidate::isSanitizer(e, _) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user