Skip to content

Commit b2e40ac

Browse files
fix typo in test
Co-authored-by: Nick Rolfe <[email protected]>
1 parent ee858d8 commit b2e40ac

File tree

1 file changed

+1
-1
lines changed
  • ruby/ql/test/query-tests/security/cwe-1333-exponential-redos

1 file changed

+1
-1
lines changed

ruby/ql/test/query-tests/security/cwe-1333-exponential-redos/tst.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,5 +371,5 @@
371371
# GOOD
372372
good43 = /^X(\u0061|b)+Y$/
373373

374-
# NOT GODD
374+
# NOT GOOD
375375
bad88 = /X([[:digit:]]|\d)+Y/

0 commit comments

Comments
 (0)