1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +02:00

safety: ignore false positive

jinja2 is not used by fdroidserver, nor any dependencies I could find via
debtree and pipdeptree.
This commit is contained in:
Hans-Christoph Steiner 2024-06-07 12:04:07 +02:00
parent e7ff344f2b
commit 6e489b78b3
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -23,3 +23,6 @@ security:
67599: 67599:
reason: Only affects pip when using --extra-index-url, which is never the case in fdroidserver CI. reason: Only affects pip when using --extra-index-url, which is never the case in fdroidserver CI.
expires: '2026-05-31' expires: '2026-05-31'
70612:
reason: jinja2 is not used by fdroidserver, nor any dependencies I could find via debtree and pipdeptree.
expires: '2026-05-31'