Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6313dd commit 2baed20Copy full SHA for 2baed20
1 file changed
python/ql/test/experimental/library-tests/frameworks/stdlib/SafeAccessCheck.py
@@ -2,3 +2,7 @@
2
3
if s.startswith("tainted"): # $checks=s $branch=true
4
pass
5
+
6
+sw = s.startswith # $f-:checks=s $f-:branch=true
7
+if sw("safe"):
8
+ pass
0 commit comments