parisl
parisl
## steps On an arm64 based machine, follow the `sbt` Linux download instructions from https://www.scala-sbt.org/download.html: ``` echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list echo "deb https://repo.scala-sbt.org/scalasbt/debian /" |...
Hi there, Our project is using `jmxutils` and our dependency vulnerability scanning is reporting a Guava vulnerability [CVE-2020-8908](https://nvd.nist.gov/vuln/detail/CVE-2020-8908) that's being brought in by `jmxutils`. I'm not sure if the project...
### Description This change adds two new boolean settings for the Security plugin: - `plugins.security.ssl.http.enforce_cert_reload_dn_verification` - `plugins.security.ssl.transport.enforce_cert_reload_dn_verification` Both options will default to `True`, which will maintain the current behaviour where...