You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Add path metadata to archive unpacking.
Problem to be Addressed
TruffleHog supports scanning archives, but it doesn't report which file in an archive the secret was found in. It would be great to include that location information, especially for nested structures.
Description of the Preferred Solution
Add the decoded archive path to the chunk metadata. This metadata should be printed when a secret is found.
Community Note
Description
Add path metadata to archive unpacking.
Problem to be Addressed
TruffleHog supports scanning archives, but it doesn't report which file in an archive the secret was found in. It would be great to include that location information, especially for nested structures.
Description of the Preferred Solution
Add the decoded archive path to the chunk metadata. This metadata should be printed when a secret is found.
Additional Context
Archive unpacking is done in the archive handler.
The text was updated successfully, but these errors were encountered: