Closed
Description
Our company enforced a CodeQL scan against our built bundle. And an incomplete multi-character sanitization error is reported from this line
Line 965 in 93df8eb
This should be easily fixed by adding a 'g' in regex
param = param.replace(/[[]/g, '\\[').replace(/[\]]/g, '\\]');
Metadata
Metadata
Assignees
Labels
No labels