feat(enrichment): recognize more binary formats (audio/video/disk/ML) - #3585
feat(enrichment): recognize more binary formats (audio/video/disk/ML)#3585jeffrey701 wants to merge 1 commit into
Conversation
BINARY_FILE_EXTENSIONS covered many formats but missed common audio/video containers (m4a, m4v, aac, opus, wma, aiff, flv, wmv), disk images (iso, dmg), and ML artifacts (pkl, pickle, joblib, tflite, keras) — so a committed file of those types was treated as reviewable source. Adds them + extends the test.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - reject/close recommendedReview updated: 2026-07-05 18:02:13 UTC
🛑 Suggested Action - Reject/Close
Review summary Nits — 5 non-blocking
Why this is blocked
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (No linked issue detected; Maintainer requires a linked issue). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
BINARY_FILE_EXTENSIONS covered many formats but missed common audio/video containers (m4a, m4v, aac, opus, wma, aiff, flv, wmv), disk images (iso, dmg), and ML artifacts (pkl, pickle, joblib, tflite, keras) — so a committed file of those types was treated as reviewable source. Adds them + extends the test. rees green (1026).