Fix FP in CT_CONSTRUCTOR_THROW when the finalizer does not run, since the exception is thrown before java.lang.Object's constructor exits for checked exceptions (#2710)
Applied changes for bcel 6.8.0 with adjustments to constant pool (#2756)
More information bcel changes can be found on (#2757)
Fix FN in CT_CONSTRUCTOR_THROW when the return value of the called method is not void or primitive type.
Allow 'onlyAnalyze' option to specify negative matches, such that this facility can be used to prevent a subset of classes to be excluded from analysis (#2754)
Strictly require logback 1.2.13 due to CVE-2023-6481 and CVE-23-6378 (#2760)
Prefer log4j2 at 2.22.0 and logback at 1.4.14 (#2760)
Fix FP in CT_CONSTRUCTOR_THROW when the finalizer does not run, since the exception is thrown before java.lang.Object's constructor exits for checked exceptions (#2710)
Applied changes for bcel 6.8.0 with adjustments to constant pool (#2756)
More information bcel changes can be found on (#2757)
Fix FN in CT_CONSTRUCTOR_THROW when the return value of the called method is not void or primitive type.
Allow 'onlyAnalyze' option to specify negative matches, such that this facility can be used to prevent a subset of classes to be excluded from analysis (#2754)
Strictly require logback 1.2.13 due to CVE-2023-6481 and CVE-23-6378 (#2760)
Prefer log4j2 at 2.22.0 and logback at 1.4.14 (#2760)
4.8.2 - 2023-11-28
Fixed
Fixed false positive UPM_UNCALLED_PRIVATE_METHOD for method used in JUnit's MethodSource (#2379)
You can trigger a rebase of this PR 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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps com.github.spotbugs:spotbugs-annotations from 3.1.12 to 4.8.3.
Release notes
Sourced from com.github.spotbugs:spotbugs-annotations's releases.
... (truncated)
Changelog
Sourced from com.github.spotbugs:spotbugs-annotations's changelog.
... (truncated)
Commits
1e42fc9
release v4.8.344dd360
Fix FNs in CT_CONSTRUCTOR_THROW (#2747)10422e8
Adjust log binding requirements due to CVEs from logback (#2760)e720004
Support negated onlyAnalyze items (#2754)8a41d8f
Sonar Analyses fixes (#2753)a7aada2
fix(deps): update dependency org.apache.bcel:bcel to v6.8.0 (#2756)c176966
chore(deps): update dependency com.diffplug.gradle:goomph to v3.44.0 (#2758)0f7a97f
chore(deps): update plugin com.github.spotbugs to v6.0.2 (#2742)5495d4b
chore(deps): update plugin com.gradle.enterprise to v3.16 (#2746)194f19b
Use String.isEmpty() with null guards (#2755)You can trigger a rebase of this PR 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