Skip to content

DevSecOps, ASPM, Vulnerability Management. All on one platform.

License

Notifications You must be signed in to change notification settings

r0075h3ll/django-DefectDojo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspector Parser for ECR

AWS Inspector is a security service managed by AWS, that can detect software and network related vulnerabilities, along with generating findings related to these resources

  • Container Images from Elastic Container Registry (ECR)
  • AWS Lambda
  • EC2 Instances

Reporting in AWS Inspector requires KMS and S3 Bucket initialization, which is a hassle if you looking for a quick workaround to get your findings imported in DefectDojo. Additionally, list-findings API call lets you query the generated findings from AWS Inspector.

However, the current release of DefectDojo doesn't support the JSON format in which findings are presented by AWS Inspector using list-findings API call.

This fork of DefectDojo modifies the parser to support the list-findings API call response format for ECR related findings.

aws inspector2 list-findings --region="north-virginia" --filter-criteria '{"ecrImageRepository":[{"comparison": "EQUALS", "value": "ecr-repo-name"}]}' > report.json

# report.json can now be imported in dashboard under 'AWS Security Hub Scan' scanner type

About

DevSecOps, ASPM, Vulnerability Management. All on one platform.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.4%
  • Python 34.4%
  • JavaScript 10.5%
  • Smarty 0.3%
  • Shell 0.2%
  • CSS 0.2%