Volkert
Volkert
Please take the time to search the repository, if your question has already been asked or answered. - What version of the library are you using? `springfox-swagger-ui-3.0.0.jar` What kind of...
Back in 2019, I used https://transform.now.sh/json-schema-to-rust-serde/ to convert JSON Schemas to Rust Serde code, and that worked quite well. I only had to manually change some types in the generated...
Hi. Not sure whether to report this as a bug or as a feature request. I did some searching to see if this issue has already been discussed or raised...
See also https://github.com/detekt/detekt/issues/5271 The OWASP Dependency Check Gradle plugin version 7.1.2 flags vulnerability CVE-2022-25857 in dependency snakeyaml v1.30 on a project that also has the Detekt Gradle plugin configured. The...
The OWASP Dependency Check flagged the following vulnerability in one of our projects: ``` springfox-swagger-ui-3.0.0.jar: swagger-ui-bundle.js (pkg:javascript/[email protected]) : Fix a possible XSS in Chrome that is hidden behind #enable-experimental-web-platform-features, Fixed...
### Package URl pkg:maven/io.ktor/[email protected] ### CPE Multiple (see description) ### CVE Multiple (see description) ### ODC Integration {"label"=>"Gradle Plugin"} ### ODC Version 8.4.0 ### Description ```text One or more dependencies...
### Package URl `pkg:maven/io.netty/[email protected]` ### CPE `cpe:2.3:a:netty:netty:4.1.97:*:*:*:*:*:*:*` ### CVE `CVE-2023-4586` ### ODC Integration Gradle Plugin ### ODC Version 8.4.0 ### Description This is a weird one. Vulnerability `CVE-2023-4586` gets flagged...
Have Ktor automatically load platform-specific native transport dependencies for Netty, if available
**NOTE**: this issue at first glance may seem a duplicate of #1122, but that's not the case. In the other issue, Ktor is enhanced to automatically load the native transports,...
**What happened (please include outputs or screenshots)**: I did a lot of searching on-line, and I couldn't find a trivial way to obtain a list of pods belonging to a...
### Is your feature request related to a problem? Please describe. When using the `openapi-generator` to generate a Kotlin project from an OpenAPI spec, it generates a Gradle project with...