Skip to content

Commit

Permalink
add another README update
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 13, 2024
1 parent b65ed59 commit 7a07038
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Main Build](https://github.com/hgschmie/pg-embedded/actions/workflows/master-cd.yml/badge.svg)](https://github.com/hgschmie/pg-embedded/actions/workflows/master-cd.yml)

----
*pg-embedded is not affected by the discovered xz supply chain attack! All releases of pg-embedded have shipped with xz 1.9 or earlier, which predates the attack. It was never shipped with a version that contains potentially compromising commits.*
*pg-embedded is not affected by the [xz supply chain attack attempt](https://nvd.nist.gov/vuln/detail/CVE-2024-3094)! All releases of pg-embedded have shipped with xz 1.10 or earlier, which either predates the attack (1.9) or was released after the attack was mitigated (1.10). pg-embedded never shipped with a version that contains potentially compromising commits.*

----
----
# Embedded Postgres for Java

Start a PostgreSQL server for unit tests or local development.
Expand Down Expand Up @@ -69,4 +69,3 @@ public void simpleTest() throws SQLException {
}
}
```

0 comments on commit 7a07038

Please sign in to comment.