jodd icon indicating copy to clipboard operation
jodd copied to clipboard

Jodd! Lightweight. Java. Zero dependencies. Use what you like.

Results 5 jodd issues
Sort by recently updated
recently updated
newest added

## Current behavior Hello, I found the class: [LRUCache](https://github.com/oblac/jodd/blob/master/jodd-core/src/main/java/jodd/cache/LRUCache.java) use `LinkedHashMap` and use read lock for get, but the `LinkedHashMap` `get` method is not thread safe, the element will move...

enhancement
jodd-core

I'm doing a research on tags . We found that versions like **5.2.0** was released in Maven, but there was no corresponding tag in github, Can you help me with...

👋 This dashboard summarizes my activity on the repository, including available improvement opportunities. ## Recommendations _Last analysis: Apr 15 | Next scheduled analysis: Apr 16_ ### Open - https://github.com/oblac/jodd/pull/790 ###...

This change ensures that HTTP response header values can't contain newline characters, leaving you vulnerable to HTTP response splitting and other attacks. If malicious users can get newline characters into...

A vulnerability related to ZIP file handling has been discovered in the Jodd library. It allows attackers to exploit specially crafted high-compression ZIP files to consume a large amount of...

bug