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 8 vulnerabilities #3

Open
wants to merge 136 commits into
base: main
Choose a base branch
from

Conversation

spolti
Copy link

@spolti spolti commented Sep 5, 2024

snyk-top-banner

Snyk has created this PR to fix 8 vulnerabilities in the yarn dependencies of this project.

Snyk changed the following file(s):

  • ui/package.json
  • ui/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:

Issue Score
high severity Prototype Pollution
SNYK-JS-LODASHES-2434283
  731  
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MOMENT-2944238
  696  
high severity Prototype Pollution
SNYK-JS-LODASHES-2434285
  686  
high severity Code Injection
SNYK-JS-LODASHES-2434284
  681  
high severity Directory Traversal
SNYK-JS-MOMENT-2440688
  589  
medium severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-LODASHES-2434289
  586  
medium severity Cross-site Scripting (XSS)
SNYK-JS-PRISMJS-2404333
  484  
medium severity Improper Input Validation
SNYK-JS-SWAGGERCLIENT-6836803
  479  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Prototype Pollution
🦉 Code Injection
🦉 Regular Expression Denial of Service (ReDoS)
🦉 More lessons are available in Snyk Learn

sarabala1979 and others added 30 commits March 3, 2022 21:21
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
* chore: Refactor the leader election

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* fix: codegen

Signed-off-by: Saravanan Balasubramanian <[email protected]>
…rgoproj#8175)

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>
* fix(executor): Retry kubectl on internal transient error

fix(executor): Retry kubectl on internal transient error
Signed-off-by: wujayway <[email protected]>

* add ut

add ut
Signed-off-by: wujayway <[email protected]>

* add ut

add ut
Signed-off-by: wujayway <[email protected]>
* fix(plugins): set Content-Type request header

Signed-off-by: Felix Seidel <[email protected]>

* fix(plugins): keep namespace from plugin manifest

Signed-off-by: Felix Seidel <[email protected]>
* fix(plugins): set Content-Type request header

Signed-off-by: Felix Seidel <[email protected]>

* fix(plugins): keep namespace from plugin manifest

Signed-off-by: Felix Seidel <[email protected]>
* fix(executor): Retry kubectl on internal transient error

fix(executor): Retry kubectl on internal transient error
Signed-off-by: wujayway <[email protected]>

* add ut

add ut
Signed-off-by: wujayway <[email protected]>

* add ut

add ut
Signed-off-by: wujayway <[email protected]>
 into release-3.3

Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
…rgoproj#8175)

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>

* fix: Correctly order emissary combined output. Fixes argoproj#8168

Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
alexec and others added 29 commits August 7, 2022 23:16
* fix: Correct kill command. Fixes argoproj#8687

Signed-off-by: Alex Collins <[email protected]>

* fix: ok

Signed-off-by: Alex Collins <[email protected]>

* fix: ok

Signed-off-by: Alex Collins <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
…argoproj#8925)

* chore: Increasing wait time in e2e

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* fix: refactor the timewait

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* test: change fixtures to be completed in cwf template test

Signed-off-by: Dillen Padhiar <[email protected]>

* test: revert test changes

Signed-off-by: Dillen Padhiar <[email protected]>

* test: change wait conditions for parametrizable tests

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: edit makefile for e2e timeouts

Signed-off-by: Dillen Padhiar <[email protected]>

* test: change wait conditions for param tests

Signed-off-by: Dillen Padhiar <[email protected]>

* test: update param test check

Signed-off-by: Dillen Padhiar <[email protected]>

* test: revert hardcoded wait times

Signed-off-by: Dillen Padhiar <[email protected]>

* test: adjust github build tests

Signed-off-by: Dillen Padhiar <[email protected]>

* test: made EnvFactor a global variable

Signed-off-by: Dillen Padhiar <[email protected]>

* test: lookup for e2e env factor changed to return int

Signed-off-by: Dillen Padhiar <[email protected]>

* test: convert int to time.Duration for EnvFactor

Signed-off-by: Dillen Padhiar <[email protected]>

* test: convert int to time.Duration for EnvFactor

Signed-off-by: Dillen Padhiar <[email protected]>

* chore: rerun tests

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: add E2E_SUITE_TIMEOUT env var

Signed-off-by: Dillen Padhiar <[email protected]>

* test: set default wait time for workflows to 1m

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: rename environment variable

Signed-off-by: Dillen Padhiar <[email protected]>

* feat: change defaultTimeout to lookup new env variable

Signed-off-by: Dillen Padhiar <[email protected]>

Co-authored-by: Saravanan Balasubramanian <[email protected]>
Co-authored-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
* chore: Imporve the unit test and e2e time

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* chore: ci fix

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* fix: empty

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* fix: typo

Signed-off-by: Saravanan Balasubramanian <[email protected]>

* fix: parallel

Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
Signed-off-by: Saravanan Balasubramanian <[email protected]>
UPSTREAM: <carry>: Add staticfiles to Go module file
UPSTREAM: <carry>: update go.mod packages
UPSTREAM: <carry>: Upgrade go.mod package versions
Add CPaaS images for argoexec and workflowcontroller
Signed-off-by: Ricardo M. Oliveira <[email protected]>
Remove CPaaS lines from Argo images
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.