equinor / flyt

Equinor Flyt (aka. VSM - Value Stream Mapping)
https://flyt.equinor.com
MIT License
4 stars 1 forks source link

[Snyk] Security upgrade node from 18.18.2-alpine3.18 to hydrogen-alpine3.18 #699

Closed dansvend closed 3 months ago

dansvend commented 3 months ago

This PR was automatically created by Snyk using the credentials of a real user.


Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of your chosen image. #### Changes included in this PR - Dockerfile We recommend upgrading to `node:hydrogen-alpine3.18`, as this image has only 0 known vulnerabilities. To do this, merge this pull request, then verify your application still works as expected. Some of the most important vulnerabilities in your base image include: | Severity | Priority Score / 1000 | Issue | Exploit Maturity | | :------: | :-------------------- | :---- | :--------------- | | ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **166** | Out-of-bounds Write
[SNYK-ALPINE318-OPENSSL-6152404](https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404) | No Known Exploit | | ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **166** | Out-of-bounds Write
[SNYK-ALPINE318-OPENSSL-6152404](https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404) | No Known Exploit | | ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **147** | Allocation of Resources Without Limits or Throttling
[SNYK-UPSTREAM-NODE-6252328](https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6252328) | No Known Exploit | | ![medium severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/m.png "medium severity") | **131** | Observable Timing Discrepancy
[SNYK-UPSTREAM-NODE-6252330](https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6252330) | No Known Exploit | | ![high severity](https://res.cloudinary.com/snyk/image/upload/w_20,h_20/v1561977819/icon/h.png "high severity") | **192** | Code Injection
[SNYK-UPSTREAM-NODE-6252332](https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6252332) | No Known Exploit | --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs._ For more information: 🧐 [View latest project report](https://app.snyk.io/org/dsd-mobile/project/b2e8eed6-c04a-4ff8-af50-a79b02294195?utm_source=github&utm_medium=referral&page=fix-pr) 🛠 [Adjust project settings](https://app.snyk.io/org/dsd-mobile/project/b2e8eed6-c04a-4ff8-af50-a79b02294195?utm_source=github&utm_medium=referral&page=fix-pr/settings) [//]: # 'snyk:metadata:{"prId":"9b75105b-3499-4abc-bec8-e06a3689069e","prPublicId":"9b75105b-3499-4abc-bec8-e06a3689069e","dependencies":[{"name":"node","from":"18.18.2-alpine3.18","to":"hydrogen-alpine3.18"}],"packageManager":"dockerfile","projectPublicId":"b2e8eed6-c04a-4ff8-af50-a79b02294195","projectUrl":"https://app.snyk.io/org/dsd-mobile/project/b2e8eed6-c04a-4ff8-af50-a79b02294195?utm_source=github&utm_medium=referral&page=fix-pr","type":"auto","patch":[],"vulns":["SNYK-UPSTREAM-NODE-6252332","SNYK-ALPINE318-OPENSSL-6152404","SNYK-UPSTREAM-NODE-6252328","SNYK-UPSTREAM-NODE-6252330"],"upgrade":["SNYK-ALPINE318-OPENSSL-6152404","SNYK-ALPINE318-OPENSSL-6152404","SNYK-UPSTREAM-NODE-6252328","SNYK-UPSTREAM-NODE-6252330","SNYK-UPSTREAM-NODE-6252332"],"isBreakingChange":false,"env":"prod","prType":"fix","templateVariants":["updated-fix-title","priorityScore"],"priorityScoreList":[192,166,147,131],"remediationStrategy":"vuln"}' --- **Learn how to fix vulnerabilities with free interactive lessons:** 🦉 [Code Injection](https://learn.snyk.io/lesson/malicious-code-injection/?loc=fix-pr) 🦉 [Allocation of Resources Without Limits or Throttling](https://learn.snyk.io/lesson/no-rate-limiting/?loc=fix-pr)
github-actions[bot] commented 3 months ago

Pull request title linting :rotating_light:

In order to merge this pull request, the title of the pull request should be prefixed by one of the available types.

Available types:


Examples ``` feat(grpc): add new endpoint refactor: combine class A and class B ci: update pull request linter style: change format of strings ```

:tipping_hand_person: For more examples, visit https://www.conventionalcommits.org/en/v1.0.0/#examples.