github find-sec-bugs/find-sec-bugs version-1.11.0
Version 1.11.0

latest releases: version-1.13.0, version-1.12.0
3 years ago

In this new release of Find Security Bugs (FSB), you'll find few new detectors long with improvement to existing ones. Here is a summary of what to expect from this update.

New detectors

A new experimental detector was created to highlight Unicode issue. Its report are shown only if you set the minimum confidence to Low (default setting is Medium).
For applications integrating Groovy, a new detectors will find scripts being evaluate at runtime (analog to eval functions in scripting languages).
Vert.x SQL api are now supported.
Finally, Hardcoded passwords in JSch library are now detected.

Java unsafe deserialization

Deserialization detectors now support ObjectInput and ObjectInputStream. Thanks to @nichollt for the idea.

HTTP Parameter Pollution (URL Injection)

For application making outbound HTTP request, the recommended way to build URI/URL is to use the URIBuilder. This third party class provided a DSL that will behave similarly to prepare statements APIs. All parameters pass to this DSL is properly encoded. This allows FSB to remove false positive with confidence.

StringSubstitutor

StringSubstitutor / StrSubstitutor are now tracked properly for all injection detectors.

SpotBugs 4.0.0

This version is compatible with SpotBugs 4.0.0. The command line client (see attached package) is including the latest version.


Full Changelog

Implemented enhancements:

  • Scanning Kotlin doesnt work with gradle-plugin #598
  • HTTP parameter pollution False positive with URIBuilder (HTTPClient) #586
  • Improper handling of Unicode transformations #577
  • Add support for sort with -V in findsecbugs.sh #570
  • Java deserialization vulnerability not being discovered #563
  • False positive spring jdbctemplate SQL Injection #538
  • Detect hardcoded password for SSH private key #536
  • New Sink : Groovy Script Injection #483

Fixed bugs:

  • EmptyStackException error #546
  • RuntimeException when processing static method #541
  • "Error: missing bug code for keySECEMA " in FindSecBugs 1.10.0 #526
  • Incompatibility with SpotBugs 4.0.0 #525
  • Missing commons-codec library #602

Closed issues:

  • Restore Codecov integration #608
  • Restore Travis-CI on build on Pull Request #574
  • src/test/java/testcode/serial/ObjectDeserializationFalsePositive2.java:[10,8] error: no suitable constructor found for ASN1InputStream(no arguments) #557
  • How to remove “taint” for custom tld function? #555
  • java.lang.OutOfMemoryError: GC overhead limit exceeded #554
  • Enable 'Require HTTPS' on find-sec-bugs.github.io/ #544
  • False positive for unsafe comparison of hash that are susceptible to timing attack #558
  • SQL injection false positive when the source is an array. #529
  • String-value coming from an Enum causes SQL_INJECTION_JPA #491

Merged pull requests:

> md5sum findsecbugs-cli-1.11.0.zip
241c1f9138ee903d9d9f5e7cd00a93bf *findsecbugs-cli-1.11.0.zip

> sha1sum findsecbugs-cli-1.11.0.zip
910f38b746257d62de33ca83f257426e74e02033 *findsecbugs-cli-1.11.0.zip

Don't miss a new find-sec-bugs release

NewReleases is sending notifications on new releases.