Tag Archives: Vulnerability scanner
Grype – Vulnerability Scanner for Container Images
Grype is a vulnerability scanner for container images and filesystems. The tool pulls a database of vulnerabilities derived from the publicly available Anchore Feed Service.
Kubei – Kubernetes Runtime Vulnerability Scanner
Kubei is a vulnerabilities scanning tool that allows users to get an accurate and immediate risk assessment of their kubernetes clusters.
Flan – Pretty Sweet Vulnerability Scanner
Flan Scan is a lightweight network vulnerability scanner. With this scanning tool you can easily find open ports on your network
PMD – Extensible Multilanguage Static Code Analyzer
PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth.
huskyCI – Performing Security Tests Inside your CI
huskyCI is an open-source tool that orchestrates security tests inside CI pipelines of multiple projects and centralizes all results into a database
Graudit – Grep Rough Audit – Source Code Auditing Tool
graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep.
Bandit – Find Common Security Vulnerabilities in Python Code
Bandit is a tool designed to find common security issues in Python code. To do this the tool processes each file, builds an AST from it