You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe, it should be possible to patchrsa to a compatible version with a security fix or patch sqlx-mysql to a compatible version that replaces rsa with another crate (if it's even possible?). Consider linking these versions, if they exist.
Description
Dependabot complains on a vulnerability in
rsa
, a recursive dependency of SeaORM. This is a link to the issue: https://rustsec.org/advisories/RUSTSEC-2023-0071.htmlVulnerability location:
Steps to Reproduce
Run GitHub dependabot on the codebase.
Expected Behavior
No vulnerabilities
Actual Behavior
https://rustsec.org/advisories/RUSTSEC-2023-0071.html
Reproduces How Often
Always
Workarounds
🤷♂️
Reproducible Example
Versions
v0.12.15
The text was updated successfully, but these errors were encountered: