Closed FafnerKeyZee closed 1 year ago
Better solution: Run with python3.11 \o/ Did some test with python 3.11.0rc1 on Ubuntu 22.04 Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy
And all seems working fine
Fixed for python < 3.11. Turns out the Y/T doesn't matters, only the nanoseconds.
Hello,
Some date are a little weird with GSD and we got the following error:
Not sure that adding
date_iso = date_iso.replace('Y','T').split('.')[0]
in vulnerabilitylookup/helpers.py is the best solution but it's working \o/