fix(security): remove user / password from the URL #102
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Reference
forgejo/release-notes-assistant!102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "earl-warren/release-notes-assistant:wip-read-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a URL such as http://user:password@example.com is provided to the --forgejo-url argument, remove it. The credentials can only be provided via the --token argument. The would otherwise be leaked in the release notes, as part of the URL to the pull requests.