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

update object store to version that fixes advisory, update code to be compatible with new version #654

Merged
merged 2 commits into from
Jul 24, 2024
Merged

update object store to version that fixes advisory, update code to be compatible with new version #654

merged 2 commits into from
Jul 24, 2024

Conversation

trevoranderson
Copy link
Contributor

@trevoranderson trevoranderson commented Jul 23, 2024

This fixes cargo audit reporting RUSTSEC-2024-0358 (https://rustsec.org/advisories/RUSTSEC-2024-0358).

Crate:     object_store
Version:   0.9.1
Title:     Apache Arrow Rust Object Store: AWS WebIdentityToken exposure in log files
Date:      2024-07-23
ID:        RUSTSEC-2024-0358
URL:       https://rustsec.org/advisories/RUSTSEC-2024-0358
Severity:  3.8 (low)
Solution:  Upgrade to >=0.10.2
Dependency tree:
object_store 0.9.1
└── loco-rs 0.6.2
    ├── loco-rs 0.6.2
    └── loco-extras 0.4.0

There is still an unresolved issue with rsa crate that has been open for months now that is a dependency of sqlx which loco uses, but that is out of scope for this PR.

Crate:     rsa
Version:   0.9.6
Title:     Marvin Attack: potential key recovery through timing sidechannels
Date:      2023-11-22
ID:        RUSTSEC-2023-0071
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0071
Severity:  5.9 (medium)
Solution:  No fixed upgrade is available!
Dependency tree:
rsa 0.9.6
└── sqlx-mysql 0.7.4
    ├── sqlx-macros-core 0.7.4
    │   └── sqlx-macros 0.7.4
    │       └── sqlx 0.7.4
    │           ├── sea-query-binder 0.6.0-rc.4
    │           │   └── sea-orm 1.0.0-rc.7
    │           │       ├── sea-orm-migration 1.0.0-rc.7
    │           │       │   └── loco-rs 0.6.2
    │           │       │       ├── loco-rs 0.6.2
    │           │       │       └── loco-extras 0.4.0
    │           │       └── loco-rs 0.6.2
    │           └── sea-orm 1.0.0-rc.7
    └── sqlx 0.7.4

@kaplanelad kaplanelad merged commit 1ac4210 into loco-rs:master Jul 24, 2024
12 checks passed
@trevoranderson trevoranderson deleted the audit_update_objectstore branch July 24, 2024 16:42
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