Skip to content

Commit

Permalink
Updating fixed vulnerabilities after new observations
Browse files Browse the repository at this point in the history
Creating this Commit / PR to fix observed vulnerabilities after updating in earlier PR.

- Cryptography vulnerability fixed and not being detected in latest image.
- Certifi is also updated to recommended version but a slightly older version also exists which will be removed in this commit.
- Flask still shows up as a vulnerability, but unable to find the package actually being installed when using find ~/miniconda-23.5.2/ -name flask*
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Oct 6, 2023
1 parent a494de8 commit f53085f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/setup_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ conda install -c conda-forge cryptography=41.0.4 wheel=0.40.0
rm -rf /root/miniconda-23.1.0/pkgs/cryptography-38.0.4-py39h9ce1e76_0
rm -rf /root/miniconda-23.1.0/pkgs/wheel-0.37.1-pyhd3eb1b0_0
rm -rf /root/miniconda-23.5.2/pkgs/cryptography-39.0.1-py39h9ce1e76_2
rm -rf /root/miniconda-23.5.2/pkgs/certifi-2023.5.7-py39h06a4308_0

# Clean up the conda install
conda clean -t
Expand Down

0 comments on commit f53085f

Please sign in to comment.