Skip to content

Commit

Permalink
Merge pull request #319 from CybercentreCanada/CVE-2024-6345
Browse files Browse the repository at this point in the history
Update setuptools to the latest version in the root image
  • Loading branch information
cccs-rs authored Feb 11, 2025
2 parents d7d25a2 + 5077522 commit 4a51714
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/ui-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,11 @@ submission:
validator_type: keyword
strict_schemes:
- strict_ingest
profiles:
# Profile that will enforce metadata validation
- name: "static"
display_name: "Static Analysis"
params:
type: strict_ingest
ui:
enforce_quota: false
3 changes: 3 additions & 0 deletions root-image/common.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ RUN apt-get update && apt-get -yy upgrade && rm -rf /var/lib/apt/lists/*
RUN apt-get update \
&& apt-get install -yy libffi8 libfuzzy2 libmagic1 git\
&& rm -rf /var/lib/apt/lists/*

# Update setuptools package
pip install -U setuptools

0 comments on commit 4a51714

Please sign in to comment.