Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

fix: epss score dates invalid due to utc and limiting query by last_seen #6

Merged
merged 2 commits into from
Apr 30, 2024

Conversation

rileydakota
Copy link
Contributor

@rileydakota rileydakota commented Mar 9, 2024

Changes

  • When hitting the EPSS endpoint at later hours of the day ET, UTC time will cause the lambda to ask for EPSS scores for a day in the future, resulting in a 404
  • Fixed Nessus query to limit on LAST_SEEN
  • Adds CVE Details links to CVEs found for easier triage

@robo-gotham
Copy link

Snyk Scanning for Commit: 33bf080

Snyk Infrastructure as Code

  • Snyk testing Infrastructure as Code configuration issues.
    ✔ Test completed.

Issues

Medium Severity Issues: 1

[Medium] Wildcard principal in KMS key access policy
Info: Wildcard principal has been specified in access policy. Using wild
card will grant unnecessary access to any user in the account
Rule: https://security.snyk.io/rules/cloud/SNYK-CC-AWS-709
Path: [DocId: 0] > Resources[FileAssetsBucketEncryptionKey] > Properties >
KeyPolicy
File: bootstrap/bootstrap-template.yaml
Resolve: Set Principal attribute in the policy to specific entities, for
example arn:aws:iam::123456789012:user/JohnDoe

High Severity Issues: 1

[High] Wildcard action in IAM Policy
Info: The IAM policy allows all actions on resource. Granting permission to
perform any action is against 'least privilege' principle
Rule: https://security.snyk.io/rules/cloud/SNYK-CC-TF-69
Path: [DocId: 0] > Resources[CdkBoostrapPermissionsBoundaryPolicy] >
Properties > PolicyDocument
File: bootstrap/bootstrap-template.yaml
Resolve: Set Action attribute in Properties.PolicyDocument to specific
actions e.g. s3:ListBucket


Test Summary

Organization: batcave-ispg
Project name: CMS-Enterprise/batcave-wt-sdl-reporting

✔ Files without issues: 0
✗ Files with issues: 1
Ignored issues: 0
Total issues: 2 [ 0 critical, 1 high, 1 medium, 0 low ]


Report Complete

Your test results are available at: https://snyk.io/org/batcave-ispg/projects
under the name: CMS-Enterprise/batcave-wt-sdl-reporting

@rileydakota rileydakota merged commit 5b9ce6b into main Apr 30, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants