Skip to content

Commit 12ea5e0

Browse files
author
Stephan Brandauer
committed
Java: fix sanitizer bug
1 parent 8655931 commit 12ea5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Telemetry/AutomodelApplicationModeCharacteristics.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ module ApplicationCandidatesImpl implements SharedCharacteristics::CandidateSig
4949

5050
// Sanitizers are currently not modeled in MaD. TODO: check if this has large negative impact.
5151
predicate isSanitizer(Endpoint e, EndpointType t) {
52+
exists(t) and
5253
(
53-
exists(t) and
5454
e.getType() instanceof BoxedType
5555
or
5656
e.getType() instanceof PrimitiveType

0 commit comments

Comments
 (0)