Replies: 1 comment
|
Not a maintainer, so I can't speak to whether anyone at Circle is watching the queue internally — but most of this is answerable from published data, and I checked it rather than guessing. All values below verified 2026-09-02. There's also one thing nobody has flagged that I think is the actual answer to your question. 1. Is the program active?The program
So it isn't a dead or paused program — reports are being received and resolved, and HackerOne's own responsiveness indicator (computed from recent first-response times) is not flagging it. 2. Acknowledgement timeframeThe program policy publishes an explicit SLA table, which is the authoritative answer here:
Worth noting the policy frames these as targets Circle "will endeavour to meet", not guarantees. 3. The scope gap — probably the real issueThis is the part I'd want a maintainer to answer. I read the full program policy (~8.2 KB), and arc-node is not an enumerated asset in it. The in-scope surface is Circle's hosted product: the sandbox environments, the Circle APIs,
There is no mention anywhere in the policy of arc-node, the Arc chain, node software, GitHub repositories, or open-source components. The out-of-scope list is likewise oriented around web-application findings. That matters for your question: SECURITY.md routes vulnerabilities in this repository to a program whose documented scope is Circle's hosted API and web surface. A report about node software can therefore be sitting in a queue that is being monitored and is meeting its SLA for in-scope reports, while a node report has no obvious owner in it. That would produce exactly the silence you're describing, without anyone ignoring anything. 4. There is a second private route, and it's already enabledSECURITY.md presents the bounty program as the only channel, but GitHub private vulnerability reporting is enabled on Practically this is a different audience: a private draft advisory notifies the repo's admins — the people who actually maintain arc-node — rather than the bounty triage layer. For a node-software report specifically, that's the channel most likely to reach someone who can act on it. The caveat is that it's enabled but undocumented, so it carries no stated SLA or safe-harbour coverage. That's a gap maintainers should close in one direction or the other. 5. EscalationThe program has I'd specifically avoid self-disclosing while waiting. The Terms and Conditions state that by submitting, you agree not to publicly disclose findings or submission contents to any third party without Circle's prior written consent — so mediation is the safe path, not a public writeup. Suggestions for maintainersThe SECURITY.md here is 330 bytes and was added in the initial open-sourcing commit ( Three concrete fixes:
Happy to open a PR against SECURITY.md for items 1 and 3 if maintainers want it. |
Uh oh!
There was an error while loading. Please reload this page.
Hi Arc / Circle maintainers,
I have a process question about the private security-reporting channel referenced in this repository's
SECURITY.md.I am not reporting or discussing any vulnerability details in this public thread.
SECURITY.mddirects security researchers to report vulnerabilities privately through Circle's Bug Bounty Program. Could a maintainer please confirm whether that reporting queue is currently actively monitored and routed to the appropriate Circle security owners?For researchers using the documented private channel, it would be helpful to clarify:
SECURITY.mdcurrently active and monitored?Again, I am intentionally not including any report IDs, vulnerability descriptions, affected components, reproduction details, severity information, or other security-sensitive material here.
The purpose of this discussion is only to confirm that the private reporting route documented by the repository is functioning and that long-pending private security reports have a defined escalation path.
Thank you.
All reactions