(RFC) bolt: disable CVE checking for this recipe#44
Closed
jpautler wants to merge 1 commit into
Closed
Conversation
This bolt product does not currently have an entry in the CVE database. However, the default cve-check logic that maps recipes to products in the CVE database is incorrectly matching this package to a different bolt product made by bolt-cms. As a result, CVE checking incorrectly reports CVEs for that product for this package. Signed-off-by: Jeffrey Pautler <jeffrey.pautler@ni.com>
amstewart
reviewed
Sep 27, 2023
Author
|
Just to close the RFC loop here, upstream had some feedback and preferred a different solution. I'll abandon this RFC PR and create a new one. |
amstewart
pushed a commit
to amstewart/meta-openembedded
that referenced
this pull request
Jan 30, 2024
Changelog: Added - Document terminal colour detection overrides (ni#60) @hugovk - Add support for Python 3.13 (ni#55) @hugovk Changed - Improve isatty check (ni#56) @XiaoliChan - Improve typing (ni#44) @marcin-serwin - Drop support for EOL Python 3.7 (ni#47) @hugovk Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This bolt product does not currently have an entry in the CVE database. However, the default cve-check logic that maps recipes to products in the CVE database is incorrectly matching this package to a different bolt product made by bolt-cms. As a result, CVE checking incorrectly reports CVEs for that product for this package.
This is just an RFC to collect any feedback before I submit this change upstream. Do not pull at this time.