Home Security Security Audit Software代码审查用的软件
Post
Cancel

Security Security Audit Software代码审查用的软件

refer to: https://www.comparitech.com/net-admin/network-security-auditing-tools/

https://www.pcwdld.com/network-security-auditing-tools#wbounce-modal

GO语言: https://blog.convisoappsec.com/en/an-introduction-to-secure-code-review-on-go-applications/

1. Nessus:

2. semgrep:

https://semgrep.dev/

支持多语言:C# Go Java JavaScript JSON Python Ruby TypeScript JSX TSX Generic (YAML, ERB, Jinja, etc)

安装和使用都很简单。

python3 -m pip install semgrep

semgrep --config=auto path/to/src

2. GO :  gosec

https://github.com/securego/gosec

This post is licensed under CC BY 4.0 by the author.