-
**Describe the bug**
Try this rule:
```
rules:
- id: hardcoded-secrets-lang
patterns:
- pattern-either:
- pattern: |
accessToken: "$A"
- pattern: CONTENTFUL_DELI…
-
**Describe the bug**
Angular app may have a template injection within the @Component declaration and semgrep is not able to parse it properly, so rule doesn't work
**To Reproduce**
Steps to repro…
-
**Describe the bug**
Metavariables like `$...ARGS` don't seem to parse: _Invalid pattern for C#_
**To Reproduce**
[Playground demo](https://semgrep.dev/s/g1NZ)
**Expected behavior**
Pattern s…
jods4 updated
2 years ago
-
Add support for `$X match { ... }`
-
**Describe the bug**
I run semgrep as part of a bash script, and for some reason it does not hand control back to the parent script.
**To Reproduce**
Steps to reproduce the behavior, ideally a li…
-
**Describe the bug**
Semgrep seems to run into a pattern parse error when trying to use Solidity modifiers and constructors in rules.
**To Reproduce**
I am trying to match the following Solid…
-
When scanning and POSTing the data to a simpleHTTPServer in python, semgrep cli fails to do so because it falls back to latin-1 instead of utf-8.
I managed to fix it myself by just adding `.encode('u…
Gby56 updated
2 years ago
-
I usually parse the result from the Semgrep CLI into a custom template. For this, I would depend on the JSON output and then use Jinja to render any template I want.
If Semgrep CLI supports an addi…
-
## Description
Our team uses self hosted runners - in which case they maintain some state between runs, particularly checkouts. Some actions, like the Github Provided [actions/checkout](https://githu…
-
**Describe the bug**
A clear and concise description of what the bug is.
Entering patterns that don't match valid HTML, e.g. JSP etc extensions causes a parse error.
A loose processing option tha…