-
Notifications
You must be signed in to change notification settings - Fork 201
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
Import data from GSD #706 #787
Conversation
"references": { | ||
"reference_data": [ | ||
{ | ||
"name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10198", |
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.
Try to extract a reference ID from the reference url, I think a valid id for this example can be SB10198
@ziadhany please run this importer and add logs for that here, and also run the improve command over this imported data and provide the logs for that |
Importing data using vulnerabilities.importers.gsd.GSDImporter Process finished with exit code 0 |
|
@ziadhany according to your logs the improver has some errors, were you able to investigate or identify the underlying issues. |
I am trying to reduce the size of GSD by downloading the zip file so I can easily debug the importer and improve. |
Based on discussions it seems that GSD has unique vulnerabilities for the Linux kernel that are not available elsewhere and we need to reconsider what to do with these. |
ok, I'll work on that this week |
@pombredanne @ziadhany what have we decided on this PR, is it ready for review ? |
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.
@ziadhany Let's not activate the importer for now for all the reasons we have discussed here and in weekly calls.
Once deactivated (with the suggested modifications) we can then merge.
@@ -59,6 +60,7 @@ | |||
elixir_security.ElixirSecurityImporter, | |||
apache_tomcat.ApacheTomcatImporter, | |||
xen.XenImporter, | |||
gsd.GSDImporter, |
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.
We could merge the PR even if we do not actually run the importer just yet. I would like to merge the code as we may use it in the future.
gsd.GSDImporter, |
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.
Done
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! @pombredanne please see if this can be merged ?
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!
Add gsd test Signed-off-by: ziadhany <ziadhany2016@gmail.com>
This PR adds a new importer for the GSD #706
Signed-off-by: Ziad ziadhany2016@gmail.com