Files
codeql/python/ql/test/library-tests/frameworks/stdlib
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
..
v1
2023-10-08 21:24:54 +02:00
2023-02-13 15:39:43 +01:00