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

add ignore item in deny.toml. #4604

Closed

Conversation

EthanYuan
Copy link
Collaborator

What problem does this PR solve?

Problem Summary:

CI will fail due to a new security issue RUSTSEC-2024-0363 with sqlx.

What is changed and how it works?

What's Changed:

The security issue can be added to the ignore list after evaluation.

# https://rustsec.org/advisories/RUSTSEC-2024-0363
# https://github.com/launchbadge/sqlx/issues/3440
# The queries for the rich indexer receive input parameters via RPC, and the data size is far less than 4GB, so this issue can be temporarily ignored while waiting for sqlx to be fixed

Check List

Tests

  • Unit test
  • Integration test
  • No code ci-runs-only: [ quick_checks,linters ]

Release note

None: Exclude this PR from the release note.

@EthanYuan EthanYuan requested a review from a team as a code owner August 22, 2024 02:41
@EthanYuan EthanYuan requested review from quake and chenyukang and removed request for a team August 22, 2024 02:41
@EthanYuan EthanYuan closed this Aug 22, 2024
@EthanYuan EthanYuan deleted the fix-ci-deny-failed branch August 22, 2024 07:31
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.

2 participants