Explore
326-350 of 379
Untrusted input in logging
Prevent log injection by filtering untrusted input
- info
- java
- security
- OWASP Top 10
- framework specific
- logging
- Logger
- injection
Use AssertJ rather than FEST assertions
Use AssertJ rather than FEST assertions
- warning
- java
- AssertJ
- framework specific
Use AssertJ's fail() (method ref -> invocation)
Use AssertJ's fail() (method ref -> invocation)
- warning
- java
- AssertJ
- framework specific
Use AssertJ's fail() (Supplier ref -> invocation)
Use AssertJ's fail() (Supplier ref -> invocation)
- warning
- java
- AssertJ
- framework specific
Use AssertJ's fail() (unwrapping message lambda)
Use AssertJ's fail() (unwrapping message lambda)
- warning
- java
- AssertJ
- framework specific
Use AssertJ's fail() (with cause exception)
Use AssertJ's fail() (with cause exception)
- warning
- java
- AssertJ
- framework specific
Use assertThat(Specific)Exception
Use assertThat(Specific)Exception
- warning
- java
- AssertJ
- framework specific
- quality
Use composed requestmapping annotations
Improve readability by using Spring's composed annotations
- info
- java
- Spring
- framework specific
- web
- Spring Web
- quality
Use contains instead of contains isTrue
Use contains instead of contains isTrue
- warning
- java
- AssertJ
- framework specific
- quality
Use .delux() for a 'stronger' password-based encryption
Encryptors.delux() uses a 'stronger' password-based encryption
- warning
- java
- Spring
- security
- framework specific
- Spring Security
Use hasSameSizeAs for comparing Collection sizes
Use hasSameSizeAs for comparing Collection sizes
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSameSizeAs for comparing to another collection's size
Use hasSameSizeAs for comparing to another collection's size
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSize for checking Collection size
Use hasSize for checking Collection size
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThan for size comparison of collection
Use hasSizeGreaterThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThan for size comparison of collection
Use hasSizeGreaterThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
Use hasSizeGreaterThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThan for size comparison of collection
Use hasSizeLessThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThan for size comparison of collection
Use hasSizeLessThan for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThanOrEqualTo for size comparison of collection
Use hasSizeLessThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use hasSizeLessThanOrEqualTo for size comparison of collection
Use hasSizeLessThanOrEqualTo for size comparison of collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking empty Collection
Use isEmpty for checking empty Collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking empty Collection
Use isEmpty for checking empty Collection
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking for collection with no elements
Use isEmpty for checking for collection with no elements
- warning
- java
- AssertJ
- framework specific
- quality
Use isEmpty for checking for collection with no elements
Use isEmpty for checking for collection with no elements
- warning
- java
- AssertJ
- framework specific
- quality