File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
lib/semmle/python/security/dataflow
src/experimental/semmle/python/libraries Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,7 @@ module NormalHashFunction {
3434 sensitiveDataExtraStepForCalls ( node1 , node2 )
3535 }
3636
37- predicate observeDiffInformedIncrementalMode ( ) {
38- // TODO(diff-informed): Manually verify if config can be diff-informed.
39- // ql/lib/semmle/python/security/dataflow/WeakSensitiveDataHashingQuery.qll:88: Flow call outside 'select' clause
40- none ( )
41- }
37+ predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
4238 }
4339
4440 /** Global taint-tracking for detecting "use of a broken or weak cryptographic hashing algorithm on sensitive data" vulnerabilities. */
@@ -70,11 +66,7 @@ module ComputationallyExpensiveHashFunction {
7066 sensitiveDataExtraStepForCalls ( node1 , node2 )
7167 }
7268
73- predicate observeDiffInformedIncrementalMode ( ) {
74- // TODO(diff-informed): Manually verify if config can be diff-informed.
75- // ql/lib/semmle/python/security/dataflow/WeakSensitiveDataHashingQuery.qll:95: Flow call outside 'select' clause
76- none ( )
77- }
69+ predicate observeDiffInformedIncrementalMode ( ) { any ( ) }
7870 }
7971
8072 /** Global taint-tracking for detecting "use of a broken or weak cryptographic hashing algorithm on passwords" vulnerabilities. */
Original file line number Diff line number Diff line change @@ -40,9 +40,7 @@ module SmtpLib {
4040 }
4141
4242 predicate observeDiffInformedIncrementalMode ( ) {
43- // TODO(diff-informed): Manually verify if config can be diff-informed.
44- // ql/src/experimental/semmle/python/libraries/SmtpLib.qll:91: Flow call outside 'select' clause
45- none ( )
43+ none ( ) // Used in library model
4644 }
4745 }
4846
You can’t perform that action at this time.
0 commit comments