Skip to content

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

License

Notifications You must be signed in to change notification settings

mccright/fortifyapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Copyright and License

https://img.shields.io/github/license/webbreaker/fortifyapi.svg?style=flat-square

  • Copyright 2018 Target Brands, Inc.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%