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

[MAINTENANCE] update yarn.lock to handle vanta vulnerabilities. #10839

Closed
wants to merge 5 commits into from

Conversation

billdirks
Copy link
Contributor

@billdirks billdirks commented Jan 9, 2025

The vulnerable versions we want to avoid are:

npm-cross-spawn >= 7.0.0, < 7.0.5
npm-path-to-regexp < 0.1.12
npm-nanoid < 3.3.8

  • Description of PR changes above includes a link to an existing GitHub issue
  • PR title is prefixed with one of: [BUGFIX], [FEATURE], [DOCS], [MAINTENANCE], [CONTRIB]
  • Code is linted - run invoke lint (uses ruff format + ruff check)
  • Appropriate tests and docs have been updated

For more information about contributing, visit our community resources.

After you submit your PR, keep the page open and monitor the statuses of the various checks made by our continuous integration process at the bottom of the page. Please fix any issues that come up and reach out on Slack if you need help. Thanks for contributing!

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for niobium-lead-7998 failed. Why did it fail? →

Name Link
🔨 Latest commit a37cd15
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/67804cb46e573e0008e5bd67

Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for niobium-lead-7998 failed. Why did it fail? →

Name Link
🔨 Latest commit 724859a
🔍 Latest deploy log https://app.netlify.com/sites/niobium-lead-7998/deploys/67817969722f2a00081bf3ce

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.01%. Comparing base (53062b3) to head (724859a).
Report is 1 commits behind head on develop.

✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (53062b3) and HEAD (724859a). Click for more details.

HEAD has 74 uploads less than BASE
Flag BASE (53062b3) HEAD (724859a)
3.11 2 1
3.9 2 1
3.10 2 1
3.12 2 1
3.9 clickhouse 2 0
3.9 big 2 0
3.9 aws_deps 2 0
3.12 big 2 0
3.12 aws_deps 2 0
3.12 spark_connect 2 0
3.12 mysql 2 0
3.9 mssql 2 0
3.12 mssql 2 0
docs-spark 1 0
3.12 postgresql 2 0
docs-basic 1 0
3.12 trino 2 0
3.9 trino 2 0
3.9 spark 1 0
3.9 postgresql 2 0
3.12 filesystem 2 0
3.9 spark_connect 2 0
3.12 athena or openpyxl or pyarrow or project or sqlite or aws_creds 2 0
3.9 mysql 2 0
cloud 1 0
3.12 spark 1 0
3.9 athena or openpyxl or pyarrow or project or sqlite or aws_creds 2 0
3.9 filesystem 2 0
docs-creds-needed 1 0
3.9 bigquery 1 0
3.12 bigquery 1 0
3.9 snowflake 2 0
3.12 snowflake 1 0
3.9 databricks 1 0
3.12 databricks 1 0
3.10 clickhouse 1 0
3.11 clickhouse 1 0
3.10 big 1 0
3.11 big 1 0
3.11 filesystem 1 0
3.11 athena or openpyxl or pyarrow or project or sqlite or aws_creds 1 0
3.10 filesystem 1 0
3.10 athena or openpyxl or pyarrow or project or sqlite or aws_creds 1 0
3.10 mysql 1 0
3.11 mysql 1 0
3.11 spark_connect 1 0
3.10 spark_connect 1 0
3.10 mssql 1 0
3.11 postgresql 1 0
3.10 postgresql 1 0
3.11 aws_deps 1 0
3.10 aws_deps 1 0
3.11 mssql 1 0
3.10 trino 1 0
Additional details and impacted files
@@             Coverage Diff              @@
##           develop   #10839       +/-   ##
============================================
- Coverage    80.69%   70.01%   -10.68%     
============================================
  Files          465      463        -2     
  Lines        40493    40491        -2     
============================================
- Hits         32677    28351     -4326     
- Misses        7816    12140     +4324     
Flag Coverage Δ
3.10 69.99% <ø> (-0.02%) ⬇️
3.10 athena or openpyxl or pyarrow or project or sqlite or aws_creds ?
3.10 aws_deps ?
3.10 big ?
3.10 clickhouse ?
3.10 filesystem ?
3.10 mssql ?
3.10 mysql ?
3.10 postgresql ?
3.10 spark_connect ?
3.10 trino ?
3.11 70.00% <ø> (ø)
3.11 athena or openpyxl or pyarrow or project or sqlite or aws_creds ?
3.11 aws_deps ?
3.11 big ?
3.11 clickhouse ?
3.11 filesystem ?
3.11 mssql ?
3.11 mysql ?
3.11 postgresql ?
3.11 spark_connect ?
3.12 70.00% <ø> (ø)
3.12 athena or openpyxl or pyarrow or project or sqlite or aws_creds ?
3.12 aws_deps ?
3.12 big ?
3.12 bigquery ?
3.12 databricks ?
3.12 filesystem ?
3.12 mssql ?
3.12 mysql ?
3.12 postgresql ?
3.12 snowflake ?
3.12 spark ?
3.12 spark_connect ?
3.12 trino ?
3.9 70.01% <ø> (ø)
3.9 athena or openpyxl or pyarrow or project or sqlite or aws_creds ?
3.9 aws_deps ?
3.9 big ?
3.9 bigquery ?
3.9 clickhouse ?
3.9 databricks ?
3.9 filesystem ?
3.9 mssql ?
3.9 mysql ?
3.9 postgresql ?
3.9 snowflake ?
3.9 spark ?
3.9 spark_connect ?
3.9 trino ?
cloud ?
docs-basic ?
docs-creds-needed ?
docs-spark ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@billdirks
Copy link
Contributor Author

We build errors when upgrading docusaurus which look like this issue: facebook/docusaurus#10690
Closing this PR

@billdirks billdirks closed this Jan 10, 2025
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.

1 participant