msrb / cvejob

!!! MOVED TO https://github.com/fabric8-analytics/cvejob
Apache License 2.0
1 stars 4 forks source link

Implement function to filter cve entries by entry type #1

Closed CermakM closed 6 years ago

CermakM commented 6 years ago

modified: cve.py

Signed-off-by: Marek Cermak macermak@redhat.com

tisnik commented 6 years ago

One minor issue: the code won't pass pydocstyle check with following settings used across f8a repositories:

[pycodestyle]
ignore = E121, E126, E402
max-line-length = 100

(I know, that this script is not part of any official repo yet, but you might want to get used to run linters :)