Explore

Filters (0) Clear filters
Languages
Level
Tags

401-425 of 579

SLF4J Logging: Replace java.util.logging with SLF4J (Log Object Error)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Object Info)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Object Trace)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Object Warning)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Trace)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Log Warning)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Trace)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: Replace java.util.logging with SLF4J (Warning)

Standardise on SLF4J by replacing this call

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: System.err

Replace System.err.print.* with consistent SLF4J error logging

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
SLF4J Logging: System.out

Replace System.out.print.* with consistent SLF4J error logging

  • marked_information
  • java
  • SLF4J
  • framework specific
  • logging
  • quality
Spring Data Neo4jClient#query is vulnerable to injections

Spring Data Neo4jClient#query is vulnerable to injections

  • error
  • java
  • security
  • Neo4j
  • framework specific
  • OWASP Top 10
  • injection
  • Spring Data
Spring recommendation: @(Rest)Controller, @Service, @Repository should be singletons

Classes annotated with @(Rest)Controller, @Service, @Repository should have a singleton scope

  • warning
  • java
  • web
  • framework specific
  • Spring Boot
  • Spring
  • quality
Spring Security: race condition: SecurityContextHolder.getContext.setAuthentication

It is important to create a new SecurityContext instance to avoid race conditions across multiple threads.

  • error
  • java
  • Spring
  • security
  • framework specific
  • web
  • Spring Security
Spring Security recommends DelegatingPasswordEncoder for best practices

DelegatingPasswordEncoder allows more flexibility when using several encoders, for code changes, and for migrating

  • info
  • java
  • Spring
  • security
  • framework specific
  • Spring Security
Spring Security recommends DelegatingPasswordEncoder for best practices (BCrypt)

DelegatingPasswordEncoder allows more flexibility when using several encoders, for code changes, and for migrating

  • info
  • java
  • Spring
  • security
  • framework specific
  • Spring Security
Spring Security recommends DelegatingPasswordEncoder for best practices (Bean)

DelegatingPasswordEncoder allows more flexibility when using several encoders, for code changes, and for migrating

  • info
  • java
  • kotlin
  • Spring
  • security
  • framework specific
  • Spring Security
Spring Security recommends DelegatingPasswordEncoder for best practices (Bean - BCrypt)

DelegatingPasswordEncoder allows more flexibility when using several encoders, for code changes, and for migrating

  • info
  • java
  • kotlin
  • Spring
  • security
  • framework specific
  • Spring Security
SQL Injection: SQLiteDatabase#execSQL

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10
SQL Injection: SQLiteDatabase#query - 1st parameter

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10
SQL Injection: SQLiteDatabase#query - 2nd parameter

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10
SQL Injection: SQLiteDatabase#query - 3rd parameter

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10
SQL Injection: SQLiteDatabase#query - 5th parameter

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10
SQL Injection: SQLiteQueryBuilder appendWhere

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10
SQL Injection: SQLiteQueryBuilder#buildQuery

This method is vulnerable to SQL injection. Consider writing the query instead of relying on builders.

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • SQL
  • Android
  • OWASP Top 10
SQL Injection: SQLiteQueryBuilder compileStatement

This query could lead to SQL injection

  • error
  • java
  • security
  • framework specific
  • mobile
  • injection
  • Android
  • SQL
  • OWASP Top 10