summaryrefslogtreecommitdiff
path: root/python/secretsprovider.py
AgeCommit message (Collapse)Author
2026-04-15[Python API] Replace bare "except:" with "except Exception:" to fix signal ↵Josh Ferrell
propagation
2026-01-01update copyrights for 2026Jordan Wiens
2025-11-21Add get and __contains__ methods to all *MetaClassPeter LaFosse
Fixes: https://github.com/Vector35/binaryninja-api/issues/7588
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the ↵Rusty Wagner
stack trace associated with log messages, instead of creating large mutli-line messages for every exception
2025-03-28missed the older dates!Jordan Wiens
2024-01-08update copyright yearJordan Wiens
2023-01-05Update copyright to 2023Josh F
2022-03-23Secrets provider in python for accessing the keychainGlenn Smith