Skip to main content

Python library for Fortify Software Security Center (SSC) RESTFul API

Project description

https://img.shields.io/pypi/v/fortifyapi.svg https://img.shields.io/pypi/pyversions/fortifyapi.svg https://img.shields.io/travis/fortifyadmin/fortifyapi/master.svg

Fortify API

Fortify API is a Python RESTFul API client module for Fortify’s Software Security Center

Quick Start

Several quick start options are available:

  • Build locally: pip install wheel setuptools && python setup.py build

  • Install with pip (recommended): pip install fortifyapi

  • Download the latest release.

Example

# import the package
from fortifyapi import fortify

# setup fortify ssc connection information
host = 'https://localhost:8443/'

# instantiate the fortify api wrapper
ssc = fortify.FortifyApi(host)

# Do something

Supporting information for each method available can be found in the documentation.

Bugs and Feature Requests

Found something that doesn’t seem right or have a feature request? Please open a new issue.

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

fortifyapi-1.0.20.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

fortifyapi-1.0.20-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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