Skip to content

Choose a tag to compare

@github-actions github-actions released this 16 Jun 19:03
· 29 commits to refs/heads/main since this release

⚠️ Security

This release temporarily disables the /help_docs command as a mitigation for a credential-exposure vulnerability (#2445).

/help_docs accepted an untrusted runtime override of its git clone target (e.g. --pr_help_docs.repo_url=... from a PR comment), and the clone-URL host validation only checked substring containment. A host that merely contained the allowed host — e.g. github.com.attacker.tld — passed validation, so the git provider token was embedded into a clone URL pointing at an attacker-controlled host, exposing GITHUB_TOKEN (and the equivalent token on other providers).

What's Changed

🚀 Features

🐛 Bug Fixes

📚 Documentation

  • docs: Fix broken list markup in gitea installation document by @brlin-tw in #2413

Full Changelog: v0.36.0...v0.37.0