Insights required on my naive aproach to audit Firefox extensions [closed]
I tried to search the web on existing projects, but after failed attempts, I decided to code something on my own way, one approach, open to comments and improvements:
#!/usr/bin/env python3
import zipfile
import json
import re
import os
i… Continue reading Insights required on my naive aproach to audit Firefox extensions [closed]