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 322e394 commit 0c3daabCopy full SHA for 0c3daab
javascript/ql/lib/semmle/javascript/dependencies/FrameworkLibraries.qll
@@ -238,7 +238,7 @@ private class MarkerComment extends Comment {
238
* with version number `version`.
239
*/
240
predicate matchesFramework(FrameworkLibraryWithMarkerComment fl, string version) {
241
- fl.getAMarkerCommentRegexWithoutPlaceholders().regexpCapture(this.getText(), 1) = version
+ this.getText().regexpCapture(fl.getAMarkerCommentRegexWithoutPlaceholders(), 1) = version
242
}
243
244
0 commit comments