Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 735 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 735 Bytes

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.

$ 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