-
Hi,
I'm using lua-resty-waf and have some logs like:
{"match":14,"msg":"SQL probing attempt","id":41036}
but I don't know 'match' value which mean ? Could someone can help me explain ? Do we…
-
## Bug Description
Redirected to google sign in / github sign in, sign in successfully, brought back to regex101 website, no acknowledgement of sign in.
### Reproduction steps
Select the quiz ta…
-
I do a lot of work with content that contains forward slashes, so I author my regexes to use other delimiter characters, such as '!' or '#':
m!some_pattern!
s#foo#bar#
When I copy my regexes in…
-
**Describe the bug**
With below custom rule, we are trying to find the secerts in .yaml|.yml|.properties file, but its not working as expected.
```
[[rules]]
description = "Generic Secerts in reso…
-
I am trying to compile the following regex:
```
Regex: ([-+]?\d{4})
static constexpr ctll::fixed_string ctll_pattern = { R"(([-+]?\d{4}))" };
```
This failes to compile with the following error: …
-
Trying to form Unicode hex ranges in a regular expression causes a `LoadError`:
```julia
julia> r"[\x{00A0}-\x{10FFFD}]"
```
yields
```
ERROR: LoadError: PCRE compilation error: range out of ord…
-
### Prerequisites
- [X] This is **NOT** a [_YouTube_](https://www.github.com/uBlockOrigin/uAssets/issues/20586), [_Facebook_](https://www.github.com/uBlockOrigin/uAssets/issues/3367), [_Twitch_](http…
-
suoto updated
4 years ago
-
**What seems off**:
Impossibility to consistently validate workflows using the [v1.0.0-alpha3 schema](https://github.com/serverlessworkflow/specification/blob/main/schema/workflow.yaml) due to vali…
-
Hey there guys, our database password contains a `#` character and databases doesn't seem to like it 😄
```
In [25]: url = DatabaseURL("postgresql://username:password%23123@localhost/name")
In …