Migrate Importer to Advisory v2 & Collect Existing Fix Commits for Project KB#1987
Merged
ziadhany merged 7 commits intoaboutcode-org:mainfrom Jan 7, 2026
Merged
Migrate Importer to Advisory v2 & Collect Existing Fix Commits for Project KB#1987ziadhany merged 7 commits intoaboutcode-org:mainfrom
ziadhany merged 7 commits intoaboutcode-org:mainfrom
Conversation
keshav-space
requested changes
Oct 17, 2025
Member
keshav-space
left a comment
There was a problem hiding this comment.
Thanks @ziadhany, see some suggestions.
vulnerabilities/pipelines/v2_improvers/collect_commits_project_kb.py
Outdated
Show resolved
Hide resolved
vulnerabilities/pipelines/v2_improvers/collect_commits_project_kb.py
Outdated
Show resolved
Hide resolved
1b9472e to
666e774
Compare
Collaborator
Author
|
ziadhany
commented
Dec 21, 2025
keshav-space
requested changes
Dec 23, 2025
Member
keshav-space
left a comment
There was a problem hiding this comment.
Thanks @ziadhany, see comments below.
|
|
||
| note_texts = [] | ||
| for note_entry in yaml_data.get("notes", []): | ||
| text_content = note_entry.get("text") |
Member
There was a problem hiding this comment.
Notes section may also contain list of links which should be collected and stored as references see example https://github.com/SAP/project-kb/blob/730d2192bfa9b909246e02bc051e4fad2958a6d9/statements/CVE-2018-16406/statement.yaml
Collaborator
Author
|
@keshav-space I updated the logs for this Project KB and fixed the logic for handling the affected packages. Please have a look when you have time. |
keshav-space
approved these changes
Jan 6, 2026
Member
keshav-space
left a comment
There was a problem hiding this comment.
Thanks @ziadhany, LGTM! Minor nits for your consideration.
vulnerabilities/pipelines/v2_importers/project_kb_msr2019_importer.py
Outdated
Show resolved
Hide resolved
vulnerabilities/pipelines/v2_importers/project_kb_msr2019_importer.py
Outdated
Show resolved
Hide resolved
vulnerabilities/pipelines/v2_importers/project_kb_statements_importer.py
Outdated
Show resolved
Hide resolved
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Add a test for the ProjectKB importer and collect fix commits pipeline. Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Fix CI falling test Resolve merge conflict and Update migration file Remove duplication and create append_patch_classifications function Update the project-kb test Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Update Project-KB importer Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
Fix step code style format Signed-off-by: ziad hany <ziadhany2016@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.
Issues: