ThreatExchange
ThreatExchange copied to clipboard
Trust & Safety tools for working together to fight digital harms.
Howdy! Just wanted to flag a couple of difficulties (and workarounds) that I noticed when getting OMM running locally for the first time. Happy to put a fix up for...
Currently the only match API is based on banks: hash/content -> [banks] Inside that function, it's actually first getting the content ids that it's matching. To help us prepare for...
Blocking some of the new PRs, throwing onto oncall work. HMA: https://github.com/facebook/ThreatExchange/actions/runs/8331418249/job/22798281148?pr=1563 Looks like mypy updates picking up small brokenness. py-tx: https://github.com/facebook/ThreatExchange/actions/runs/8395103331/job/22993645426?pr=1567 VPDQ is failing to build, looks like it...
@ianwal said in #1568 > Is there a proper package manager that could be added for vpdq that is used at Meta, such as Conan? That would allow vpdq to...
Repo: ``` $ tx hash photo pdq/data/bridge-mods/aaa-orig.jpg >> local_file.txt $ tx config collab edit local_file file_backed_bank.txt --filename ~/file_backed_bank.txt --create $ tx fetch $ tx match photo pdq/data/bridge-mods/aaa-orig.jpg ``` Expected: any...
We want to add a match debug page, and the "single landing page" is now too complicated. Adding this page will be multiple steps: 1. Refactoring the existing page into...
If you would consider deploying OMM to your production environment to evaluate it, please add to this issue a comment with the following. If you would rather remain anonymous, contact...
Indexer fails to build ``` [ERROR] ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (264538,) +...
Improvements for `tmk` utilities are needed for more general Windows support: - Add support for all Makefile functionality (tests, clean, etc.) - Handle BOM or CRLF line endings, e.g., if...
Python venv seems to be standard for open source python work. Should we add some support for it in python-threatexchange?