danielmiessler / SecLists

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

Home Page:https://www.owasp.org/index.php/OWASP_Internet_of_Things_Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question]: Change github actions commit email

molangning opened this issue · comments

The current email that seclists uses is example@github.com, which belongs to throwaway-people according to github. This account is user owned as seen in this issue opened by that user. Should the email address be changed as it is not a bot/system account and if so, to what?

Nice catch! I've added a commit to #1015 which fixes this, replacing example@github.com with the email address of the official github-actions bot: https://github.com/orgs/community/discussions/26560

Good job for catching it!

Good idea.

I do believe this is now addressed :)