-
**Is your feature request related to a problem? Please describe.**
When customers decide to keep .html extensions for their site when moving to edge delivery, they can currently add the extension to …
-
@peller @billreed63 @jhpedemonte
For various form fields (e.g., file name, project name, project template name, theme name), JavaScript doesn't offer convenient regular expression features to allow …
-
Tracking issue for:
- [ ] https://github.com/shgysk8zer0/node-http/security/code-scanning/1
> Some regular expressions take a long time to match certain input strings to the point where the ti…
-
## Search Terms
`userdiff` `xfuncname`
## Suggestion
Please add regular expressions to https://github.com/git/git/blob/master/userdiff.c such that TypeScript constructs can be identified …
-
- [ ] Comment your JavaScript Code
- [ ] Declare JavaScript Variables
- [ ] Storing Values with the Assignment Operator
- [ ] Initializing Variables with the Assignment Operator
…
-
**Describe the bug**
I'm unable to match certain sub-expressions in javascript.
**To Reproduce**
https://semgrep.dev/playground/s/dbBE
``` js
if (true && x.y && x.y.z) {
}
```
``…
-
[Part 3 (Additional articles)](https://javascript.info/#tab-3)
[Chapter 7 (Regular expressions)](https://javascript.info/regular-expressions)
[Article 14 (Lookahead and lookbehind)](https://javascri…
-
I've noticed that the extractor regular expressions are fairly limited in what they can extract. For example, if I were to cut a javascript string in half because a line is too long, the extractor wou…
-
## CVE-2020-7660 - High Severity Vulnerability
Vulnerable Library - serialize-javascript-1.7.0.tgz
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
Library…
-
**Description of the false positive**
CodeQL is reporting a log injection vulnerability even though I am deleting the problematic characters with Kotlin's `replace` function call with a Regex as it…