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

Merge branch 'safety-false-positive' into 'master'

safety: ignore false positive

See merge request fdroid/fdroidserver!1492
This commit is contained in:
Hans-Christoph Steiner 2024-06-07 10:15:32 +00:00
commit 24b3b0957f

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'