-
Notifications
You must be signed in to change notification settings - Fork 2
Network fault tolerance #705
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
base: main
Are you sure you want to change the base?
Conversation
…"block-offline-access")
…ed data but also know if the cloud connection is down.
…xist in cloud storage. Also account for invalid entries with AttrFlagExists set, which are gaps in knowledge even when the directory is listed.
Update tests to work with sync deletion. Create files directly in loopback whenever possible.
When timeout is zero, evict everything.
Drop CacheInvalidate function.
* Add CloudConnected component API function, with exponential back-off.
… and end the window on time (by computing remaining duration).
fab146b to
f5bc63a
Compare
Remove file_cache reference from policy, and pass pendingOps through conf instead.
| // Compute md5 of local file | ||
| fileMD5, err := common.GetMD5(fi) | ||
| if err != nil { | ||
| log.Warn("BlockBlob::ReadToFile : Failed to generate MD5 Sum for %s", name) |
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.
Mend Code Security Check
New finding (2 of 4)
The Mend Code Security Check of your branch failed because of a Weak Hash Strength finding in this line.
| Severity | Vulnerability Type | CWE | File | Data Flows | Detected | ||
|---|---|---|---|---|---|---|---|
| Weak Hash Strength | 1 | 2025-05-16 10:36pm | |||||
| |||||||
| log.Warn("BlockBlob::ReadToFile : Failed to generate MD5 Sum for %s", name) |
Secure Code Warrior Training Material
● Training
▪ Secure Code Warrior Weak Hash Strength Training
● Videos
▪ Secure Code Warrior Weak Hash Strength Video
● Further Reading
▪ OWASP Cryptographic Storage Cheat Sheet
▪ OWASP Transport Layer Protection Cheat Sheet
▪ OWASP Password Storage Cheat Sheet
▪ OWASP Using a broken or risky cryptographic algorithm article
What type of Pull Request is this? (check all applicable)
Describe your changes in brief
Checklist
Related Issues