4 Commits

Author SHA1 Message Date
fab
36f08db3eb
Update owasp.py
- verify github function fixed
2024-12-30 00:18:50 +01:00
fab
7f7f7fecd4
Update owasp.py
- Added exponential backoff and retry logic for GitHub API requests to handle rate limits and transient errors.
- Introduced SHA verification for fetched blobs to ensure data integrity.
- Implemented optional GitHub token support for authenticated requests.
- Improved handling of the latest matching tag by dynamically sorting and selecting the newest available version.
- Reorganized functions for better modularity and readability.
- Added error handling for blob fetching and decoding with base64 processing.
- Directory creation for output files now ensured, improving save reliability.
2024-12-29 23:50:29 +01:00
fab
e652bccf66
Update owasp.py
Minor improvements.
2024-12-21 11:31:31 +01:00
fab
00362806c2
Create owasp.py 2024-12-21 01:00:55 +01:00