Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade gulp-imagemin from 3.4.0 to 7.0.0 #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: package.json to reduce vulnerabilities

c83900e
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade gulp-imagemin from 3.4.0 to 7.0.0 #99

fix: package.json to reduce vulnerabilities
c83900e
Select commit
Loading
Failed to load commit list.
NShiftKey / NShiftKey - Dockerfile & IaC misconfiguration required action Apr 28, 2024 in 50s

Summary

  • 6 security issue(s)
    • High : 5
    • Medium : 0
    • Low : 1

Details

NShiftKey

  • 'RUN <package-manager> update' instruction alone

    • Description : The instruction 'RUN update' should always be followed by ' install' in the same RUN statement.
    • Countermeasure : The instruction 'RUN update' should always be followed by ' install' in the same RUN statement.

  • 'apt-get' missing '--no-install-recommends'

    • Description : 'apt-get' install should use '--no-install-recommends' to minimize image size.
    • Countermeasure : '--no-install-recommends' flag is missed: 'apt-get install -y make python-software-properties curl'