mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
98297278bd
This scans all APKs for old versions of OpenSSL libraries that are known to be vulnerable to issues, or fully unsupported. This really should be implemented as a per-APK AntiFeature, so that it can apply to any version that is vulnerable. Since AntiFeatures are currently only per-App, this instead sets the AntiFeature only if the latest APK is vulnerable. Google also enforces this: https://support.google.com/faqs/answer/6376725?hl=en apk['antiFeatures'] has the first letter small, since all build fields start with a lowercase letter. app.AntiFeatures has the first uppercase since all App fields are that way. |
||
---|---|---|
.. | ||
android-permissions.php | ||
AndroidManifest.xml | ||
readme.txt | ||
strings.xml | ||
wp-fdroid.php |
=== WP FDroid === Contributors: CiaranG Tags: android, repository Requires at least: 2.9 Tested up to: 2.9 Stable tag: 0.1 Provides the ability to browse the contents of an FDroid repository. == Description == This plugin provides the ability to browse the contents of an FDroid repository. The repository browser can be inserted into the site by creating a page containing the 'fdroidrepo' shortcode. License: GPL v3 == Installation == 1. Download and extract the zip file. 2. Upload the plugin directory to /wp-content/plugins on your server. 3. Go to the Plugins screen in your Wordpress Admin and activate it. == Frequently Asked Questions == = Is this finished? = No it isn't. I'm working on it. == Screenshots == 1. There isn't one yet actually.