Files
codeql/python/ql/test/experimental
Rasmus Wriedt Larsen 56c85ffe54 Python: Fixup threat-models for os.environ.get()
Since using `.DictionaryElementAny` doesn't actually do a store on the
source, (so we can later follow any dict read-steps).

I added the ensure_tainted steps to highlight that the result of the
WHOLE expression ends up "tainted", and that we don't just mark
`os.environ` as the source without further flow.
2024-09-10 14:32:36 +02:00
..
2024-04-22 12:00:09 +00:00

This directory contains tests for experimental CodeQL queries and libraries.