forked from opendatahub-io/data-science-pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
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 22 vulnerabilities #331
Open
VaniHaripriya
wants to merge
198
commits into
master
Choose a base branch
from
snyk-fix-68ba67f61a9d1c6394c02fa3d988b9dd
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
…line_evaluation_pairwise` component PiperOrigin-RevId: 629549849
PiperOrigin-RevId: 629556915
…n rlhf preprocessor and infer preprocessor PiperOrigin-RevId: 630245237
* chore(components): Drop GCPC Python 3.7 PiperOrigin-RevId: 627500444 **Description of your changes:** **Checklist:** - [ ] The title for your pull request (PR) should follow our title convention. [Learn more about the pull request title convention used in this repository](https://github.com/kubeflow/pipelines/blob/master/CONTRIBUTING.md#pull-request-title-convention). <!-- PR titles examples: * `fix(frontend): fixes empty page. Fixes kubeflow#1234` Use `fix` to indicate that this PR fixes a bug. * `feat(backend): configurable service account. Fixes kubeflow#1234, fixes kubeflow#1235` Use `feat` to indicate that this PR adds a new feature. * `chore: set up changelog generation tools` Use `chore` to indicate that this PR makes some changes that users don't need to know. * `test: fix CI failure. Part of kubeflow#1234` Use `part of` to indicate that a PR is working on an issue, but shouldn't close the issue when merged. --> * drop support python3.7 * fix test Signed-off-by: rickyxie0929 <rickyxie@google.com> * fix test Signed-off-by: rickyxie0929 <rickyxie@google.com> * fix test Signed-off-by: rickyxie0929 <rickyxie@google.com> * fix test Signed-off-by: rickyxie0929 <rickyxie@google.com> * fix tes Signed-off-by: rickyxie0929 <rickyxie@google.com> * fix test Signed-off-by: rickyxie0929 <rickyxie@google.com> * fix test Signed-off-by: rickyxie0929 <rickyxie@google.com> * remove kfp related Signed-off-by: rickyxie0929 <rickyxie@google.com> * remove kfp related Signed-off-by: rickyxie0929 <rickyxie@google.com> * just kfp change Signed-off-by: rickyxie0929 <rickyxie@google.com> * only change in kubernetes_platform/python/setup.py Signed-off-by: rickyxie0929 <rickyxie@google.com> * only change in init.py Signed-off-by: rickyxie0929 <rickyxie@google.com> * change Signed-off-by: rickyxie0929 <rickyxie@google.com> * change Signed-off-by: rickyxie0929 <rickyxie@google.com> * Update release Signed-off-by: rickyxie0929 <rickyxie@google.com> * Update base image Signed-off-by: rickyxie0929 <rickyxie@google.com> * change test python 3.7 to python 3.8 Signed-off-by: rickyxie0929 <rickyxie@google.com> * update golden snapshot Signed-off-by: rickyxie0929 <rickyxie@google.com> * update yaml to python3.8 under kubernetes_platform/python/test/snapshot/data/toleration.yaml Signed-off-by: rickyxie0929 <rickyxie@google.com> * update yaml python 3.8 for sdk/python/test_data/pipelines/parallelfor_fan_in Signed-off-by: rickyxie0929 <rickyxie@google.com> * update yaml to fix tests Signed-off-by: rickyxie0929 <rickyxie@google.com> * Update Readme Signed-off-by: rickyxie0929 <rickyxie@google.com> * Update kubernetes_setup python version Signed-off-by: rickyxie0929 <rickyxie@google.com> * Update readme Signed-off-by: rickyxie0929 <rickyxie@google.com> --------- Signed-off-by: rickyxie0929 <rickyxie@google.com>
Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
…el graph PiperOrigin-RevId: 631266689
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
…ubeflow#10751) * periodic functional tests migration Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: migrate periodic functional tests to GH actions Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: migrate periodic functional tests to GH actions Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: migrate periodic functional tests to GH actions feat: migrate periodic functional tests to GH actions Signed-off-by: shruti2522 <shruti.apc01@gmail.com> feat: migrate periodic functional tests to GH actions Signed-off-by: shruti2522 <shruti.apc01@gmail.com> * updated kind installation and artifact collection Signed-off-by: shruti2522 <shruti.apc01@gmail.com> * updated artifact collection code Signed-off-by: shruti2522 <shruti.apc01@gmail.com> * updated version Signed-off-by: shruti2522 <shruti.apc01@gmail.com> * updated path Signed-off-by: shruti2522 <shruti.apc01@gmail.com> * added log_dir Signed-off-by: shruti2522 <shruti.apc01@gmail.com> --------- Signed-off-by: shruti2522 <shruti.apc01@gmail.com>
…iles (kubeflow#10725) When building images via `make`: - Allow users to specify an alternate Container Engine rather than docker - Allow users to specify image names/tags rather than a hardcoded image name and `latest` tag for backend images Signed-off-by: Giulio Frasca <gfrasca@redhat.com>
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
…nclude EnabledSharedMemory (kubeflow#10703) Signed-off-by: hsteude <henrik.steude@prokube.ai>
Signed-off-by: Michael Hu <humichael@google.com> PiperOrigin-RevId: 631917851
…mponent Signed-off-by: Michael Hu <humichael@google.com> PiperOrigin-RevId: 631958163
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 631959982
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 632325315
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 632575448
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 632653742
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 634137095
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 634900210
Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 635894975
Signed-off-by: Igor Kvachenok <igor.kvachenok@prokube.ai>
…0842) Signed-off-by: ddalvi <ddalvi@redhat.com>
Signed-off-by: Igor Kvachenok <igor.kvachenok@prokube.ai>
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Co-authored-by: Humair Khan <HumairAK@users.noreply.github.com>
* fix(frontend): reduce list run latency Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> Co-authored-by: quinnovator <jack@jq.codes> Co-authored-by: tarat44 <32471142+tarat44@users.noreply.github.com> Co-authored-by: owmasch <owenmaschal0598@gmail.com> * Handle multi-user deployments Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> --------- Signed-off-by: droctothorpe <mythicalsunlight@gmail.com> Co-authored-by: quinnovator <jack@jq.codes> Co-authored-by: tarat44 <32471142+tarat44@users.noreply.github.com> Co-authored-by: owmasch <owenmaschal0598@gmail.com>
Signed-off-by: Michael Hu <humichael@google.com> PiperOrigin-RevId: 638080280
…e_user_defined_error function Signed-off-by: Googler <nobody@google.com> PiperOrigin-RevId: 638523242
…h right key_name within use_config_map_as_env() block. (kubeflow#10855) Signed-off-by: Vamsi Mathala <vmathala@redhat.com> Co-authored-by: Vamsi Mathala <vmathala@vmathala-thinkpadp1gen4i.punetw6.csb>
…ubeflow#11238) Signed-off-by: carter.fendley <carter.fendley@gmail.com>
Signed-off-by: paulinapk <paulinapk@google.com>
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
…kubeflow#11222) * feat(sdk): Allow setting a default of execution caching disabled via a compiler CLI flag and env var Co-authored-by: Greg Sheremeta <gshereme@redhat.com> Signed-off-by: ddalvi <ddalvi@redhat.com> * Add tests for disabling default caching var and flag Signed-off-by: ddalvi <ddalvi@redhat.com> --------- Signed-off-by: ddalvi <ddalvi@redhat.com> Co-authored-by: Greg Sheremeta <gshereme@redhat.com>
… run creation. Fixes kubeflow#10884 (kubeflow#11163) * UPSTREAM: <carry>: add last_run_creation Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> * Allow-the-ability-to-sort-Experiments-by-last-run-creation-kubeflow#10884 Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com> * UPSTREAM: <carry>: chore(backend): Rename UpdateLastRun -> SetLastRunTimestamp follup up to bf77909. Rename UpdateLastRun -> SetLastRunTimestamp also tweak a related log message Signed-off-by: Greg Sheremeta <gshereme@redhat.com> * UPSTREAM: <carry>: chore(backend): Rename UpdateLastRun -> SetLastRunTimestamp follup up to bf77909. Rename UpdateLastRun -> SetLastRunTimestamp also tweak a related log message Signed-off-by: Greg Sheremeta <gshereme@redhat.com> --------- Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com> Signed-off-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com> Signed-off-by: Greg Sheremeta <gshereme@redhat.com> Co-authored-by: Humair Khan <HumairAK@users.noreply.github.com> Co-authored-by: Elay Aharoni (EXT-Nokia) <elay.aharoni.ext@nokia.com> Co-authored-by: Greg Sheremeta <gshereme@redhat.com>
Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
Signed-off-by: ntny <ntny1986@gmail.com>
Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
…ponsibilies. Fixes kubeflow#10509 (kubeflow#10790) * feat(backend): Remove PipelineSpec Template storage from ObjStore responsibilies. Fixes kubeflow#10509 Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * chore: Remove BadObjStore unit tests (no longer applicable) Signed-off-by: Giulio Frasca <gfrasca@redhat.com> * test: Update backend unit tests to not retrieve PipelineSpec from mock ObjStore - Add PipelineSpec to mock PVs as they are no longer retrieved from ObjStore Signed-off-by: Giulio Frasca <gfrasca@redhat.com> --------- Signed-off-by: Giulio Frasca <gfrasca@redhat.com>
…ubeflow#10186 (kubeflow#11243) Signed-off-by: b4sus <jurob19@gmail.com>
Signed-off-by: Humair Khan <HumairAK@users.noreply.github.com>
…#11254) Bumps [rollup](https://github.com/rollup/rollup) from 2.63.0 to 2.79.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.63.0...v2.79.2) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…w#11271) Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.95.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.90.3...v5.95.0) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(doc): Update kfp-kubenetes release instructions. Signed-off-by: Chen Sun <chensun@users.noreply.github.com> * Update RELEASE.md Signed-off-by: Chen Sun <chensun@users.noreply.github.com> --------- Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
…11281) Signed-off-by: zazulam <m.zazula@gmail.com>
Signed-off-by: vmudadla <vmudadla@redhat.com>
… regression component to fix issues with bigquery data source Signed-off-by: Jason Dai <jsndai@google.com> PiperOrigin-RevId: 684488025
* Patch deployments and include debugging info Signed-off-by: carter.fendley <carter.fendley@gmail.com> * Build and use driver / launcher too! Signed-off-by: carter.fendley <carter.fendley@gmail.com> * Modify waiting status message Signed-off-by: carter.fendley <carter.fendley@gmail.com> * Fix typo Signed-off-by: carter.fendley <carter.fendley@gmail.com> --------- Signed-off-by: carter.fendley <carter.fendley@gmail.com>
Signed-off-by: vmudadla <vmudadla@redhat.com>
Ghaction tide integration
… to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 - https://snyk.io/vuln/SNYK-JS-AXIOS-7361793 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-CRYPTOJS-6028119 - https://snyk.io/vuln/SNYK-JS-DATEANDTIME-1054430 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-JSONBIGINT-608659 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-598677 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 - https://snyk.io/vuln/npm:debug:20170905
VaniHaripriya
force-pushed
the
master
branch
from
November 12, 2024 20:27
e13b16a
to
e27b687
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.
Changes included in this PR
Vulnerabilities that will be fixed
With an upgrade:
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
SNYK-JS-ASYNC-2441827
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-AXIOS-6124857
Why? Has a fix available, CVSS 7.5
SNYK-JS-AXIOS-6144788
Why? Proof of Concept exploit, Has a fix available, CVSS 8.8
SNYK-JS-AXIOS-7361793
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
SNYK-JS-BRACES-6838727
Why? Recently disclosed, CVSS 6.3
SNYK-JS-COOKIE-8163060
Why? Has a fix available, CVSS 7.2
SNYK-JS-CRYPTOJS-6028119
Why? Has a fix available, CVSS 5.3
SNYK-JS-DATEANDTIME-1054430
Why? Proof of Concept exploit, Has a fix available, CVSS 6.2
SNYK-JS-INFLIGHT-6095116
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
SNYK-JS-JSONBIGINT-608659
Why? Has a fix available, CVSS 7.5
SNYK-JS-MICROMATCH-6838728
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-NODEFORGE-2330875
Why? Has a fix available, CVSS 6.3
SNYK-JS-NODEFORGE-2331908
Why? Has a fix available, CVSS 5.6
SNYK-JS-NODEFORGE-2430337
Why? Has a fix available, CVSS 7.3
SNYK-JS-NODEFORGE-2430339
Why? Has a fix available, CVSS 5.6
SNYK-JS-NODEFORGE-2430341
Why? Proof of Concept exploit, Has a fix available, CVSS 7.3
SNYK-JS-NODEFORGE-598677
Why? Proof of Concept exploit, Has a fix available, CVSS 7.1
SNYK-JS-SHELLJS-2332187
Why? Proof of Concept exploit, Has a fix available, CVSS 5.5
SNYK-JS-UNDERSCORE-1080984
Why? Has a fix available, CVSS 7.5
SNYK-JS-UNSETVALUE-2400660
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-XML2JS-5414874
Why? Proof of Concept exploit, Has a fix available, CVSS 3.7
npm:debug:20170905
(*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: @google-cloud/storage
The new version differs by 250 commits.See the full diff
Package name: @kubernetes/client-node
The new version differs by 250 commits.See the full diff
Package name: axios
The new version differs by 73 commits.See the full diff
Package name: crypto-js
The new version differs by 47 commits.See the full diff
Package name: express
The new version differs by 2 commits.See the full diff
Package name: minio
The new version differs by 136 commits.See the full diff
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:
🦉 Prototype Pollution
🦉 Regular Expression Denial of Service (ReDoS)
🦉 Server-side Request Forgery (SSRF)
🦉 More lessons are available in Snyk Learn