-
Vulnerable Library - spotbugs-4.7.3.jar
Path to dependency file: /build.gradle
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.apache.bcel/bcel/6.5.0/79b1975ec0…
-
## CVE-2022-42920 - Critical Severity Vulnerability
Vulnerable Library - bcel-6.5.0.jar
Apache Commons Bytecode Engineering Library
Library home page: https://commons.apache.org/proper/commons-bcel
…
-
### Description
There is already some small usage of this dependency in the `jballerina-unit-test` module ([here](https://github.com/ballerina-platform/ballerina-lang/blob/dff4f9356c82fd9fa2d8dc5cadf…
-
In 1.18.22 `@SuperBuilder` + `mapstruct` causes `javadoc` generation to fail.
Generation works fine in 1.18.20 but if one switches to .22:
```
Error while generating Javadoc:
[ERROR] Failed t…
-
### Expected Behavior
The [`CustomizableHtmlReport` interface](https://docs.gradle.org/7.3/javadoc/org/gradle/api/reporting/CustomizableHtmlReport.html) provides methods for [lazy configura…
-
I fairly often forget to pass values to String.format() that I intended to format. This results in exceptions at runtime, but could certainly be cought by static code analysis.
In other words, Spot…
-
spotbugsMain {
sourceDirs = sourceSets.main.allSource.srcDirs
classDirs = sourceSets.main.output
auxClassPaths = sourceSets.main.compileClasspath
}
how to config these property? i …
-
Cleaning up some SpotBugs lint for my project, and came across a couple NPE warnings (excellent!)
Specifically it found an exception each of two varieties: `NP_NULL_ON_SOME_PATH_EXCEPTION` and `NP…
-
I've noticed that spotbugs doesn't throw any kind of error when trying to pass a null value via a list into a `@NonNull` parameter.
Example:
```java
public class CheckNonNullBehaviour {
@Tes…
-
Up to date Mac, freshly brewed gradle, javac version 13.0.1. Gradle build gives me:
```
Welcome to Gradle 7.5!
Here are the highlights of this release:
- Support for Java 18
- Support for …