Explore

Filters (0) Clear filters
Languages
Level
Tags

426-450 of 579

SQL Injection: SQLiteQueryBuilder compileStatement Compliant

SQL Injection: SQLiteQueryBuilder compileStatement - Compliant

  • compliant
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • Android security set
  • OWASP Top 10
Storage best practices: deprecated operating mode

This operating mode has been deprecated

  • warning
  • java
  • security
  • framework specific
  • mobile
  • Android
Storage best practices: insecure operating mode

When using this value other applications will have access to your application's data

  • error
  • java
  • security
  • framework specific
  • mobile
  • Android
  • Android security set
String.format return value being ignored

A call to String.format is being made without the return value being used

  • warning
  • java
  • Java basic
  • quality
Strings: Regex Use: Escape Regex Special Character for Any Char Matching

First argument is a regular expression, matching with dot might have unintended behaviour.

  • error
  • java
  • security
  • Java basic
Suffix Matching: UseRegisteredSuffixPatternMatch set to false to prevent suffix pattern matching

Prevent suffix pattern matching by setting UseRegisteredSuffixPatternMatch to false

  • warning
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Web
Suffix Matching: UseSuffixPatternMatch set to false to prevent suffix pattern matching

Prevent suffix pattern matching by setting UseSuffixPatternMatching to false

  • warning
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Web
System.err consistent Java Logger logging

Replace System.err.print.* with consistent Java Logger error logging

  • marked_information
  • java
  • framework specific
  • logging
  • Logger
  • quality
System.out consistent Java Logger logging

Replace System.out.print.* with consistent Java Logger error logging

  • marked_information
  • java
  • framework specific
  • logging
  • Logger
  • quality
Test framework: Enforce @Rule annotation for a JUnitSoftAssertions field

A JUnitSoftAssertions field always need to have the @Rule annotation

  • error
  • java
  • testing
  • framework specific
  • JUnit 4
  • quality
TimeZone to ZoneId

TimeZone to ZoneId

  • warning
  • java
  • java.time
  • quality
TimeZone to ZoneId default

TimeZone to ZoneId default

  • warning
  • java
  • java.time
  • java.util.Date
  • quality
TLS: Disabled Certificate validation

The verify method has been overridden, and always returns true

  • warning
  • java
  • security
  • web
  • TLS
  • OWASP Top 10
TLS: Weak Encryption: Insecure Version

Could lead to Data Exposure

  • error
  • java
  • security
  • web
  • TLS
  • OWASP Top 10
TLS: Weak Encryption: Outdated Version

Could lead to Data Exposure

  • warning
  • java
  • security
  • web
  • TLS
  • OWASP Top 10
Untrusted input in logging

Prevent log injection by filtering untrusted input

  • info
  • java
  • security
  • OWASP Top 10
  • framework specific
  • logging
  • Logger
  • injection
URLClassloader: Call super when overriding getPermissions

Custom permissions should be based on those of the super class using super.getPermissions

  • warning
  • java
  • security
  • Java basic
  • SEI CERT
Use AssertJ "not thrown" assertions

Use AssertJ "not thrown" assertions

  • warning
  • java
  • AssertJ
Use AssertJ rather than FEST assertions

Use AssertJ rather than FEST assertions

  • warning
  • java
  • AssertJ
  • framework specific
Use AssertJ's containsExactlyInAnyOrder() instead of containsInAnyOrder

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's containsExactly() instead of contains

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's containsIgnoringCase() instead of containsStringIgnoringCase()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's contains() instead of containsInRelativeOrder

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's contains() instead of containsString()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest
Use AssertJ's contains() instead of hasItem()

Can be replaced with AssertJ style assertions

  • warning
  • java
  • AssertJ
  • Hamcrest