Code review comment for ~eslerm/ubuntu-cve-tracker:nvd-api-client

Revision history for this message
Mark Esler (eslerm) wrote :

This now natively works with ~/.ubuntu-cve-tracker.conf

I did not want to implement reading this file like the rest of UCT, since that requires a non-built-in library. Ultimately, I believe we should use the INI standard so we can use configparser. (This could just be adding `[DEFAULT]` to the top of the config, And updating UCT...)

« Back to merge proposal