chiark / gitweb /
Merge branch 'collection-fixes-and-KnownVuln' into 'master'
authorHans-Christoph Steiner <hans@guardianproject.info>
Tue, 6 Dec 2016 12:37:11 +0000 (12:37 +0000)
committerHans-Christoph Steiner <hans@guardianproject.info>
Tue, 6 Dec 2016 12:37:11 +0000 (12:37 +0000)
commitf4392663033508a3b0cdc9b5c18174ad76bf45c8
tree1729380d9439f997aea811003d7a61733310a2d7
parent32182867ad2f20163302b23dbf46270c8648d3d4
parente37be9b06303302220292ecf5b48c8382533d4f8
Merge branch 'collection-fixes-and-KnownVuln' into 'master'

add KnownVuln anti-feature, and other fixes

This is a bit of a random collection of things that I have added in the process of working on the drozer/scanner support, YAML support, etc.  The only new things are:

* adding new AntiFeature for security issues: `KnownVuln`
* removing broken, incomplete XML metadata support

Everything else included are just code improvements.  This also includes the first check for `KnownVuln`, which is a scanner to check whether custom OpenSSL binaries in apps are not old with known vulnerabilities.  `KnownVuln` will then ultimately be used for things like the drozer scanner !187

See merge request !189