Store summary in _insert_vulnerabilities_and_references() - #195
Conversation
Bugfix: For advisories with a CVE ID that don't exist in the database yet, the summary was not stored. Signed-off-by: Haiko Schol <hs@haikoschol.com>
592473e to
8c4876d
Compare
|
I am getting this |
|
Seems unrelated to your PR |
|
I just reproduced the issue by running |
|
Which specific If it is was the debian one, I managed to fix that by writing versions to db without normalizing the version string, as mentioned in gitter. I also tried setting max_length = 100 manually in the db and not changing anything else, that also fixed the issue. |
It was debian, specifically this query: Regardless of any other changes, the migration needs to be fixed as well. |
Bugfix: For advisories with a CVE ID that don't exist in the database yet, the summary was not stored.