Commit Graph
9 Commits
Author SHA1 Message Date
Amaan Ullah 87a80345c4 Issue - 3697 - GitHub analyzer panic (#4113)
* bug: add safeGetString and safeGetBool functions for nil pointer handling

* refactor: use package methods instead of custom methods
2025-05-05 10:34:56 -05:00
Eng Zer Jun a2a17cd73d Remove duplicate github.com/jedib0t/go-pretty dependency (#3924)
PR #3099 introduced the `trufflehog analyze` command but accidentally
included the same dependency with different versions.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2025-02-20 10:24:22 -08:00
ahrav e2f5e0e4bc upgrade Github dep (#3699) 2024-12-02 12:34:47 -08:00
Kashif Khan e0e53b903f fixed github classic token analyzer expiry time (#3624) 2024-11-20 10:40:31 +05:00
ahrav e57c712998 Manually upgrade github dep (#3387) 2024-10-10 06:16:40 -07:00
Miccah c381e901cc [analyze] Fix GitHub token expiration parsing (#3205)
* [analyze] Fix GitHub token expiration parsing

* Update test
2024-08-14 10:13:05 -07:00
Miccah baf642e264 [analyze] Capture the hierarchy of GitHub permissions (#3127) 2024-08-14 10:12:38 -07:00
Dustin Decker 29de521ed0 Improve finegrained token support (#3179) 2024-08-05 18:55:05 -07:00
Dustin Decker 25b01019b3 Add permissions lookup tables (#3125)
* OpenAI LUT

* github LUT

* cleanup

* add test

* update

* update

* update openai

* update

* Add Analyze interface to Twilio (#3128)

* Add Analyze interface to Twilio

* add readme
2024-07-31 13:01:29 -07:00