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

Ignore RUSTSEC-2024-0363 #8053

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

FirelightFlagboy
Copy link
Contributor

No description provided.

Base automatically changed from update-cargo-deny-cfg to master August 19, 2024 08:25
reason = """
Possible SQL Injection where input manipulate the SQL query by overflowing the buffer len field (4 bytes).

We are not affected since sqlx is used on the client side to store the files' data.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On top of that, the issue seems to impact PostgreSQL where we only use sqlx for SQLite (see the screenshot calling pgio.SetInt32 in launchbadge/sqlx#3440).

I've asked for confirmation launchbadge/sqlx#3440 (comment)

@FirelightFlagboy FirelightFlagboy force-pushed the ignore-sqlx-vuln-2024-0363 branch from 870116c to 06fdb50 Compare August 19, 2024 08:47
@FirelightFlagboy FirelightFlagboy added this pull request to the merge queue Aug 19, 2024
Merged via the queue into master with commit bcc6d7e Aug 19, 2024
12 checks passed
@FirelightFlagboy FirelightFlagboy deleted the ignore-sqlx-vuln-2024-0363 branch August 19, 2024 08:49
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