Skip to content
/ secdev Public

"The ultimate" collection of security resources and tools for developers. Contributions are appreciated.

License

Notifications You must be signed in to change notification settings

stigmh/secdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Security resources for developers

"The ultimate" collection of security resources and tools for secure development, secure coding and DevSecOps. Contributions (PRs) are appreciated.

Litterature

Interactive training

Tools

Communities

Technology specific

Third-party dependency vulnerability scans

dotnet

Find vulnerable packages:

dotnet list package --vulnerable --include-transitive

Outdated packages:

dotnet list package --outdated

Java

Use OWASP Dependency-Check

python

Find vulnerable dependencies with pip-audit

nodejs / npm

Check for third-party (dependencies) vulnerabilities:

npm audit

Only production packages:

npm audit --omit=dev

npm Best Practices Guide

rust

Use cargo-audit

go

Use govulncheck.

Other lists

About

"The ultimate" collection of security resources and tools for developers. Contributions are appreciated.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published