Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Import one apt package scan entry into the database #3

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Goal: Read a line from the scanner output file for apt packages, and use the parser code to import the line into one of the database tables.

You will need to look into the parser code at https://github.com/Doveps/bassist/blob/master/bassist/parser/log_file/debs_stdout.py

You can use an existing database table, or create a new one, as needed.

Reference the output from the scanner: (https://github.com/Doveps/scanner/issues/2)

To close this ticket, you will need to submit a PR and have it reviewed/merged by the rest of the team. Make your PR against the master branch.

greenmoss commented 7 years ago

PR merged