Replace CVE check - #680
Draft
masami256 wants to merge 2 commits into
Draft
Conversation
This commit removed cve_check.py and its related files to prepare replacing cve_check_ng.py to rename cve_check.py. Signed-off-by: Masami Ichikawa <masami.ichikawa@miraclelinux.com>
It time to change cve_check_ng.py as default cve check script. To make cve_check_ng.py as default scripts, we updated following list. - Rename cve_check_ng.py to cve_check.py - Remove experimental messages - Change CVE report file directory Signed-off-by: Masami Ichikawa <masami.ichikawa@miraclelinux.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 PR's main purpose is renamed from cve_check_ng.py to cve_check.py to make it as default cve check script.
There is 2 commits to to make it.
cve-check: Remove cve_check.py and related code
This commit removed cve_check.py and its related files to prepare replacing cve_check_ng.py to rename cve_check.py.
cve-check: Make cve_check_ng.py as default cve check script
It time to change cve_check_ng.py as default cve check script. To make cve_check_ng.py as default scripts, we updated following list.
Notes
Rename cve_check_ng.py to cve_check.py causes made lots of differences between emlinux3 branch and PR's branch because of file name changes. But actual change is here.
Test result
Run cve_check.py works fine.
All report files were stored in same as before(old cve_checck.py).