Skip to main content

Security flaw parser for upstream security advisories

Project description

Travis CI test status

This library allows you to parse data from security advisories of certain projects to extract information about security issues. The parsed information includes metadata such as impact, CVSS score, summary, description, and others; for a full list, see the advisory_parser/flaw.py file.

DISCLAIMER: Much of the advisory parsing is fairly fragile. Because web pages change all the time, it is not uncommon for parsers to break when a page is changed in some way. Also, the advisory parsers only work with the latest version of the advisory pages.

The need for parsing raw security advisories in this way could be avoided if vendors provided their security pages in a machine readable (and preferably standardized) format. An example of this would be Red Hat’s security advisories that can be pulled in from a separate Security Data API (RHSA-2016:1883.json) or downloaded as an XML file (cvrf-rhsa-2016-1883.xml), or OpenSSL’s list of issues available in XML (vulnerabilities.xml).

If you are a vendor or an upstream project owner interested in providing your security advisories in a machine readable format and don’t know where to start, feel free to reach out to mprpic@redhat.com.

Currently available parsers include:

Project

Example URL

Google Chrome

https://chromereleases.googleblog.com/2017/06/stable-channel-update-for-desktop_15.html

Adobe Flash

https://helpx.adobe.com/security/products/flash-player/apsb17-17.html

Jenkins

MySQL

http://www.oracle.com/technetwork/security-advisory/cpujul2017verbose-3236625.html

phpMyAdmin

Wireshark

Installation

pip install advisory-parser

Usage

from pprint import pprint
from advisory_parser import Parser


url = 'https://helpx.adobe.com/security/products/flash-player/apsb17-17.html'
flaws, warnings = Parser.parse_from_url(url)

for flaw in flaws:
    print()
    pprint(vars(flaw))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

advisory-parser-1.7.tar.gz (78.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

advisory_parser-1.7-py2.py3-none-any.whl (14.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file advisory-parser-1.7.tar.gz.

File metadata

  • Download URL: advisory-parser-1.7.tar.gz
  • Upload date:
  • Size: 78.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for advisory-parser-1.7.tar.gz
Algorithm Hash digest
SHA256 f1fcd969d0b05696aeffb1c523f6ad7782df276cb4e24bb292ca2c69c330bbd9
MD5 6b74c1b54f55c9c9675d6519ff93cf40
BLAKE2b-256 a7a08f53fc04f2aedd0d2921c03fb56dd1262918b8c7908beffc415a69cd6ee9

See more details on using hashes here.

File details

Details for the file advisory_parser-1.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for advisory_parser-1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d1ba11896a9ebd28d71d1a4a6ddda474e6609f8491cd25cb61611d5d78f246a4
MD5 6bbb408655f19e06c8e21a3980386a4e
BLAKE2b-256 0b9c5bade5ca38893cee1d5c7292cf86a24fd993fa631331d83f20696f04b805

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page