增强软件安全中心(ssc)restful api的python库

fortifyapi的Python项目详细描述


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

强化API

fortify api是一个python restful api客户端模块,用于fortify的Software Security Center

快速启动

有几个快速启动选项:

  • 本地生成:pip install wheel setuptools && python setup.py build
  • 使用pip安装(推荐):pip install fortifyapi
  • Download the latest release

示例

# 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

每个可用方法的支持信息都可以在documentation中找到。

错误和功能请求

找到了一些看起来不正确或有功能请求的内容?请开一期新的。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java为什么程序显示空结果?   java应用程序在测试设备上调试时工作正常,但在发布版apk中没有,它没有获得post。来自firebase的类变量   java Android:从主活动按钮确定在listview中选中哪个复选框   在Spring中添加@OneToOne注释时启动ApplicationContext时发生java错误   用JAVA Android实现矩阵计算的最快方法   SpringJava语义有没有更好的编写方法?   java从hashmap中减去两个值后返回最小差值的键?   Java中的静态初始化顺序:Netty 4.0.7的例外   java如何检查用户输入是否为字符串   循环Java计数单词索引   java如何使用以下代码将视频流传输到Android异步Http服务器?   java如何在jtable的所有行中循环   java如何使用maven将unicode插入mysql   java使用安卓加速远程数据检索   java试图模拟麦克风(javax.sound.sampled)   swing SwingWorker从不归还任何东西?(爪哇)   首次在Android Studio上未加载java LibGDX文件   java如何在多个Mysql服务器上设置限制和偏移?   如何防止从java连接到mongodb时登录控制台?