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:
Lior Kaplan 2021-11-17 00:59:55 +02:00 committed by Avelino
parent 6e16ccdf6e
commit 8703c95ea8

View File

@ -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.