-
From `npm audit`:
```
path-to-regexp 7.0.0 - 7.2.0
Severity: high
path-to-regexp outputs backtracking regular expressions - https://github.com/advisories/GHSA-9wv6-86v2-598j
fix available …
-
The `regexp` validator uses `re.match`:
https://github.com/pallets-eco/wtforms/blob/bbfb78c487a2d95dd012a6332d719a3d440498f9/src/wtforms/validators.py#L352
This means that it's not trivial to en…
-
Tracking issue for:
- [ ] https://github.com/2lambda123/cisagov-Malcolm/security/code-scanning/16
-
### Describe the bug
Flash accepts regexp with named groups and these can be accessed as either indexed elements or properties on the returned object. Flash uses the `?P` syntax for defining named g…
-
Tracking issue for:
- [ ] https://github.com/2lambda123/cisagov-Malcolm/security/code-scanning/120
-
Sometimes when I run command `air` I get such an error
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x90 pc=0x52…
-
### Feature Description
clomonitor requires a valid SBOM is present in a repo to improve the repo score
**SOFTWARE BILL OF MATERIALS (SBOM)**
ID: sbom
List of components in a piece of software…
-
Now, when i use a RegExp routes, i cannot use `openPage` or `redirectPage` functions. Router throws `RegExp routes are not supported`. So may be we can support this by adding second converter to route…
-
For example:
- unicode flag
- lookbehind assertions.
The biggest question is to decide if to update [regexp-to-ast](https://github.com/bd82/regexp-to-ast) to the newst spec
or replace it with [r…
-
There are a few RegExp features missing, so I'm trying to gather them here into one issue. Feel free to thumbsup/thumbsdown various features and we can look at implementing the most requested features