
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
tbtool1
Advanced tools
DNA Audit tool helps you to check whether the application built on AWS is following the AWS Well-Architected framework by validating it against various AWS services security requirements and the best practices. Generates report to validate the security requirements and security best practices.
https://codaglobal.atlassian.net/l/cp/UP1BxJTr
https://codaglobal.atlassian.net/l/cp/oj0Ngsdb
https://codaglobal.atlassian.net/l/cp/s99nYLEC
The project basically uses boto client to connect to the aws services.
Update the session credentials in the terminal.
Specify the region name if you need to perform the audit for services in a specific region by mentioning the region name as argument while running the program.
If no region is specified us-east-1 is taken as default region and audit checks are performed for the services in us-east-1.
If you need to check tags. Update the Config.Json file by mentioning the tags in the account tags provided.
Creating Virtual Environment
python3 -m venv venv
Activating the virtual environment
source venv/bin/activate
Installing the dependencies in the virtual environment
pip install -r requirements.txt
Run the following command
python3 src/main.py --region {region_name}
nosetests
The overall report is provided as a HTML document.

FAQs
Data And Analytics Audit Tool
We found that tbtool1 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.