Skip to content

Update HackerOne links in SECURITY.md#1268

Open
OctavianGuzu wants to merge 2 commits intomainfrom
oct/update-h1-links
Open

Update HackerOne links in SECURITY.md#1268
OctavianGuzu wants to merge 2 commits intomainfrom
oct/update-h1-links

Conversation

@OctavianGuzu
Copy link
Copy Markdown
Collaborator

Updates the HackerOne submission form and program page links.

🏠 Remote-Dev: homespace
@OctavianGuzu OctavianGuzu marked this pull request as ready for review April 27, 2026 15:21
Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues with the diff itself, but since the new submission link uses an opaque HackerOne embedded-form UUID, it'd be worth a quick human confirmation that this UUID points to Anthropic's program before merging.

Extended reasoning...

Overview

This PR updates two URLs in SECURITY.md: the HackerOne vulnerability submission form link (now pointing to a UUID-based embedded submission form) and the program page link (anthropic-vdpanthropic). It is a documentation-only change with no code impact.

Security risks

There is no code execution or build risk. However, SECURITY.md is the canonical pointer for where researchers send vulnerability reports. Both new URLs remain on the hackerone.com domain, so this isn't a phishing redirect. The hackerone.com/anthropic program page is publicly verifiable. The embedded submission form URL (4f1f16ba-10d3-...), though, is an opaque identifier — I can't confirm from the diff alone that it routes to Anthropic's program rather than some other org's intake form. A wrong UUID here would silently misdirect vulnerability reports.

Level of scrutiny

Low complexity, but the correctness of the UUID is an out-of-band fact that can't be validated by reading the repo. That makes it a one-glance human check rather than something I should rubber-stamp.

Other factors

No bugs were flagged by the bug-hunting system, no prior review comments, and the change is otherwise trivial. Deferring solely so a maintainer can confirm the embedded-form UUID is the intended one.

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM — straightforward doc update to SECURITY.md links and heading.

Extended reasoning...

Overview

This PR updates SECURITY.md only: it swaps the HackerOne submission form URL to an embedded-submissions link, updates the program page URL from hackerone.com/anthropic-vdp to hackerone.com/anthropic, and renames the "Vulnerability Disclosure Program" heading to "Anthropic Bug Bounty". No code, config, or workflow files are touched.

Security risks

None from a code-execution standpoint — this is pure documentation. The links point to the hackerone.com domain, so there's no risk of redirecting researchers to a malicious destination. The only conceivable concern is link correctness (e.g., the embedded-submission UUID), but that's a content/ownership matter for the author and not something static review can validate.

Level of scrutiny

Low. This is a markdown-only change with no effect on the action's runtime behavior, build, or release artifacts. It matches the recent commit history (Rename VDP heading to Anthropic Bug Bounty, Update HackerOne links in SECURITY.md), indicating it's an intentional, coordinated update.

Other factors

The bug-hunting system found no issues, the PR timeline has no outstanding reviewer comments, and the diff is small and self-contained. Approving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants