File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
java/ql/lib/semmle/code/java/security
shared/dataflow/codeql/dataflow/internal Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ module TaintedPathConfig implements DataFlow::ConfigSig {
66
66
67
67
predicate isBarrier ( DataFlow:: Node sanitizer ) {
68
68
sanitizer instanceof SimpleTypeSanitizer or
69
- sanitizer instanceof PathInjectionSanitizer // or
70
- // sanitizer.getLocation().getFile().getBaseName() =
71
- // [ "BaseObject.java", "SimpleNode.java", "Context.java"]
69
+ sanitizer instanceof PathInjectionSanitizer or
70
+ sanitizer .getLocation ( ) .getFile ( ) .getBaseName ( ) =
71
+ [ /* "BaseObject.java", "SimpleNode.java",*/ "Context.java" ]
72
72
}
73
73
74
74
predicate isAdditionalFlowStep ( DataFlow:: Node n1 , DataFlow:: Node n2 ) {
Original file line number Diff line number Diff line change @@ -3259,7 +3259,8 @@ module MakeImpl<InputSig Lang> {
3259
3259
private module Stage3 = MkStage< Stage2_5 > :: Stage< Stage3Param > ;
3260
3260
3261
3261
// private predicate mostBusyNodeFwd3 = Stage3::mostBusyNodeFwd/10;
3262
- // private predicate mostBusyNodeFwd3_5 = Stage3_5::mostBusyNodeFwd/10;
3262
+ private predicate mostBusyNodeFwd3_5 = Stage3_5:: mostBusyNodeFwd / 10 ;
3263
+
3263
3264
// private predicate mostBusyNodeFwd4 = Stage4::mostBusyNodeFwd/10;
3264
3265
private predicate mostBusyNodeFwd5 = Stage5:: mostBusyNodeFwd / 10 ;
3265
3266
You can’t perform that action at this time.
0 commit comments