
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
A package that helps download mobile AAT data.
pip install aat_downloader
To use this package, first download the google-services.json file from the settings of your Firebase realtime database.
To download data run the lines below (replace "experiment" with the experiment you want to delete).
from aat_downloader.downloader import Downloader
# Initiate downloader with path to google services file (downloaded from Firebase)
downloader = Downloader("data/external/google-services.json")
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
# Specify experiment name and storage folder and download data
downloader.download("experiment", "data/raw")
To delete data run the following function (replace "experiment" with the experiment you want to delete).
downloader.delete_participants("experiment")
Warning: Are you sure you want to delete participants of experiment: fooddemo?
y
FAQs
A downloader for mobile aat data.
We found that aat-downloader demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.