Skip to content

attesch/fortifyapi

 
 

Repository files navigation

image

image

image

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:

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.

image

  • Copyright 2017 Target Brands, Inc.

About

Python RESTFul API client module for Fortify's Software Security Center (SSC)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%