-
We're planning to drop Slither from GitHub actions for now. Slither action hasn't been useful for a long time. We'd like to reintroduce Slither with the following modifications:
- Slither runs in C…
-
**Describe the bug**
There are many syntax errors for code using C# 12. It seems Semgrep cannot parse the following.
- File scoped namespaces
- Primary constructors
- Compiler directives in the mi…
-
**Describe what change you would like** :
It would be good to have a section on static analysis in the implementation section, and add semgrep to the new section
**Context** :
Section: 07-imp…
-
### Description
### TL;DR
**We apologize for any inconvenience if your PR was broken by changes to constants in test files!**
What happened:
1. Number-string (_e.g._, `"1"`) constants (_e.…
-
returntocorp/semgrep-action@v1 has been deprecated and should be replaced or removed.
-
Hi,
When I'm using:
`semgrep --metrics=off --config ./semgrep-rules.yaml .`
Everything works as expected, folders into my `.semgrepignore` are ignored.
But if I use absolute paths, the `.sem…
sneko updated
1 month ago
-
👋 This dashboard summarizes my activity on the repository, including available improvement opportunities.
## Recommendations
_Last analysis: Nov 03 | Next scheduled analysis: Nov 10_
### Open
✅…
-
```julia
function a(b::Vector{Int})
return [c^2 for c in b]
end
```
will cause `semgrep` to error with the current rules saying `b` is unused.
Similarly, `Val` types used to dispatch (or a…
-
**Describe the bug**
semgrep failed to parse some Lua files with correct syntax.
**To Reproduce**
Run semgrep for a file `src/box/lua/upgrade.lua` [^1].
```
Syntax error at line target.lu…
-
I'm trying to use a local configuration set in the extension settings. Local configuration file includes the below. When i access code files it semgrep automatically scans with hundreds of rules not …