Explore

Filters (0) Clear filters
Languages
Level
Tags

26-50 of 589

Code Injection: Prevent use of DexClassLoader

Do not use the DexClassLoader to dynamically load code

  • error
  • java
  • security
  • framework specific
  • mobile
  • Android
Code quality: Do not add @Scope("singleton") on a Spring (rest)controller, service or repository

Adding @Scope("singleton") is redundant

  • info
  • java
  • web
  • framework specific
  • Spring Boot
  • Spring
  • quality
Collections: Do not expose internal Lists

Do not expose an internal List as it is mutable. Return a copy or immutable view.

  • marked_information
  • java
  • security
  • Java basic
  • quality
Collections: Do not expose internal Sets

Do not expose an internal Set as it is mutable. Return a copy or immutable view.

  • marked_information
  • java
  • security
  • Java basic
  • quality
Command Injection: Untrusted data in ProcessBuilder command

This call to ProcessBuilder#command contains untrusted input. Consider sanitizing the untrusted input.

  • error
  • java
  • security
  • Java basic
  • injection
Command Injection: Untrusted data in ProcessBuilder command - Add

This call to ProcessBuilder#command contains untrusted input. Consider sanitizing the untrusted input.

  • error
  • java
  • security
  • Java basic
  • injection
Configuration - User Interface: Avoid Tapjacking: Add filterTouchesWhenObscured

Not setting filterTouchesWhenObscured to true allows adversaries to hijack users' taps.

  • warning
  • xml
  • security
  • framework specific
  • mobile
  • Android
Configuration - User Interface: Avoid Tapjacking: Enable filterTouchesWhenObscured

Setting filterTouchesWhenObscured to false allows adversaries to hijack users' taps.

  • warning
  • xml
  • security
  • mobile
  • framework specific
  • Android
Constructor argument (Object) needs to be migrated to java.time before Constructor Migration can occur

Constructor argument (Object) needs to be migrated to java.time before Constructor Migration can occur

  • info
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Constructor argument (Object) needs to be migrated to java.time before Constructor Migration can occur

Constructor argument (Object) needs to be migrated to java.time before Constructor Migration can occur

  • info
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Constructor argument (ReadableInstant) needs to be migrated to java.time before Constructor Migration can occur

Constructor argument (ReadableInstant) needs to be migrated to java.time before Constructor Migration can occur

  • info
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert appendDecimal to appendValue

Convert appendDecimal to appendValue

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality
Convert appendSignedDecimal to appendValue

Convert appendSignedDecimal to appendValue

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality
Convert appendSomethingShortText to appendText(ChronoField.SOMETHING,TextStyle.SHORT)

Convert appendSomethingShortText to appendText(ChronoField.SOMETHING,TextStyle.SHORT)

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality
Convert appendSomethingText to appendText(ChronoField.SOMETHING)

Convert appendSomethingText to appendText(ChronoField.SOMETHING)

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality
Convert DateTimeFormatterBuilder to java.time

Convert DateTimeFormatterBuilder to java.time

  • warning
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeFormatter withZoneUTC to java.time equivalent

Convert DateTimeFormatter withZoneUTC to java.time equivalent

  • error
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeZone forOffsetHoursMinutes to java.time.ZoneOffset

Convert DateTimeZone forOffsetHoursMinutes to java.time.ZoneOffset

  • warning
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeZone.forOffsetHours to java.time.ZoneOffset

Convert DateTimeZone.forOffsetHours to java.time.ZoneOffset

  • warning
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeZone.forOffsetMillis to java.time.ZoneOffset

Convert DateTimeZone.forOffsetMillis to java.time.ZoneOffset

  • warning
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeZone.forTimeZone to ZoneId.forID

Convert DateTimeZone.forTimeZone to ZoneId.forID

  • warning
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeZone.getAvailableIds to java.time equivalent

Convert DateTimeZone.getAvailableIds to java.time equivalent

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality
Convert DateTimeZone getDefault

Convert DateTimeZone to ZoneId

  • warning
  • java
  • framework specific
  • java.time
  • Joda-Time
  • quality
Convert DateTimeZone.getName to java.time equivalent

Convert DateTimeZone.getName to java.time equivalent

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality
Convert DateTimeZone.getName to java.time equivalent

Convert DateTimeZone.getName to java.time equivalent

  • warning
  • java
  • java.time
  • framework specific
  • Joda-Time
  • quality