Conversation
| "references": { | ||
| "reference_data": [ | ||
| { | ||
| "name": "https://kc.mcafee.com/corporate/index?page=content&id=SB10198", |
There was a problem hiding this comment.
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 ? |
pombredanne
left a comment
There was a problem hiding this comment.
@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.
| elixir_security.ElixirSecurityImporter, | ||
| apache_tomcat.ApacheTomcatImporter, | ||
| xen.XenImporter, | ||
| gsd.GSDImporter, |
There was a problem hiding this comment.
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, |
TG1999
left a comment
There was a problem hiding this comment.
LGTM! @pombredanne please see if this can be merged ?
Add gsd test Signed-off-by: ziadhany <[email protected]>
This PR adds a new importer for the GSD #706
Signed-off-by: Ziad [email protected]