Files
codeql/python/ql/test/query-tests/Security/CWE-022-PathInjection
Rasmus Wriedt Larsen baafd9f8ba Python: Add an other path injection FP
Along with the root cause, which is the `StringConstCompare`
BarrierGuard, that does only allows `in <iterable literal>` and not
`in <variable referencing iterable literal>`
2021-11-23 12:59:15 +01:00
..