mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add ChainJacking by Checkmarx
ChainJacking is a tool to find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack.
This commit is contained in:
parent
6e16ccdf6e
commit
8703c95ea8
@ -2681,6 +2681,7 @@ _**Unofficial** set of patterns for structuring projects._
|
||||
## Code Analysis
|
||||
|
||||
* [apicompat](https://github.com/bradleyfalzon/apicompat) - Checks recent changes to a Go project for backwards incompatible changes.
|
||||
* [ChainJacking](https://github.com/Checkmarx/chainjacking) - Find which of your Go lang direct GitHub dependencies is susceptible to ChainJacking attack.
|
||||
* [dupl](https://github.com/mibk/dupl) - Tool for code clone detection.
|
||||
* [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs.
|
||||
* [gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time.
|
||||
|
Loading…
Reference in New Issue
Block a user