Java: update extraction query tests after merging PR #13747

This commit is contained in:
Stephan Brandauer
2023-07-24 17:05:28 +02:00
parent 50603102d1
commit 37b6b46dbf
3 changed files with 4 additions and 5 deletions

View File

@@ -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, _) }
}