Gemini: document SHA-1 usage as non-security stable digest #100
Labels
No labels
area:ci
area:docs
area:engineering
area:framework-fp
area:test-coverage
dogfood:fn
dogfood:fp
dogfood:friction
dogfood:tp
phase:b
phase:c
severity:critical
severity:high
severity:low
severity:medium
source:deepseek-v4-pro
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pdurlej/fallow-py#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
hashlib.sha1is used for stable fingerprints/digests, not cryptographic security. This can confuse audits and security scanners.Task
Add concise comments near SHA-1 usage explaining the non-security purpose.
Acceptance criteria
Verification
rg "sha1|non-security|stable digest" src tests