ssc-restapi-client
ssc-restapi-client copied to clipboard
Communicate with Fortify Software Security Center through REST API in java, a swagger generated client
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.24. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and Kodein Compiler KT-65235 JDK 21 might...
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.24. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and Kodein Compiler KT-65235 JDK 21 might...
Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.24. Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib-common's releases. 1.9.24 Changelog Backend. Wasm KT-64890 K/Wasm compiler crash with external class and Kodein Compiler KT-65235 JDK 21 might...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Bumps [com.squareup.okio:okio-jvm](https://github.com/square/okio) from 3.8.0 to 3.9.0. Changelog Sourced from com.squareup.okio:okio-jvm's changelog. Version 3.9.0 2024-03-12 New: FileSystem.SYSTEM can be used in source sets that target both Kotlin/Native and Kotlin/JVM. Previously, we...
Pulling the latest version of both the source code and the jar file in the releases (https://github.com/fortify/ssc-restapi-client/releases/tag/v22.1) results in an error when attemting to run the application in a stand...
I am using ssc-restapi-client-2.0 to pull information about versions to read into a json format. Usually goes well but now as of recently I am getting APIExceptions that do not...
## Problem The `value` field of `ConfigProperty` instances returned from methods such as `ConfigurationControllerApi#readConfiguration(String)` and `ConfigurationControllerApi#getConfiguration()` is always null. For example, executing this Groovy script: ```groovy new ConfigurationControllerApi(client) .getData() .getProperties()...
Exclude auto-generated tests as they do nothing. Separate an integration test from the unit tests. This allows using "mvn verify" and a parameter file src/it/resources/integration-test.properties Allow running a single test...
The unit tests appear auto-generated templates for integration tests. Integration tests could run in their own goal, leaving a room and a phase for smaller unit tests if needed.