-
While working on the SUSE Oval importer, I've been exploring the Debian and Ubuntu OVAL importers and noticed that in one set of test files, we are reporting `potrace` as an affected package but argua…
-
## Steps to reproduce
- build a loopback datasource in a current mysql aurora (8.0.27 in my case)
- run a regex search:
https://foo.bar.com/api/foo?filter={%22where%22:%20{%22name%22:%20{%22rege…
-
```
✨ ~/src/jess/scpl main % python3 -m scpl.parser "(/a/)"
tokens : [Parenthesis((), Operator(/), Word(a), Operator(/), Parenthesis())]
(/a/)
^
parse error: invalid unary operator
```
-
it seems the parser converts multiline string to simple string, e.g.
```
description: |
Some information
```
will be saved internally as
```
description: | Some description
```
My assumptio…
ypyl updated
8 months ago
-
I'm trying to specify a host like so `.*(one|two)\.foo\.com` yet this isn't being matched, is only a small subset of regex supported? Or am I doing it wrong?
I'm finding validating config pretty tr…
-
i just run the template at readme.md, and regex.search is not work.
Version:
python 3.11
regex 2023.8.8
click 8.1.3
numpy 1.24.3
```
TypeError Traceback (most …
jxxcr updated
10 months ago
-
Grammar file: https://github.com/opencybersecurityalliance/kestrel-lang/blob/develop/src/kestrel/syntax/kestrel.lark
Generated parser:
[kestrelParser.js.zip](https://github.com/lark-parser/Lark.js/…
-
Hello everybody,
how to match string that appears between { and } in such source,
`v:1 t:CON c:PUT i:cdcb {} [ Observe:0, Uri-Path:telemetry, Content-Format:application/octet-stream, Uri-Query:hon…
-
Json schema Spec support format duration as this issue mention https://github.com/json-schema-org/json-schema-spec/issues/565
Is it possible to have java time Duration generated for this format, as i…
-
Right now, one cannot open the `evm` (e) view, even though all of the information displayed there is available to the execution environment. Currently, the bytecode of contracts is fetched from the pr…