fdroid-server/wp-fdroid
Hans-Christoph Steiner 98297278bd check all APKs for old versions of OpenSSL
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.
2016-12-05 20:16:54 +01:00
..
AndroidManifest.xml Update complete AM.xml file from master as of February 20th 2014 2014-02-20 20:52:17 +01:00
android-permissions.php Remove trailing spaces and tabs 2013-12-30 17:05:25 +01:00
readme.txt The very simplest repository browser you could imagine, as a WordPress plugin 2010-12-04 23:59:29 +00:00
strings.xml Removed executable permissions on strings.xml. *sigh* 2012-01-12 21:49:47 +01:00
wp-fdroid.php check all APKs for old versions of OpenSSL 2016-12-05 20:16:54 +01:00

readme.txt

=== 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.