-
-
Notifications
You must be signed in to change notification settings - Fork 261
Improve Ubuntu OVAL importer #322
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
Conversation
|
Note that I will need to add tests before we can merge and also the Ubuntu importer still does NOT complete after running for a day. |
|
@pombredanne Any luck with completing the whole import ? |
@sbs2001 I stopped it after several hours and about ~8000 completed (e.g. after the first archive) |
|
I'm running the import at https://github.com/sbs2001/vulnerablecode/runs/1792912071?check_suite_focus=true |
|
@pombredanne I think we should ditch pycodestyle and use black for both checking + formatting like aboutcode-org/skeleton#13 (comment) |
a39abb9 to
76b39d5
Compare
Correct ABOUT file Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
We are not using etag correctly. Also the function name is misleading as we are checking the Etag in this create_etag function Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This importer no longer worked with failures to process some version ranges as RangeSpecifier(). These change imprivae error handling and crude logging using print statements for now. Also apply minor code formatting. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This is an "external" library that contains non-passing doctest-like docs. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This makes it easy to reproduce errors by copy/pasting the faulty command. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
This is triggered when using black-like style Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
…allback mapping Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
There are a few issues with the Ubuntu Oval importer that was stuck.
This resolves some of these issues:
Signed-off-by: Philippe Ombredanne pombredanne@nexb.com