mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added asty (#4405)
This commit is contained in:
parent
fc93641215
commit
0828b38d4f
@ -2909,6 +2909,7 @@ _Libraries and tools to implement Zero Trust architectures._
|
||||
_Source code analysis tools, also known as Static Application Security Testing (SAST) Tools._
|
||||
|
||||
- [apicompat](https://github.com/bradleyfalzon/apicompat) - Checks recent changes to a Go project for backwards incompatible changes.
|
||||
- [asty](https://github.com/asty-org/asty) - Converts golang AST to JSON and JSON to AST.
|
||||
- [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.
|
||||
|
Loading…
Reference in New Issue
Block a user