vipyrsec / infrastructure

Our infrastructure
MIT License
0 stars 1 forks source link

Create "modules" that run when a package is reported #73

Open jonathan-d-zhang opened 1 month ago

jonathan-d-zhang commented 1 month ago

We want the ability to run code (@import-pandas-as-numpy is calling them 'modules') in response to a package being reported.   Requirements:

An idea: use a message queue and Pub/Sub and make reporter one of these modules. Other modules would simply Sub to the Pub in order to register themselves.