We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92782d commit 94750fcCopy full SHA for 94750fc
python/ql/test/query-tests/Security/CWE-798/test.py
@@ -17,3 +17,14 @@ def sell(client, units):
17
conn.cmd("sell", 1000)
18
conn.close()
19
20
+
21
+# Ignored
22
+test(password='short')
23
+test(password='Capitalized')
24
+test(password=' whitespace') # too much whitespace
25
+test(password='insecure__') # too many underscores
26
+test(password='aaaaaaaaaa') # too repetitive
27
+test(password='format_string_{}')
28
29
+# TODO: we think this is a format string :\
30
+test(password='''U]E8FPETCS_]{,y>bgyzh^$yC5>SP{E*2=`;3]G~k&+;khy3}4]jdpu;D(aP$SCFA{;hh4n46pUJ%+$nEP_gqNq#X!2$%*C-6y6%''')
0 commit comments