8000 GitHub - NidalShaterM/trivy-security-scan
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NidalShaterM/trivy-security-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trivy-security-scan

Examples:

  • vulnerabilities in Node.js dependencies, "lodash": "4.17.20" # 🚨 Vulnerable Version (CVE-2021-23337)
  • HARD CODED SECRETS // const API_KEY = ""; // 🚨 Hardcoded secret
  • Node.js 14 is deprecated & insecure
  • K8s misconfig like
apiVersion: v1
kind: Pod
metadata:
  name: insecure-pod
spec:
  containers:
    - name: app
      image: node:14
      securityContext:
        privileged: true  # 🚨 Allows full root access!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published
0