-
-
Notifications
You must be signed in to change notification settings - Fork 123
Description
Pre-submission checks
- I am not filing a feature request. These should be filed via the feature request form instead.
- I have checked the Troubleshooting Guide for my problem.
- I have looked through both the open and closed issues for a duplicate report.
zizmor version
Latest
Expected behavior
Link to GitHub docs on token permissions in excessive-permissions audit no longer has the list of permissions
The current link goes to:
https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
But this no longer appears to show the useful information that was there before:
https://web.archive.org/web/20250428200142/https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#permissions-for-the-github_token
A cursory search through the GitHub docs indicates this may have been removed without replacement.
Actual behavior
No token permission information shown. Specifically I was interested in knowing whether the phrase "users often don't realize that the default GITHUB_TOKEN permissions can be very broad" applied to the read-only token setting that most repositories now use, rather than the older read/write token setting.
Reproduction steps
Go to https://docs.zizmor.sh/audits/#excessive-permissions
Click on link to GitHub Docs.
Observe the lack of token permission information.
Logs
Additional context
No response