You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inefficient regular expression
This part of the regular expression may cause exponential backtracking on strings starting with '{{{{>.' and containing many repetitions of ' '.
Sadly I'm not a regular expression expert. @geoffp, the previous change with commit 2485996 with a heavy simplification on the previous more complex regular expression has been made you – do you have the chance in supporting by having a look at this reporting ?
The text was updated successfully, but these errors were encountered:
I am using Pattern Lab Node
v5.14.3
onMac
, with Nodev12.12
, using aVanilla
Edition.Expected Behavior
The build runs through without a feedback by CodeQL.
Actual Behavior
The build runs through without a feedback by CodeQL.
Steps to Reproduce
CodeQL reports a problem with the following regular expression:
patternlab-node/packages/engine-handlebars/lib/engine_handlebars.js
Line 31 in 2b2e1b1
The exact message is:
Here's the related check on a current merge request (which changes themselves aren't related to this topic):
https://github.com/pattern-lab/patternlab-node/pull/1335/checks?check_run_id=2908755127
Sadly I'm not a regular expression expert. @geoffp, the previous change with commit 2485996 with a heavy simplification on the previous more complex regular expression has been made you – do you have the chance in supporting by having a look at this reporting ?
The text was updated successfully, but these errors were encountered: