Skip to content

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:

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/target/fortifyapi.svg?style=flat-square

  • Copyright 2017 Target Brands, Inc.

About

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

Resources

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages