| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.denimgroup.threadfix |
| Идентификатор | Идентификаторthreadfix-cli |
| Последняя версия | Последняя версия2.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.denimgroup.threadfix:threadfix-cli
This module contains library classes for accessing the ThreadFix REST API.
The ThreadFix IDE plugins use this library to retrieve application and vulnerability
marker information, and in the ThreadFix scanner plugins to get endpoint information and
upload scans to ThreadFix applications.
The easiest way to start using the library is with the PluginClient or ThreadFixRestClient
classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix
API key and url information. The default PropertiesManager implementation stores these properties
in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class
to override this behavior for the target platform.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| threadfix-cli-2.5.pom | |
| threadfix-cli-2.5.jar | 43 KB |
| threadfix-cli-2.5-sources.jar | 28 KB |
| threadfix-cli-2.5-javadoc.jar | 136 KB |
| threadfix-cli-2.5-jar-with-dependencies.jar | 7 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.denimgroup.threadfix/threadfix-cli/ -->
<dependency>
<groupId>com.denimgroup.threadfix</groupId>
<artifactId>threadfix-cli</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.denimgroup.threadfix/threadfix-cli/
implementation 'com.denimgroup.threadfix:threadfix-cli:2.5'
// https://jarcasting.com/artifacts/com.denimgroup.threadfix/threadfix-cli/
implementation ("com.denimgroup.threadfix:threadfix-cli:2.5")
'com.denimgroup.threadfix:threadfix-cli:jar:2.5'
<dependency org="com.denimgroup.threadfix" name="threadfix-cli" rev="2.5">
<artifact name="threadfix-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.denimgroup.threadfix', module='threadfix-cli', version='2.5')
)
libraryDependencies += "com.denimgroup.threadfix" % "threadfix-cli" % "2.5"
[com.denimgroup.threadfix/threadfix-cli "2.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.denimgroup.threadfix : threadfix-entities | jar | 2.5 |
| commons-httpclient : commons-httpclient | jar | 3.1 |
| commons-cli : commons-cli | jar | 1.2 |
| commons-io : commons-io | jar | 1.4 |
| commons-validator : commons-validator | jar | ${commons.validator.version} |
| com.google.code.gson : gson | jar | 2.2.4 |
| com.fasterxml.jackson.core : jackson-annotations | jar | ${jackson-2-version} |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.denimgroup.threadfix : threadfix-entities | test-jar | 2.5 |
| junit : junit | jar | ${junit.version} |
| commons-configuration : commons-configuration | jar | 1.9 |
| org.owasp : dependency-check-maven | jar | ${dependencycheck.version} |