mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: fix sanitizer bug
This commit is contained in:
@@ -49,8 +49,8 @@ module ApplicationCandidatesImpl implements SharedCharacteristics::CandidateSig
|
||||
|
||||
// Sanitizers are currently not modeled in MaD. TODO: check if this has large negative impact.
|
||||
predicate isSanitizer(Endpoint e, EndpointType t) {
|
||||
exists(t) and
|
||||
(
|
||||
exists(t) and
|
||||
e.getType() instanceof BoxedType
|
||||
or
|
||||
e.getType() instanceof PrimitiveType
|
||||
|
||||
Reference in New Issue
Block a user