An open API service indexing awesome lists of open source software.

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

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/)