-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cc27b9
commit adcdbc4
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## Threeten-Backport Security | ||
|
||
### Security Policy | ||
|
||
**Supported Versions** | ||
|
||
If a security issue occurs, only the latest version is guaranteed to be patched. | ||
|
||
**Reporting a Vulnerability** | ||
|
||
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). | ||
Tidelift will coordinate the fix and disclosure. | ||
|
||
|
||
### CVEs | ||
|
||
**[CVE-2024-23081](https://www.cve.org/CVERecord?id=CVE-2024-23081)** | ||
|
||
This was raised publicly on 2024-04-10. | ||
There was no prior warning or private disclosure. | ||
|
||
The CVE is nonsense. It was raised by an AI-driven bot. | ||
The CVE describes that a `NullPointerException` is thrown when `null` is passed into a method. | ||
As any Java developer knows, this is perfectly normal and not a security issue or CVE. | ||
|
||
Users of ThreeTen-Backport do not need to take any action as the CVE is invalid. | ||
|
||
**[CVE-2024-23082](https://www.cve.org/CVERecord?id=CVE-2024-23082)** | ||
|
||
This was raised publicly on 2024-04-10. | ||
There was no prior warning or private disclosure. | ||
|
||
The CVE is nonsense. It was raised by an AI-driven bot. | ||
The CVE describes that a `StringIndexOutOfBoundsException` is thrown when a certain input is passed into a method. | ||
As any Java developer knows, this is a perfectly normal exception and not a security issue or CVE. | ||
|
||
Users of ThreeTen-Backport do not need to take any action as the CVE is invalid. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters