SynackAPI
SynackAPI copied to clipboard
A Python Library designed to facilitate interaction with Synack's undocumented API endpoints
Hi, Thanks for this project. After successfully setting up authentication with the OTP, I'm receiving the following error when calling h.targets.get_registered_summary(): ``` sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) FOREIGN KEY constraint failed [SQL: INSERT...
## Summary - Add name column to Organization model - Update database plugin to handle organization names - Add migration for organization name field - Add target fields: average_payout, start_date,...
Add Duo Manual and Automatic push based approval, and fix all the bugs I found along the way: ## Database Fixes - Fix fresh install database initialization (synack_domain was None)...