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

Bump har-validator #57

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Conversation

bandinib-amzn
Copy link
Member

Signed-off-by: Bandini Bhopi bandinib@amazon.com

Description

This PR resolves following issue:
GSD-2020-15366 : Improper Input Validation,Prototype Pollution in Ajv

Issues Resolved

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • All tests pass
    • yarn lint
    • yarn test-unit
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
@bandinib-amzn bandinib-amzn marked this pull request as ready for review September 1, 2022 22:57
@bandinib-amzn bandinib-amzn requested a review from a team as a code owner September 1, 2022 22:57
@AMoo-Miki AMoo-Miki merged commit 49ccb3d into opensearch-project:main Sep 1, 2022
@bandinib-amzn bandinib-amzn deleted the dependencies branch September 1, 2022 23:41
@opensearch-trigger-bot
Copy link

The backport to 1.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-1.0 1.0
# Navigate to the new working tree
cd .worktrees/backport-1.0
# Create a new branch
git switch --create backport/backport-57-to-1.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 49ccb3d53c02577f1831176651ca81683608dc20
# Push it to GitHub
git push --set-upstream origin backport/backport-57-to-1.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-1.0

Then, create a pull request where the base branch is 1.0 and the compare/head branch is backport/backport-57-to-1.0.

AMoo-Miki added a commit that referenced this pull request Sep 12, 2022
* Avoid using dev-deps in post-install script (#23)

Signed-off-by: Miki <miki@amazon.com>

* Fix yodoctor errors (#24)

Signed-off-by: Miki <miki@amazon.com>

* Add backport workflow (#26)

Signed-off-by: Miki <miki@amazon.com>

* Add code owners and issue templates (#27)

Signed-off-by: Miki <miki@amazon.com>

* Bump node to 14.20.0 (#36)

Signed-off-by: Miki <miki@amazon.com>

* Bump `pacote` as a transitive dependency of `codesandbox` (#38)

`codesandbox` no longer consumes `pacote` and its inclusion as dep is in error.

Signed-off-by: Miki <miki@amazon.com>

* Fix lint errors (#39)

* Lockdown cheerio to rc.8
* SCSS spacing
* Incorrect alias classname

Signed-off-by: Miki <miki@amazon.com>

* Fix test errors (#42)

* Lockdown cheerio to rc.5

Signed-off-by: Miki <miki@amazon.com>

* Bump packages - CVE (#50)

* Bump packages - CVE

Signed-off-by: kaddy645 <xdeskart@amazon.com>

* Bump moment-timezone from 0.5.31 to 0.5.35 (#54)

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.31 to 0.5.35.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.31...0.5.35)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-type: direct:development
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump React 16.12.0 to 16.14.0 (#55)

Signed-off-by: kaddy645 <xdeskart@amazon.com>

Signed-off-by: kaddy645 <xdeskart@amazon.com>

* Bump har-validator (#57)

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>

* Fix compile icon script to include license header (#43)

Issue resolved:
#37

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>

Signed-off-by: Bandini Bhopi <bandinib@amazon.com>

Signed-off-by: Miki <miki@amazon.com>
Signed-off-by: kaddy645 <xdeskart@amazon.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Bandini Bhopi <bandinib@amazon.com>
Co-authored-by: Kartik Desai <xdeskart@amazon.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bandini <63824432+bandinib-amzn@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants