We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639ae86 commit b5e54a1Copy full SHA for b5e54a1
1 file changed
actions/ql/lib/codeql/actions/Bash.qll
@@ -791,7 +791,7 @@ module Bash {
791
exists(string r1, string r2, string r3, string r4 |
792
// An alphanumeric character class
793
r1 = "\\[([09azAZ_-]+)\\]" and
794
- // The same as above, followed by a quantifier like `+` or `{20}`
+ // The same as above, followed by a quantifier like `+` or `{20}`
795
r2 = r1 + "(\\+|\\{\\d+\\})" and
796
// The same as above, possibly with brackets around it
797
r3 = "\\(?" + r2 + "\\)?" and
0 commit comments