plugin-api

Fortify Plugin API

Лицензия

Лицензия

Группа

Группа

com.fortify.plugin
Идентификатор

Идентификатор

plugin-api
Последняя версия

Последняя версия

1.0.1.1
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

plugin-api
Fortify Plugin API
Ссылка на сайт

Ссылка на сайт

https://github.com/fortify/plugin-api
Система контроля версий

Система контроля версий

https://github.com/fortify/plugin-api

Скачать plugin-api

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Fortify Software Security Center Plugin API

Version 1.0.1.1

  • Publish to Maven Central
  • Document additional resources

Version 1.0.1

  • support for parser plugins
  • custom parser implementations can implement com.fortify.plugin.spi.ParserPlugin
  • plugin implementations need to bundle valid plugin.xml descriptor based on src/main/resources/schema/pluginmanifest-1.0.xsd
  • plugin implementation JAR has to contain all plugin dependencies - be self-contained
  • If a plugin has any dependencies on javaEE packages, the plugin developer must bundle the necessary javaEE jars into the plugin's own library path, and must not rely on these packages being available from the JRE. The JavaEE modules have been removed from current versions of Java post-Java8 and will not be available in SSC versions after 18.20.

    • Such packages include JAXB api and implementation, javax.activation, javax.annotation, javax.transaction, javax.xml.ws, and CORBA-related packages."
    • In particular, the “Bundle-ClassPath” of their plugin bundle manifest should include the dependency javaEE jars and the jars themselves must be stored inside the bundle (typically in a “libs” folder along with any other libraries their plugin depends on).

Resources

Information for Developers

  • ./gradlew build: Build the plugin
  • ./gradlew publishToMavenLocal: Publish the plugin to local Maven repository
    • Add mavenLocal() repository to a parser plugin to use a locally built version for testing
  • ./gradlew publishToOSSRH closeOSSRHStagingRepository: Publish the plugin to OSSRH/Maven Central
    • .github/workflows/ci.yml automatically runs this on every push to the master branch
    • Can be run manually to test the publishing process from other branches
    • Requires the following Gradle properties to be set (use ORG_GRADLE_PROJECT_ prefix to set these properties through environment variables):
      • signingKey: Used to sign the artifacts
      • signingPassword: Used to sign the artifacts
      • OSSRHUsername: Used to publish to OSSRH
      • OSSRHPassword: Used to publish to OSSRH
    • If project.version ends with -SNAPSHOT, the artifacts will end up at https://s01.oss.sonatype.org/content/repositories/snapshots/
    • Release versions are published to an OSSRH staging repository and checked for Maven Central requirements
com.fortify.plugin

Fortify

Build secure software fast. Find security issues early and fix at the speed of DevOps.

Версии библиотеки

Версия
1.0.1.1