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

Remove audit fix during docker build #3147

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Remove audit fix during docker build #3147

merged 1 commit into from
Aug 5, 2024

Conversation

haarg
Copy link
Member

@haarg haarg commented Aug 5, 2024

Doing an audit fix during docker build makes the output more unpredictable. And we have dependabot in place to update the listed dependencies.

It also will cause errors for dependencies that it can't fix. We are using an older version of bootstrap, which has a XSS issue in it. But it doesn't impact us based on our use of bootstrap. We can't upgrade bootstrap without significant work, so for now we want to ignore this issue. npm audit doesn't provide any way to ignore specific dependencies.

mickeyn
mickeyn previously approved these changes Aug 5, 2024
Doing an audit fix during docker build makes the output more
unpredictable. And we have dependabot in place to update the listed
dependencies.

It also will cause errors for dependencies that it can't fix. We are
using an older version of bootstrap, which has a XSS issue in it. But it
doesn't impact us based on our use of bootstrap. We can't upgrade
bootstrap without significant work, so for now we want to ignore this
issue. npm audit doesn't provide any way to ignore specific
dependencies.
@haarg haarg force-pushed the haarg/no-audit-fix branch from 1c9cbe7 to cde91e3 Compare August 5, 2024 14:42
@haarg haarg merged commit 2d56356 into master Aug 5, 2024
8 checks passed
@haarg haarg deleted the haarg/no-audit-fix branch August 5, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants