fregante/github-issue-link-status
View on GitHubpersonal access token should only use public_repo scope by default
Open
#67 opened on Nov 3, 2021
enhancementhelp wanted
Repository metrics
- Stars
- (310 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Thanks for such a nice project!
From the security perspective, I think it had better to check only public_repo access by default when we click the Generate One link.
I in this case, we can replace the following link:
- https://github.com/settings/tokens/new?scopes=repo&description=GitHub%20Issue%20Link%20Status
+ https://github.com/settings/tokens/new?scopes=public_repo&description=GitHub%20Issue%20Link%20Status
Also, It's worth to mention if someone wants to use this extension in the private repositories, we can mention that by saying something like: "To use this extension in the private repositories, consider give repo scope to use."
Wdyt?

