Skip to content

revert: pull local CVE fix counter / telemetry feature from main - #965

Merged
sonukapoor merged 1 commit into
mainfrom
revert/pull-telemetry-feature
Aug 11, 2026
Merged

revert: pull local CVE fix counter / telemetry feature from main#965
sonukapoor merged 1 commit into
mainfrom
revert/pull-telemetry-feature

Conversation

@sonukapoor

Copy link
Copy Markdown
Collaborator

Reverts #961. The feature and its Cloudflare Worker backend are being reconsidered - the public ingest endpoint is unauthenticated by design, and the deployed Worker's *.workers.dev URL currently bakes in a personal Cloudflare account name. Shipping the prompt/commands/docs while these are unresolved would create a false impression the feature is settled.

Verified against #901 and #956, both of which landed on top of #961 since it merged - neither is affected by this revert (checked every auto-merged file directly: multi-folder-scan.ts keeps #901's report.json/OA/DM panel work intact, README.md keeps #956's unrelated context unchanged). Full test suite (1347 passing) and both builds (CLI + docs site) are clean, with zero remaining references to telemetry anywhere in source, tests, or docs.

The code isn't lost - it's being consolidated, alongside the Worker backend, on a separate branch to revisit once the open questions are resolved.

Closes #964

Reverts commit 0c3d129 (#961). The feature and its Cloudflare Worker
backend are being reconsidered - the public ingest endpoint is
unauthenticated by design (anyone can post fake data to skew the
aggregate numbers this feature exists to eventually cite), and the
deployed Worker's *.workers.dev URL currently bakes in a personal
Cloudflare account name. Shipping the prompt/commands/docs while this
is unresolved would create a false impression the feature is settled.

The code isn't lost - it's being consolidated, alongside the Worker
backend, on a separate branch to revisit once the open questions are
resolved.

verified to cleanly preserve both (multi-folder-scan.ts keeps #901's
report.json/OA/DM panel work, README.md keeps #956's unrelated intro
line unchanged) - confirmed by inspecting every auto-merged file
directly, not just trusting a clean git revert.
@sonukapoor
sonukapoor force-pushed the revert/pull-telemetry-feature branch from 3b3e916 to 100534d Compare August 11, 2026 12:15
@sonukapoor
sonukapoor merged commit 6dd55f5 into main Aug 11, 2026
9 checks passed
@sonukapoor
sonukapoor deleted the revert/pull-telemetry-feature branch August 11, 2026 12:17
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.

Pull local CVE fix counter / telemetry feature from main pending security review

1 participant