Y
Hacker News
new
|
ask
|
show
|
jobs
TruffleHog now finds all Deleted and Private Commits on GitHub
(
trufflesecurity.com
)
15 points
by
riverdroid
683 days ago
2 comments
upon_drumhead
683 days ago
This seems like a very inflated article title. It can only find Deleted or Private commits on repos you have access to, which is a much different claim then the title initially read to me.
link
orf
683 days ago
You can likely do this without the GitHub API, with just the git protocol itself.
Just ask for the commits and see what the server says.
link