Skip to content

Commit

Permalink
Remove CVE-2022-40897 fix (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Apr 5, 2024
1 parent c7e37fb commit ed3ee6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Deprecated
### Removed

- Remove fix for [CVE-2022-40897](https://access.redhat.com/security/cve/cve-2022-40897)

### Fixed
### Security

Expand Down
6 changes: 0 additions & 6 deletions docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ WORKDIR /app
# ==========================================
ENV PATH="$POETRY_HOME/bin:$PATH"

# ==========================================
# This is a temporary fix for CVE-2022-40897
# https://access.redhat.com/security/cve/cve-2022-40897
# ==========================================
RUN rm -fR "$POETRY_HOME/venv/lib/python3.11/site-packages/setuptools-65.5.0.dist-info"



FROM root AS appuser
Expand Down

0 comments on commit ed3ee6d

Please sign in to comment.