mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
This is not a very good test for showing that we don't handle direct imports,
but it was the best I had available without inventing something new. It's very
fragile, since any of these would propagate taint (due to handling all `join`
calls as if the qualifier was a string):
ospath_alias.join(ts)
ospath_alias.join(ts, "foo", "bar")
But this test DOES serve the purpose of illustrating that my fix works :D
This directory contains tests for experimental CodeQL queries and libraries.