mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Python: Move framework tests out of experimental
Since they are not experimental anymore 😄
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
s = "taintedString"
|
||||
|
||||
if s.startswith("tainted"): # $checks=s branch=true
|
||||
pass
|
||||
|
||||
sw = s.startswith # $ MISSING: checks=s branch=true
|
||||
if sw("safe"):
|
||||
pass
|
||||
Reference in New Issue
Block a user