Closed dependabot[bot] closed 11 months ago
Fixed vulnerability of a potential denial of service attack on a centralized logback receiver when a third party controlling a remote appender connects to said receiver and could shut down or slow down logging of events. This problem was reported by Yakov Shafranovich, Amazon Web Services. It has been reported under the reference CVE-2023-6378.
Unfortunately, there is no information, if that affects 1.2.12 as well.
Californium itself depends on the slf4j API, logback is only used at runtime for demos and unit-tests. We don't use a "remote appender" there.
Still supporting java 7 makes it impossible to update to version 1.3 nor 1.4. Using slf4j 1.7.36 prevents the from using logback 1.3.13 even on newer java versions.
Not possible to update cause by missing support for java 7.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
logback 1.2.13 was released today. It fixes the aforementioned CVE.
Thanks a lot!
Bumps ch.qos.logback:logback-classic from 1.2.11 to 1.3.12.
Commits
0df4ec1
prepare release 1.3.12189af50
ensure JDK 8 compatibility14a71d0
cater for array size marked with -1b8eac23
prevent DOS attacks using on malicious serialized inputd87dd12
further support for Virtual threads, issues 737034aaee
add support for Virtual threadsd6294e5
parameterizable invocation gate delay3b91f6d
minor refactoringd94ebec
fix guthub issue 715c76b303
minor refactoring for better readabilityDependabot 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
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show