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 a4cd913 commit 0645b11Copy full SHA for 0645b11
ruby/ql/lib/codeql/ruby/security/regexp/NfaUtilsSpecific.qll
@@ -63,14 +63,6 @@ module RegExpFlags {
63
root.getLiteral().isIgnoreCase()
64
}
65
66
- /**
67
- * Gets the flags for `root`, or the empty string if `root` has no flags.
68
- */
69
- string getFlags(RegExpTerm root) {
70
- root.isRootTerm() and
71
- result = root.getLiteral().getFlags()
72
- }
73
-
74
/**
75
* Holds if `root` has the `s` flag for multi-line matching.
76
*/
0 commit comments