-
![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)
### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of t…
-
### Discord username (optional)
_No response_
### Describe the solution you'd like?
```text
"-" is not selected when copying a specific part. It would be nice to provide a regular expression so tha…
-
# Performance
| Package | Version |
| --- | --- |
| [language-html] | `^0.1.23` |
## Description
There are known instances of regular expressions with bad (exponential) worst-case performan…
-
### Description
Today, expression fuzzer compares the results of an expression from the regular expression evaluator to the results from a simplified expression evaluator. However, both evaluators ar…
-
If in the build settings a compiler error regular expression is defined, both that expression as well as the default behaviour is used to identify error file name and line number in compiler output li…
-
Some server owners have long requested adding ways to stream a number of defined pages using the bot.
I have thought before that the best way for doing this would be something like [glob patterns](…
-
Hello, I'm trying to launch stockfish.js, but I'm unable to do so on my end. I'm a beginner in JavaScript, and perhaps I'm doing something wrong. If anyone has any guidance, I would appreciate it. I'm…
-
`/\]/u` is getting optimized to `/]/u` which produces `Parsing error: Invalid regular expression: /]/: Lone quantifier brackets`.
-
Regular Expression:
`{\n "uuid": "(?[a-f0-9\-]*)",\n},`
Test String:
```
{
"uuid": "abcd",
},
```
The above does not give correct response, while the following Regular Expression works:…
-
It seems as though `std::regex_search` always returns `false`, and even the simplest regular expressions, such as `[0-9]+` or even `\d+`, throw invalid character exceptions.