diff --git a/build.gradle b/build.gradle index 50d2277..cf26774 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ subprojects { apply from: "${gradleHelpersLocation}/markdown2html.gradle" apply from: "${gradleHelpersLocation}/thirdparty-helper.gradle" dependencies { - implementationExport('com.fortify.ssc.parser.util:fortify-ssc-parser-util-cyclonedx:1.7.1.RELEASE') { + implementationExport('com.fortify.ssc.parser.util:fortify-ssc-parser-util-cyclonedx:2.0.0.RELEASE') { // Make sure that we don't bundle Fortify plugin API and SLF4J in the plugin jar exclude group: 'com.fortify.plugin' exclude group: 'org.slf4j' diff --git a/fortify-ssc-23.2+-parser-debricked-cyclonedx/gradle.properties b/fortify-ssc-23.2+-parser-debricked-cyclonedx/gradle.properties new file mode 100644 index 0000000..3230ac2 --- /dev/null +++ b/fortify-ssc-23.2+-parser-debricked-cyclonedx/gradle.properties @@ -0,0 +1 @@ +parserType=debricked \ No newline at end of file diff --git a/fortify-ssc-23.2+-parser-debricked-cyclonedx/sampleData/README.md b/fortify-ssc-23.2+-parser-debricked-cyclonedx/sampleData/README.md new file mode 100644 index 0000000..9b899f6 --- /dev/null +++ b/fortify-ssc-23.2+-parser-debricked-cyclonedx/sampleData/README.md @@ -0,0 +1 @@ +Please see [Debricked sampleData](../../sampleData/debricked) in the main project directory. \ No newline at end of file diff --git a/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/images/debricked-icon.png b/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/images/debricked-icon.png new file mode 100644 index 0000000..1a4c0d8 Binary files /dev/null and b/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/images/debricked-icon.png differ diff --git a/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/images/debricked-logo.png b/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/images/debricked-logo.png new file mode 100644 index 0000000..40976b0 Binary files /dev/null and b/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/images/debricked-logo.png differ diff --git a/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/plugin.xml b/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/plugin.xml new file mode 100644 index 0000000..84f3a69 --- /dev/null +++ b/fortify-ssc-23.2+-parser-debricked-cyclonedx/src/main/resources/plugin.xml @@ -0,0 +1,31 @@ + + + + Debricked parser plugin for SSC 23.2+ + 0.0 + 1 + + Parser plugin for Debricked vulnerability data in CycloneDX format (results shown on SSC Audit and Open Source pages) + + + + + + + + + + + + + DEBRICKED + [1.2, 1.4] + + Default CycloneDX vulnerability view template. + + DEPENDENCY_SCAN + + + diff --git a/settings.gradle b/settings.gradle index 931ef78..65e66c3 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,4 @@ rootProject.name = 'fortify-ssc-parser-debricked-cyclonedx' include 'fortify-ssc-parser-debricked-cyclonedx' include 'fortify-ssc-22.2+-parser-debricked-cyclonedx' +include 'fortify-ssc-23.2+-parser-debricked-cyclonedx'