-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
updates tempfile to 3.4.0 #30727
updates tempfile to 3.4.0 #30727
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
automerge label removed due to a CI failure |
@dmakarov is it okay to change the threshold https://github.com/solana-labs/solana/blob/master/ci/test-stable.sh#L122 to 14? I found we solve this similar issue by increasing this value last time |
Yes, it’s ok. I’ll see if I can fix it back to lower rebuild number later. |
Patching below rustsec advisory: Crate: remove_dir_all Version: 0.5.3 Title: Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU) Date: 2023-02-24 ID: RUSTSEC-2023-0018 URL: https://rustsec.org/advisories/RUSTSEC-2023-0018 Solution: Upgrade to >=0.8.0
c8f5865
to
52f95ae
Compare
Codecov Report
@@ Coverage Diff @@
## master #30727 +/- ##
=========================================
- Coverage 81.7% 81.6% -0.1%
=========================================
Files 723 723
Lines 201802 201802
=========================================
- Hits 164891 164808 -83
- Misses 36911 36994 +83 |
automerge label removed due to a CI failure |
Patching below rustsec advisory: Crate: remove_dir_all Version: 0.5.3 Title: Race Condition Enabling Link Following and Time-of-check Time-of-use (TOCTOU) Date: 2023-02-24 ID: RUSTSEC-2023-0018 URL: https://rustsec.org/advisories/RUSTSEC-2023-0018 Solution: Upgrade to >=0.8.0 (cherry picked from commit 3cc74a6) # Conflicts: # Cargo.lock # Cargo.toml # bench-tps/Cargo.toml # ci/test-stable.sh # programs/bpf/Cargo.lock
Problem
Patching below rustsec advisory:
Summary of Changes
updated tempfile to 3.4.0