mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Add a query ID
This commit is contained in:
@@ -234,7 +234,7 @@ var good33 = /(a+)*([^]*|X)$/;
|
||||
|
||||
var bad64 = /((a+)*$|[^]+)/; // $ Alert[js/redos]
|
||||
|
||||
var good34 = /([^]+|(a+)*$)/; // $ SPURIOUS: Alert - The only change compared to the above is the order of alternatives, which we don't model.
|
||||
var good34 = /([^]+|(a+)*$)/; // $ SPURIOUS: Alert[js/redos] - The only change compared to the above is the order of alternatives, which we don't model.
|
||||
|
||||
|
||||
var good35 = /((;|^)a+)+$/;
|
||||
|
||||
Reference in New Issue
Block a user