Python: resolve remaining TODOs

This commit is contained in:
Asger F
2024-12-20 11:02:40 +01:00
parent 975ce064fc
commit d3ee658399
8 changed files with 33 additions and 50 deletions

View File

@@ -40,9 +40,7 @@ module SmtpLib {
}
predicate observeDiffInformedIncrementalMode() {
// TODO(diff-informed): Manually verify if config can be diff-informed.
// ql/src/experimental/semmle/python/libraries/SmtpLib.qll:91: Flow call outside 'select' clause
none()
none() // Used in library model
}
}