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

Fix snapshots and alpine version #990

Merged
merged 1 commit into from
May 23, 2024

Conversation

another-rex
Copy link
Collaborator

@another-rex another-rex commented May 23, 2024

This updates busybox to 1.36.1-r27 to resolve all current vulnerabilities, and then updates the snapshots to match.

This is a bit odd as 1.36.1-r27 doesn't actually exist on the distro this SBOM is created for (alpine 3.17) , where the highest version is 1.35.0-r30. However, as 3.17 is now out of support, no more fixes are being backported for 1.35.0.

The ideal(?) behavior would not show the 3.19/3.20 vulnerabilities on 1.36.1 when scanning Alpine 3.17, but because of distro in purls still being undefined, all alpine advisories are returned. When this is eventually implemented, we should revert this PR.

@codecov-commenter
Copy link

codecov-commenter commented May 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.06%. Comparing base (055ef05) to head (6229b7a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #990   +/-   ##
=======================================
  Coverage   64.05%   64.06%           
=======================================
  Files         146      146           
  Lines       11977    11977           
=======================================
+ Hits         7672     7673    +1     
+ Misses       3853     3852    -1     
  Partials      452      452           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -601,4 +601,4 @@
</properties>
</component>
</components>
</bom>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the new line got added because of vscode formatting.

@cuixq cuixq mentioned this pull request May 23, 2024
@another-rex another-rex merged commit 5eed7e8 into google:main May 23, 2024
13 checks passed
josieang pushed a commit to josieang/osv-scanner that referenced this pull request Jun 6, 2024
This updates busybox to 1.36.1-r27 to resolve all current
vulnerabilities, and then updates the snapshots to match.

This is a bit odd as 1.36.1-r27 doesn't actually exist on the distro
this SBOM is created for (alpine 3.17) , where the highest version is
1.35.0-r30. However, as 3.17 is now out of support, no more fixes are
being backported for 1.35.0.

The *ideal(?)* behavior would not show the 3.19/3.20 vulnerabilities on
1.36.1 when scanning Alpine 3.17, but because of distro in purls still
being undefined, all alpine advisories are returned. When this is
eventually implemented, we should revert this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants