Files
codeql/python/ql/test
Rasmus Lerchedahl Petersen b93c04bb79 python: Add reverse flow in some patterns
Particularly in value and literal patterns.
This is getting a little bit into the guards aspect of matching.
We could similarly add reverse flow in terms of
sub-patterns storing to a sequence pattern,
a flow step from alternatives to an-or-pattern, etc..
It does not seem too likely that sources are embedded in patterns
to begin with, but for secrets perhaps?

It is illustrated by the literal test. The value test still fails.
I believe we miss flow in general from the static attribute.
2022-01-27 15:20:23 +01:00
..
2021-12-07 18:00:46 +00:00
2021-12-07 17:29:35 +00:00
2019-08-17 16:31:19 +01:00
2021-11-29 14:15:53 -05:00