-
Hi, I have a question, with the SuppressFBWarnings annotation I want an interface that extends `org.slf4j.Logger` but which is not subject to CRLF_INJECTION_LOGS, it is sanitized:
```
@SuppressFBW…
-
**SpotBugs Version:** 4.4.2
**Rule:** [BC_IMPOSSIBLE_DOWNCAST_OF_TOARRAY](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#bc-impossible-downcast-of-toarray-result-bc-impossible-downcas…
-
Hi
We faced an issue when we installed Findbugs, Could you please help us to resolved the issue?
| ------------------ | ------- |
| SonarQube | 10.6 |
| Sonar-FindBugs | 4.2.10 |…
Mos26 updated
3 weeks ago
-
Do we have something in gradle -> spotBugs to find newly introduced bugs between two runs of spotBugs ??
-
Hi, when using SpotBugs to improve my code quality, I found a false negative about the rule [IL_INFINITE_RECURSIVE_LOOP](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#il-an-apparent-i…
-
Hello, I'm not sure if that's possible but there seem to be a system property for ignoring annotations in Spotbugs:
https://github.com/findbugsproject/findbugs/blob/451c28097c22ef8e6f8943e5ebe6a16ff4…
-
When running SpotBugs it is reporting a DM_DEFAULT_ENCODING issue. When I click on the link to take me to the above, there is no content. Did it get deleted accidentally? Or is the link or anchor wron…
-
Tool for java security testing:
https://find-sec-bugs.github.io/
Jenkins plugin:
https://plugins.jenkins.io/findbugs
Documentation:
https://find-sec-bugs.github.io/tutorials.htm
https://gith…
-
When I use Spotbugs to scan a minimal Spring Boot application containing an endpoint with a `@SneakyThrows` Lombok annotation, Spotbugs will report a finding where the start line is greater than the e…
-
When adding this as plugin to spotbugs, I see one new exception in our build logs.
```
[INFO] --- maven-site-plugin:3.7.1:site (default-site) @ com.etas.ascet.ui.views ---
[INFO] configuring report…