-
Hi,
The ReDos example uses two regular expressions which are missing start and end anchors:
https://github.com/OWASP/NodeGoat/blob/e2dffdb8c7e988c10bacdccba14d6f0d352c5090/app/routes/profile.js#L58-…
-
### Description
Introducing the topic of Regular Expressions and their significance in JavaScript.
Mode: Documentation
## Directory
`JavaScript/Topics/13.Regular_Expressions`
### Domain
…
-
### Describe the Issue
The description of the spam filter project currently mentions: "...learn about capture groups, positive lookaheads, negative lookaheads ..." but the project does not in fact …
-
**Overview of the Feature Request**
While working on the OpenAPI document fix on #10328 we did some validations using https://quobix.com/vacuum/ where we noticed that we were using some regular exp…
-
[Report from an active (former Beolingus) contributor]
For words with many matches it would be useful to have queries like
*durchbruch = look up translations for words with durchbruch at the wo…
-
## What's a when clause?
[When clauses](https://code.visualstudio.com/api/references/when-clause-contexts) allow to selectively enable and disable various extension contributions such …
-
![javascript-function-base](https://f.cloud.github.com/assets/2571697/1131722/abcecefc-1bbe-11e3-9edc-e510e1af2dc1.gif)
![javascript-array](https://f.cloud.github.com/assets/2571697/1131724/abd191c8-1…
-
Hi, I like this extension and I found an option in config, we can change regex from settings. Now let me show my problem and probably we can find a solution with modifying regex pattern. I'm using `cn…
-
Regular expressions can be vulnerable to [Regular Expression Denial of Service (ReDoS)](https://www.owasp.org/index.php/Regular_expression_Denial_of_Service_-_ReDoS). Snyk.io has a good [writeup](http…
-
Add the `ignorePatterns` option to `c2g.config.json`:
```jsonc
{
// ...
sourceDir: 'path/to/csv/files'
ignorePatterns: [
'file-name-to-ignore.csv', // specify a file by its file name…