mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-07 09:51: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
|
@ -61,6 +61,7 @@ added: null
|
|||
builds:
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -94,6 +95,7 @@ builds:
|
|||
versionName: '1.12'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -128,6 +130,7 @@ builds:
|
|||
versionName: '1.15'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -162,6 +165,7 @@ builds:
|
|||
versionName: '1.18'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -196,6 +200,7 @@ builds:
|
|||
versionName: '1.19'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -230,6 +235,7 @@ builds:
|
|||
versionName: '1.20'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -264,6 +270,7 @@ builds:
|
|||
versionName: '1.21'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -296,6 +303,7 @@ builds:
|
|||
versionName: '1.23'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -329,6 +337,7 @@ builds:
|
|||
versionName: '1.24'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -362,6 +371,7 @@ builds:
|
|||
versionName: '1.25'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -395,6 +405,7 @@ builds:
|
|||
versionName: '1.26'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -428,6 +439,7 @@ builds:
|
|||
versionName: '1.27'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -461,6 +473,7 @@ builds:
|
|||
versionName: '1.29'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -494,6 +507,7 @@ builds:
|
|||
versionName: '1.32'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -526,6 +540,7 @@ builds:
|
|||
versionName: '1.33'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -559,6 +574,7 @@ builds:
|
|||
versionName: '1.34'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -592,6 +608,7 @@ builds:
|
|||
versionName: '1.35'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -625,6 +642,7 @@ builds:
|
|||
versionName: '1.36'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni: []
|
||||
buildozer: false
|
||||
|
@ -662,6 +680,7 @@ builds:
|
|||
- android-libs/ActionBarSherlock
|
||||
- android-libs/HtmlSpanner/htmlspanner
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -707,6 +726,7 @@ builds:
|
|||
- android-libs/ActionBarSherlock
|
||||
- android-libs/HtmlSpanner/htmlspanner
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -748,6 +768,7 @@ builds:
|
|||
versionName: '2.3'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -783,6 +804,7 @@ builds:
|
|||
versionName: '2.6'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -818,6 +840,7 @@ builds:
|
|||
versionName: '2.7'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -853,6 +876,7 @@ builds:
|
|||
versionName: '2.8'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -888,6 +912,7 @@ builds:
|
|||
versionName: 2.8.1
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -923,6 +948,7 @@ builds:
|
|||
versionName: '2.9'
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -958,6 +984,7 @@ builds:
|
|||
versionName: 2.9.1
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
@ -993,6 +1020,7 @@ builds:
|
|||
versionName: 2.9.2
|
||||
- androidupdate: []
|
||||
antcommands: []
|
||||
antifeatures: []
|
||||
build: ''
|
||||
buildjni:
|
||||
- 'yes'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue