https://github.com/kalebu/gosec-vs-semgrep-benchmark
An oversimplified benchmark between gosec and semgrep tested on go web-frameworks
https://github.com/kalebu/gosec-vs-semgrep-benchmark
gosec gosec-vs-semgrep-benchmark semgrep semgrep-registry
Last synced: over 1 year ago
JSON representation
An oversimplified benchmark between gosec and semgrep tested on go web-frameworks
- Host: GitHub
- URL: https://github.com/kalebu/gosec-vs-semgrep-benchmark
- Owner: Kalebu
- License: mit
- Created: 2022-02-22T01:18:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T03:52:10.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:03:58.171Z (over 1 year ago)
- Topics: gosec, gosec-vs-semgrep-benchmark, semgrep, semgrep-registry
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosec-vs-semgrep-benchmark
An oversimplified benchmark between gosec and semgrep tested on go web-frameworks
## List of frameworks
Here a list of frameworks tools have been benchmarked on;
- beego
- buffalo
- echo
- fiber
- gin
- mango
- martin
- utron
## Running the benchmark script
Before you run the script, you have to clone the above mentioned libraries and put it on a single folder titled *frameworks*.
```bash
$ python benchmark_script.py
....
```
## Contribution
The benchmarking is very very basic so if you have gotta some magic lines to improve the evaluation, just fork it and I'm looking forward merging your contribution.
## Issues
Any issue raise one !
## Credits
- [kalebu](https://github.com/kalebu/)