archlinux / arch-security-tracker

Arch Linux Security Tracker
https://security.archlinux.org
MIT License
125 stars 40 forks source link

SQLAlchemy warning #209

Open jelly opened 2 years ago

jelly commented 2 years ago

Seen on production, needs investigation

Jul 03 10:43:07 security.archlinux.org make[15075]: Updating package cache...
Jul 03 10:43:07 security.archlinux.org make[15075]:   -> Querying alpm database...done
Jul 03 10:43:07 security.archlinux.org make[15075]:   -> Latest package: lib32-libva-mesa-driver 22.1.3-1 Sun Jul  3 10:22:15 2022
Jul 03 10:43:08 security.archlinux.org make[15075]:   -> Updating database cache...done
Jul 03 10:43:08 security.archlinux.org make[15075]: Updating group status.../srv/http/security-tracker/tracker/maintenance.py:24: SAWarning: TypeDecorator EnumType('unknown', 'vulnerable', 'testing', 'fixed', 'not_affected') will not produce a cache key because the ``cache_ok`` attribute is not set to True.  This can have significant performance implications including some performance degradations in comparison to prior SQLAlchemy versions.  Set this attribute to True if this type object's state is safe to use in a cache key, or False to disable this warning. (Background on this error at: https://sqlalche.me/e/14/cprf)
Jul 03 10:43:08 security.archlinux.org make[15075]:   .group_by(CVEGroupPackage.group_id)).all()
Jul 03 10:43:11 security.archlinux.org make[15075]: done