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] Fix for 1 vulnerabilities #765

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

krsteen
Copy link
Contributor

@krsteen krsteen commented Jul 8, 2023

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


Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • package.json
    • yarn.lock

Note for zero-installs users

If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
high severity 768/1000
Why? Proof of Concept exploit, Recently disclosed, Has a fix available, CVSS 7.5
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
Yes Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Check the changes in this PR to ensure they won't cause issues with your project.


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

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Regular Expression Denial of Service (ReDoS)

@github-actions github-actions bot added dependencies Pull requests that update a dependency file missing test There doesnt seem to be a test associated with this labels Jul 8, 2023
@chormaz chormaz self-requested a review September 6, 2023 09:00
@chormaz chormaz merged commit 63d8e17 into master Sep 11, 2023
1 check passed
@chormaz chormaz deleted the snyk-fix-d2d0862ee3dcc28bc8bd5fad3c803513 branch September 11, 2023 07:36
@chormaz
Copy link
Contributor

chormaz commented Sep 11, 2023

AB#105973

chormaz added a commit that referenced this pull request Sep 11, 2023
chormaz added a commit that referenced this pull request Sep 11, 2023
chormaz pushed a commit that referenced this pull request Sep 13, 2023
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
chormaz added a commit that referenced this pull request Sep 13, 2023
chormaz added a commit that referenced this pull request Sep 13, 2023
* Bump qs from 6.11.0 to 6.11.2

Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.11.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.0...v6.11.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* feature/80600-IPO-ønsker-mc-pakke-status-i-selected-scope-info (#766)

* Added m1, m02 info + status to selected scope info

* removed logging

* Formatted the date

* Feature/104582 handle scope handed over status (#768)

* Added ScopeHandedOver enumm and added to filter

* Unable to edit when scope handed over

* Removed step created when handed over

* Cannot edit when scope handed over

* Renamed files

* Improve readability for ScopeHandedOver status in search IPO

* Rename

* Allow admin to delete IPOs with status ScopeHandedOver

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/104099 ipo lage knapp for å opprette teamsmøte innkallelse frontend (#767)

* Added checkbox in invitation to make teamsmeeting

* fixed warning with EdsIcon inside button

* changed back to edsIcon

* Show teamsmeeting as checked on editview

* Addes styling to teams meeting checkbox

* Changed how teams meeting is shown in view IPO

* Changed wording in create IPO

* Small changes

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/80834 UI disable mc pkgs with signed rfoc (#769)

* Added     operationHandoverStatus on types

* set disableCheckbox to true

* Disabled checkbox doesnt get selected on selectall

* New column in table with checkbox if rfoc accepted

* Fixed check all not working properly

* Moved RFOC column to before MC column in DP comm table

* Disabling MCpkg column i comm table when RFOC is accepted

* Removed disabling MC button when RFOC has status accepted

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* docs(readme): remove white spaces to trigger build

* fix: package.json & yarn.lock to reduce vulnerabilities (#765)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Revert "fix: package.json & yarn.lock to reduce vulnerabilities (#765)" (#775)

This reverts commit 63d8e17.

* Bump node from 14.17.0 to 20.2.0 in /.docker (#759)

* Bump node from 14.17.0 to 20.2.0 in /.docker

Bumps node from 14.17.0 to 20.2.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* give permissions to labeler-action ref:actions/labeler#12

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AnneSkje <114983853+AnneSkje@users.noreply.github.com>
Co-authored-by: VRiveland <vriv@equinor.com>
Co-authored-by: Kristoffer Steen <KRST@equinor.com>
Co-authored-by: Kristoffer Steen <kristoffer.steen@hotmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Christian Hormazabal <78788930+chormaz@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>
chormaz pushed a commit that referenced this pull request Sep 13, 2023
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
chormaz added a commit that referenced this pull request Sep 13, 2023
chormaz added a commit that referenced this pull request Sep 13, 2023
* Bump qs from 6.11.0 to 6.11.2

Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.11.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.0...v6.11.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* feature/80600-IPO-ønsker-mc-pakke-status-i-selected-scope-info (#766)

* Added m1, m02 info + status to selected scope info

* removed logging

* Formatted the date

* Feature/104582 handle scope handed over status (#768)

* Added ScopeHandedOver enumm and added to filter

* Unable to edit when scope handed over

* Removed step created when handed over

* Cannot edit when scope handed over

* Renamed files

* Improve readability for ScopeHandedOver status in search IPO

* Rename

* Allow admin to delete IPOs with status ScopeHandedOver

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/104099 ipo lage knapp for å opprette teamsmøte innkallelse frontend (#767)

* Added checkbox in invitation to make teamsmeeting

* fixed warning with EdsIcon inside button

* changed back to edsIcon

* Show teamsmeeting as checked on editview

* Addes styling to teams meeting checkbox

* Changed how teams meeting is shown in view IPO

* Changed wording in create IPO

* Small changes

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/80834 UI disable mc pkgs with signed rfoc (#769)

* Added     operationHandoverStatus on types

* set disableCheckbox to true

* Disabled checkbox doesnt get selected on selectall

* New column in table with checkbox if rfoc accepted

* Fixed check all not working properly

* Moved RFOC column to before MC column in DP comm table

* Disabling MCpkg column i comm table when RFOC is accepted

* Removed disabling MC button when RFOC has status accepted

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* docs(readme): remove white spaces to trigger build

* fix: package.json & yarn.lock to reduce vulnerabilities (#765)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Revert "fix: package.json & yarn.lock to reduce vulnerabilities (#765)" (#775)

This reverts commit 63d8e17.

* Bump node from 14.17.0 to 20.2.0 in /.docker (#759)

* Bump node from 14.17.0 to 20.2.0 in /.docker

Bumps node from 14.17.0 to 20.2.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* give permissions to labeler-action ref:actions/labeler#12

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AnneSkje <114983853+AnneSkje@users.noreply.github.com>
Co-authored-by: VRiveland <vriv@equinor.com>
Co-authored-by: Kristoffer Steen <KRST@equinor.com>
Co-authored-by: Kristoffer Steen <kristoffer.steen@hotmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Christian Hormazabal <78788930+chormaz@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>
chormaz added a commit that referenced this pull request Sep 13, 2023
* Bump nginx from 1.21.6-alpine to 1.25.0-alpine in /.docker

Bumps nginx from 1.21.6-alpine to 1.25.0-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* feature/80600-IPO-ønsker-mc-pakke-status-i-selected-scope-info (#766)

* Added m1, m02 info + status to selected scope info

* removed logging

* Formatted the date

* Feature/104582 handle scope handed over status (#768)

* Added ScopeHandedOver enumm and added to filter

* Unable to edit when scope handed over

* Removed step created when handed over

* Cannot edit when scope handed over

* Renamed files

* Improve readability for ScopeHandedOver status in search IPO

* Rename

* Allow admin to delete IPOs with status ScopeHandedOver

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/104099 ipo lage knapp for å opprette teamsmøte innkallelse frontend (#767)

* Added checkbox in invitation to make teamsmeeting

* fixed warning with EdsIcon inside button

* changed back to edsIcon

* Show teamsmeeting as checked on editview

* Addes styling to teams meeting checkbox

* Changed how teams meeting is shown in view IPO

* Changed wording in create IPO

* Small changes

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/80834 UI disable mc pkgs with signed rfoc (#769)

* Added     operationHandoverStatus on types

* set disableCheckbox to true

* Disabled checkbox doesnt get selected on selectall

* New column in table with checkbox if rfoc accepted

* Fixed check all not working properly

* Moved RFOC column to before MC column in DP comm table

* Disabling MCpkg column i comm table when RFOC is accepted

* Removed disabling MC button when RFOC has status accepted

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* docs(readme): remove white spaces to trigger build

* fix: package.json & yarn.lock to reduce vulnerabilities (#765)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Revert "fix: package.json & yarn.lock to reduce vulnerabilities (#765)" (#775)

This reverts commit 63d8e17.

* Bump node from 14.17.0 to 20.2.0 in /.docker (#759)

* Bump node from 14.17.0 to 20.2.0 in /.docker

Bumps node from 14.17.0 to 20.2.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* give permissions to labeler-action ref:actions/labeler#12

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>

* Bump qs from 6.11.0 to 6.11.2 (#761)

* Bump qs from 6.11.0 to 6.11.2

Bumps [qs](https://github.com/ljharb/qs) from 6.11.0 to 6.11.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.11.0...v6.11.2)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* feature/80600-IPO-ønsker-mc-pakke-status-i-selected-scope-info (#766)

* Added m1, m02 info + status to selected scope info

* removed logging

* Formatted the date

* Feature/104582 handle scope handed over status (#768)

* Added ScopeHandedOver enumm and added to filter

* Unable to edit when scope handed over

* Removed step created when handed over

* Cannot edit when scope handed over

* Renamed files

* Improve readability for ScopeHandedOver status in search IPO

* Rename

* Allow admin to delete IPOs with status ScopeHandedOver

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/104099 ipo lage knapp for å opprette teamsmøte innkallelse frontend (#767)

* Added checkbox in invitation to make teamsmeeting

* fixed warning with EdsIcon inside button

* changed back to edsIcon

* Show teamsmeeting as checked on editview

* Addes styling to teams meeting checkbox

* Changed how teams meeting is shown in view IPO

* Changed wording in create IPO

* Small changes

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* Feature/80834 UI disable mc pkgs with signed rfoc (#769)

* Added     operationHandoverStatus on types

* set disableCheckbox to true

* Disabled checkbox doesnt get selected on selectall

* New column in table with checkbox if rfoc accepted

* Fixed check all not working properly

* Moved RFOC column to before MC column in DP comm table

* Disabling MCpkg column i comm table when RFOC is accepted

* Removed disabling MC button when RFOC has status accepted

---------

Co-authored-by: VRiveland <vriv@equinor.com>

* docs(readme): remove white spaces to trigger build

* fix: package.json & yarn.lock to reduce vulnerabilities (#765)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* Revert "fix: package.json & yarn.lock to reduce vulnerabilities (#765)" (#775)

This reverts commit 63d8e17.

* Bump node from 14.17.0 to 20.2.0 in /.docker (#759)

* Bump node from 14.17.0 to 20.2.0 in /.docker

Bumps node from 14.17.0 to 20.2.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* give permissions to labeler-action ref:actions/labeler#12

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AnneSkje <114983853+AnneSkje@users.noreply.github.com>
Co-authored-by: VRiveland <vriv@equinor.com>
Co-authored-by: Kristoffer Steen <KRST@equinor.com>
Co-authored-by: Kristoffer Steen <kristoffer.steen@hotmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Christian Hormazabal <78788930+chormaz@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AnneSkje <114983853+AnneSkje@users.noreply.github.com>
Co-authored-by: VRiveland <vriv@equinor.com>
Co-authored-by: Kristoffer Steen <KRST@equinor.com>
Co-authored-by: Kristoffer Steen <kristoffer.steen@hotmail.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Christian Hormazabal <78788930+chormaz@users.noreply.github.com>
Co-authored-by: Christian Alejandro Hormazabal Martin <chorm@equinor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file missing test There doesnt seem to be a test associated with this
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants