mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 01:11:07 +03:00
support manually adding per-build antiFeatures in metadata
For cases like the OpenVPN vuln that was recently announced, it is useful for fdroiddata maintainers to be able to mark builds that have known vulnerabilities.
This commit is contained in:
parent
20afa0e861
commit
df99c85ca6
10 changed files with 356 additions and 2 deletions
|
@ -28,6 +28,7 @@ metadata_v0:
|
|||
- "sed -i -e '/AuthorWebSite/d'
|
||||
-e '/Description: No description available/d'
|
||||
-e \"/Description: ''/d\"
|
||||
-e '/antifeatures:/d'
|
||||
-e '/buildozer:/d'
|
||||
metadata/dump_*/*.yaml"
|
||||
- diff -uw metadata/dump_*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue