Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sfdx-scanner exceptions after upgrade to sfdx-hardis v5 #4037

Merged
merged 4 commits into from
Sep 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ CVE-2023-45283
CVE-2023-49569
CVE-2023-49568

# python
CVE-2024-6232
CVE-2024-7592

# powershell
CVE-2024-21907
CVE-2021-24112
Expand All @@ -41,21 +45,11 @@ CVE-2019-0820
# Lightning flow scanner
CVE-2020-26226

# sfdx-scanner
CVE-2023-6378
CVE-2020-36518
CVE-2021-46877
CVE-2022-42003
CVE-2022-42004
CVE-2022-33980
CVE-2022-42889
CVE-2022-1471
CVE-2022-23539
CVE-2022-25857
CVE-2024-37890
CVE-2024-4068
# sfdx
GHSA-xpw8-rcwv-8f8p
CVE-2024-41818

# spectral
CVE-2024-47068

# terrascan
# https://github.com/tenable/terrascan/issues/1674
Expand Down
Loading