-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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(bitnami): use a different comparer for detecting vulnerabilities #5633
fix(bitnami): use a different comparer for detecting vulnerabilities #5633
Conversation
Signed-off-by: juan131 <[email protected]>
Signed-off-by: juan131 <[email protected]>
Signed-off-by: juan131 <[email protected]>
Oh, I completely forgot about the constraints. Thanks for the heads-up. I think that logic is too much in Trivy, then. Can we create a new repository, like We can do that in |
Let me create the |
Signed-off-by: juan131 <[email protected]>
@knqyf263 the repository has been created and the PR has been adapted to use it: |
Signed-off-by: juan131 <[email protected]>
Friendly reminder @knqyf263 |
I am currently on vacation due to moving to a new country. I hope to find some time to review, but I don't have much time available. I apologize for any inconvenience caused. @DmitriyLewen Can you please take a look? If it looks good to you, I'll merge the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Left 1 comment
@juan131 take a look, please
Signed-off-by: juan131 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@knqyf263 I think we can merge this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I changed it to a bug fix so we can include it in v0.48.1.
Thanks so much! |
…quasecurity#5633) Signed-off-by: juan131 <[email protected]>
Description
As it's explained at #5622, Bitnami doesn't strictly follow semver versioning since a revision is added to versions using what semver spec consider "pre-releases". Sth similar is done by Debian, see:
This PR adds a new comparer on "detector" pkg for Bitnami based on Bitnami's go-version so Bitnami versions including revisions are properly managed.
Related issues
Checklist