Skip to content

Commit

Permalink
fix(security): vulnerabilities found in besu-all-in-one #2055
Browse files Browse the repository at this point in the history
Signed-off-by: charelle <charelle.wrk@gmail.com>
  • Loading branch information
charellesandig authored and petermetz committed Nov 2, 2022
1 parent 3062343 commit 2ce098f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/containerscan/allowedlist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
general:
vulnerabilities:
#besu-all-in-one

-CVE-2022-37734
-CVE-2022-25857
6 changes: 3 additions & 3 deletions tools/docker/besu-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ARG BESU_VERSION=1.5.1
ARG ORION_VERSION=1.6
ARG BESU_VERSION=22.7.4
ARG TESSERA_VERSION=22.1.7

FROM hyperledger/besu:$BESU_VERSION AS besu
FROM pegasyseng/orion:1.5.1 AS orion
FROM quorumengineering/tessera:$TESSERA_VERSION AS tessera

COPY --from=besu /opt/besu/ /opt/besu/

Expand Down

0 comments on commit 2ce098f

Please sign in to comment.