Move elapsed disclosures into private disclosure lane
Browse files- CHANGELOG.md +1 -1
- README.md +16 -11
- data/commitment_index.jsonl +1 -3
- data/disclosure_receipt_rule_index.jsonl +1 -1
- data/finding_index.jsonl +2 -0
- data/public_commitment_stage_index.jsonl +0 -1
- data/source_ledger_index.jsonl +1 -1
- data/timeline_receipts.jsonl +3 -3
- disclosures/linux-kernel-virtualization-boundary-disclosure-20260615.md +35 -0
- disclosures/werkzeug-windows-path-boundary-disclosure-20260615.md +35 -0
- manifest.json +38 -37
- schemas/finding_index.schema.json +24 -0
CHANGELOG.md
CHANGED
|
@@ -27,4 +27,4 @@ This lane keeps a visible history of policy changes. Rules may be added as new d
|
|
| 27 |
- Created the initial responsible-disclosure evidence index scaffold.
|
| 28 |
- Added the initial dataset policy, schemas, JSONL tables, and manifest.
|
| 29 |
|
| 30 |
-
Generated UTC: `2026-06-
|
|
|
|
| 27 |
- Created the initial responsible-disclosure evidence index scaffold.
|
| 28 |
- Added the initial dataset policy, schemas, JSONL tables, and manifest.
|
| 29 |
|
| 30 |
+
Generated UTC: `2026-06-15T17:07:18+00:00`
|
README.md
CHANGED
|
@@ -15,13 +15,18 @@ size_categories:
|
|
| 15 |
|
| 16 |
# Responsible Disclosure Evidence Index
|
| 17 |
|
| 18 |
-
This is a public-safe responsible-disclosure lane. It records our rules and links to non-actionable commitment notes. It does not publish exploit steps, private emails, source paths, proof-of-concept code, raw logs, or unresolved technical packets.
|
| 19 |
|
| 20 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
- [ChromeOS: authentication-boundary research](commitments/chromeos-authentication-boundary-commitment-20260606.md)
|
| 23 |
-
- [Linux kernel: virtualization and networking-boundary research](commitments/linux-kernel-virtualization-boundary-commitment-20260615.md)
|
| 24 |
-
- [Werkzeug: Windows path-handling boundary research](commitments/werkzeug-windows-path-boundary-commitment-20260615.md)
|
| 25 |
|
| 26 |
These are not full vulnerability disclosures. They are public-safe notices that evidence is retained and that technical details are withheld for an authorized security responder.
|
| 27 |
|
|
@@ -30,30 +35,30 @@ These are not full vulnerability disclosures. They are public-safe notices that
|
|
| 30 |
- We try the appropriate private disclosure route first when one is workable.
|
| 31 |
- The first disclosure email starts the response clock for a finding.
|
| 32 |
- Any acknowledgement or good-faith engagement pauses publication.
|
| 33 |
-
- If there is no response after 14 days,
|
| 34 |
-
-
|
| 35 |
- Public notes stay non-actionable: no reproduction steps, exploit code, private correspondence, secrets, tokens, raw logs, local paths, or target-specific mechanics.
|
| 36 |
- Unvalidated or partly validated work is labelled with its limits.
|
| 37 |
- Human review is required before anything more detailed than a public-safe commitment is published.
|
| 38 |
|
| 39 |
## What Is Visible Here
|
| 40 |
|
|
|
|
| 41 |
- Public-safe commitment markdown files.
|
| 42 |
- Public-safe ledger and timing summaries.
|
| 43 |
- Hashes and manifests for provenance.
|
| 44 |
-
- Empty placeholders for future finding records.
|
| 45 |
|
| 46 |
## Current Machine-Readable State
|
| 47 |
|
| 48 |
-
- `data/
|
|
|
|
| 49 |
- `data/source_ledger_index.jsonl` contains 1 public-safe ledger summary row.
|
| 50 |
- `data/disclosure_receipt_rule_index.jsonl` contains 1 public-safe timing summary.
|
| 51 |
-
- `data/public_commitment_stage_index.jsonl`
|
| 52 |
-
- `data/finding_index.jsonl` is empty.
|
| 53 |
- No private mirrors are included in this upload.
|
| 54 |
|
| 55 |
## Repository
|
| 56 |
|
| 57 |
Dataset page: https://huggingface.co/datasets/cjc0013/responsible-disclosure-evidence-index
|
| 58 |
|
| 59 |
-
Generated UTC: `2026-06-
|
|
|
|
| 15 |
|
| 16 |
# Responsible Disclosure Evidence Index
|
| 17 |
|
| 18 |
+
This is a public-safe responsible-disclosure lane. It records our rules and links to sanitized disclosure records and non-actionable commitment notes. It does not publish exploit steps, private emails, source paths, proof-of-concept code, raw logs, or unresolved technical packets.
|
| 19 |
|
| 20 |
+
## Sanitized Disclosure Records
|
| 21 |
+
|
| 22 |
+
- [Linux kernel: virtualization and networking-boundary research](disclosures/linux-kernel-virtualization-boundary-disclosure-20260615.md)
|
| 23 |
+
- [Werkzeug: Windows path-handling boundary research](disclosures/werkzeug-windows-path-boundary-disclosure-20260615.md)
|
| 24 |
+
|
| 25 |
+
These are disclosure-lane records. They are still sanitized: no reproduction steps, exploit code, raw logs, private correspondence, secrets, or target-specific mechanics.
|
| 26 |
+
|
| 27 |
+
## Public-Safe Commitments
|
| 28 |
|
| 29 |
- [ChromeOS: authentication-boundary research](commitments/chromeos-authentication-boundary-commitment-20260606.md)
|
|
|
|
|
|
|
| 30 |
|
| 31 |
These are not full vulnerability disclosures. They are public-safe notices that evidence is retained and that technical details are withheld for an authorized security responder.
|
| 32 |
|
|
|
|
| 35 |
- We try the appropriate private disclosure route first when one is workable.
|
| 36 |
- The first disclosure email starts the response clock for a finding.
|
| 37 |
- Any acknowledgement or good-faith engagement pauses publication.
|
| 38 |
+
- If there is no response after 14 days and review clears it, the item moves to a sanitized disclosure record.
|
| 39 |
+
- Commitment records are only for items that are not yet disclosure records.
|
| 40 |
- Public notes stay non-actionable: no reproduction steps, exploit code, private correspondence, secrets, tokens, raw logs, local paths, or target-specific mechanics.
|
| 41 |
- Unvalidated or partly validated work is labelled with its limits.
|
| 42 |
- Human review is required before anything more detailed than a public-safe commitment is published.
|
| 43 |
|
| 44 |
## What Is Visible Here
|
| 45 |
|
| 46 |
+
- Sanitized disclosure markdown files.
|
| 47 |
- Public-safe commitment markdown files.
|
| 48 |
- Public-safe ledger and timing summaries.
|
| 49 |
- Hashes and manifests for provenance.
|
|
|
|
| 50 |
|
| 51 |
## Current Machine-Readable State
|
| 52 |
|
| 53 |
+
- `data/finding_index.jsonl` contains 2 sanitized disclosure records.
|
| 54 |
+
- `data/commitment_index.jsonl` contains 1 public-safe commitment record.
|
| 55 |
- `data/source_ledger_index.jsonl` contains 1 public-safe ledger summary row.
|
| 56 |
- `data/disclosure_receipt_rule_index.jsonl` contains 1 public-safe timing summary.
|
| 57 |
+
- `data/public_commitment_stage_index.jsonl` is empty.
|
|
|
|
| 58 |
- No private mirrors are included in this upload.
|
| 59 |
|
| 60 |
## Repository
|
| 61 |
|
| 62 |
Dataset page: https://huggingface.co/datasets/cjc0013/responsible-disclosure-evidence-index
|
| 63 |
|
| 64 |
+
Generated UTC: `2026-06-15T17:07:18+00:00`
|
data/commitment_index.jsonl
CHANGED
|
@@ -1,3 +1 @@
|
|
| 1 |
-
{"affected_area": "authentication-boundary research", "commitment_path": "commitments/chromeos-authentication-boundary-commitment-20260606.md", "commitment_sha256": "3aab5666be75f1d73a717b9c2c294414ba60066dedf294a14747469d3297f35f", "disclosure_clock_state": "commitment_record_does_not_start_normal_disclosure_clock", "disclosure_state": "
|
| 2 |
-
{"affected_area": "virtualization and networking-boundary research", "commitment_path": "commitments/linux-kernel-virtualization-boundary-commitment-20260615.md", "commitment_sha256": "fb837a4c92fc423322d22112313086773f86bdba94739ccb6c76660a575ba932", "disclosure_clock_state": "commitment_record_does_not_start_normal_disclosure_clock", "disclosure_state": "public_safe_commitment_visible_technical_details_withheld", "private_intake_state": "workable_private_route_not_available_for_current_evidence_level", "project": "Linux kernel", "proof_manifest_sha256": "fb837a4c92fc423322d22112313086773f86bdba94739ccb6c76660a575ba932", "public_action_state": "public_hf_visible_non_actionable_commitment", "public_safe_summary": "Public-safe commitment for privately retained Linux kernel research after the no-response review date. Technical details are withheld.", "published_utc": "2026-06-15T00:00:00+00:00", "record_id": "linux-kernel-virtualization-boundary-commitment-20260615", "record_type": "public_safe_commitment", "staged_utc": "2026-06-15T00:00:00+00:00", "technical_packet_state": "private_retained_for_authorized_responder", "validation_summary": "Private evidence is retained; attacker control, current-version exploitability, security effect, final severity, affected-version scope, and remediation status are not claimed."}
|
| 3 |
-
{"affected_area": "Windows path-handling boundary research", "commitment_path": "commitments/werkzeug-windows-path-boundary-commitment-20260615.md", "commitment_sha256": "41257b5dfc7605e11c6ffad7f13408dac427bd2964a5ae211fef5b7f692f99dc", "disclosure_clock_state": "commitment_record_does_not_start_normal_disclosure_clock", "disclosure_state": "public_safe_commitment_visible_technical_details_withheld", "private_intake_state": "workable_private_route_not_available_for_current_evidence_level", "project": "Werkzeug", "proof_manifest_sha256": "41257b5dfc7605e11c6ffad7f13408dac427bd2964a5ae211fef5b7f692f99dc", "public_action_state": "public_hf_visible_non_actionable_commitment", "public_safe_summary": "Public-safe commitment for privately retained Werkzeug research after the no-response review date. Technical details are withheld.", "published_utc": "2026-06-15T00:00:00+00:00", "record_id": "werkzeug-windows-path-boundary-commitment-20260615", "record_type": "public_safe_commitment", "staged_utc": "2026-06-15T00:00:00+00:00", "technical_packet_state": "private_retained_for_authorized_responder", "validation_summary": "Private evidence is retained; attacker control, current-version exploitability, security effect, final severity, affected-version scope, and remediation status are not claimed."}
|
|
|
|
| 1 |
+
{"affected_area": "authentication-boundary research", "commitment_path": "commitments/chromeos-authentication-boundary-commitment-20260606.md", "commitment_sha256": "3aab5666be75f1d73a717b9c2c294414ba60066dedf294a14747469d3297f35f", "disclosure_clock_state": "commitment_record_does_not_start_normal_disclosure_clock", "disclosure_state": "public_safe_commitment_private_uploaded_pending_public_review", "private_intake_state": "workable_private_route_not_available_for_current_evidence_level", "project": "ChromeOS", "proof_manifest_sha256": "3aab5666be75f1d73a717b9c2c294414ba60066dedf294a14747469d3297f35f", "public_action_state": "private_hf_upload_pending_public_review", "public_safe_summary": "Public-safe commitment for privately retained ChromeOS authentication-boundary research. Technical details are withheld.", "published_utc": "", "record_id": "chromeos-authentication-boundary-commitment-20260606", "record_type": "public_safe_commitment", "staged_utc": "2026-06-06T00:00:00+00:00", "technical_packet_state": "private_retained_for_authorized_responder", "validation_summary": "Retained evidence is meaningful but bounded; attacker control, current-version exploitability, security effect, and full ChromeOS product-runtime validation are not claimed."}
|
|
|
|
|
|
data/disclosure_receipt_rule_index.jsonl
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"as_of_date": "2026-06-15", "clock_state_counts": {"no_response_window_elapsed_review_required": 3, "paused_or_review_needed_acknowledgement_present": 2}, "details_state": "detailed_receipts_and_ledger_links_remain_private_until_individually_cleared", "generated_utc": "2026-06-
|
|
|
|
| 1 |
+
{"as_of_date": "2026-06-15", "clock_state_counts": {"no_response_window_elapsed_review_required": 3, "paused_or_review_needed_acknowledgement_present": 2}, "details_state": "detailed_receipts_and_ledger_links_remain_private_until_individually_cleared", "generated_utc": "2026-06-15T17:07:18+00:00", "ledger_link_count": 6, "no_response_days": 14, "no_response_review_date_max": "2026-06-20", "no_response_review_date_min": "2026-06-08", "no_response_window_elapsed_review_required_count": 3, "paused_or_review_needed_acknowledgement_present_count": 2, "pending_no_response_window_count": 0, "public_safe_note": "This row summarizes responsible-disclosure email timing only. Subjects, recipients, message locators, ledger IDs, and technical details remain private.", "receipt_count": 5, "record_id": "disclosure-receipt-rule-summary", "record_type": "disclosure_receipt_rule_summary", "responsible_disclosure_rule": "responsible_disclosure_clock_v1", "sent_date_max": "2026-06-06", "sent_date_min": "2026-05-25", "source_receipt_kind": "gmail_sent_metadata", "source_sha256": "059c2676fb828ec3388033369db2b8cdffda19b58604df90006ba722601013d4", "source_state": "gmail_sent_visible_list_metadata_seed_pending_message_url_export", "visibility_policy": "aggregate_public_safe_summary_only", "visibility_profile": "public_safe_summary"}
|
data/finding_index.jsonl
CHANGED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"acknowledgement_received": false, "advisory_url": "", "affected_area": "virtualization and networking-boundary research", "disclosure_path": "disclosures/linux-kernel-virtualization-boundary-disclosure-20260615.md", "disclosure_sha256": "cb1f59de1ad530a26423b1a9d4bc015d71c44672795219dd8489806c944fe43e", "disclosure_state": "no_response_window_elapsed_sanitized_disclosure_private_hf", "first_disclosure_email_utc": "2026-05-27T00:00:00+00:00", "no_response_publication_eligible_utc": "2026-06-10T00:00:00+00:00", "project": "Linux kernel", "proof_manifest_sha256": "cb1f59de1ad530a26423b1a9d4bc015d71c44672795219dd8489806c944fe43e", "public_action_state": "private_hf_visible_sanitized_disclosure_record", "public_safe_summary": "Sanitized responsible-disclosure record for Linux kernel research after the no-response review date. Technical details are withheld.", "published_utc": "", "record_id": "linux-kernel-virtualization-boundary-disclosure-20260615", "record_type": "sanitized_responsible_disclosure", "severity_estimate": "not_claimed", "technical_packet_state": "private_retained_for_authorized_responder", "validation_summary": "Private evidence is retained; attacker control, current-version reachability, final severity, affected-version scope, remediation status, and maintainer validation are not claimed.", "visible_utc": "2026-06-15T00:00:00+00:00"}
|
| 2 |
+
{"acknowledgement_received": false, "advisory_url": "", "affected_area": "Windows path-handling boundary research", "disclosure_path": "disclosures/werkzeug-windows-path-boundary-disclosure-20260615.md", "disclosure_sha256": "a3ffd6d75b6945b2b1c99fe3a76843988b27fa81e3ed474726650c8250e2dea3", "disclosure_state": "no_response_window_elapsed_sanitized_disclosure_private_hf", "first_disclosure_email_utc": "2026-05-25T00:00:00+00:00", "no_response_publication_eligible_utc": "2026-06-08T00:00:00+00:00", "project": "Werkzeug", "proof_manifest_sha256": "a3ffd6d75b6945b2b1c99fe3a76843988b27fa81e3ed474726650c8250e2dea3", "public_action_state": "private_hf_visible_sanitized_disclosure_record", "public_safe_summary": "Sanitized responsible-disclosure record for Werkzeug research after the no-response review date. Technical details are withheld.", "published_utc": "", "record_id": "werkzeug-windows-path-boundary-disclosure-20260615", "record_type": "sanitized_responsible_disclosure", "severity_estimate": "not_claimed", "technical_packet_state": "private_retained_for_authorized_responder", "validation_summary": "Private evidence is retained; attacker control, current-version reachability, final severity, affected-version scope, remediation status, and maintainer validation are not claimed.", "visible_utc": "2026-06-15T00:00:00+00:00"}
|
data/public_commitment_stage_index.jsonl
CHANGED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"as_of_date": "2026-06-15", "details_state": "candidate_receipts_and_ledger_links_remain_private_until_individually_cleared", "generated_utc": "2026-06-15T16:52:39+00:00", "grace_days": 7, "grace_period_active_count": 2, "grace_period_elapsed_human_review_required_count": 0, "grace_period_end_date_max": "2026-06-22", "grace_period_end_date_min": "2026-06-22", "no_response_review_date_max": "2026-06-10", "no_response_review_date_min": "2026-06-08", "public_action_state": "local_stage_only_no_public_commitment_approved", "public_commitment_stage_rule": "public_commitment_grace_stage_v1", "public_safe_note": "This aggregate row stages elapsed no-response disclosure receipts into a grace-period public-commitment review queue. It does not name targets, expose receipt IDs, publish technical details, or approve a public commitment.", "record_id": "public-commitment-stage-summary", "record_type": "public_commitment_stage_summary", "source_clock_state": "no_response_window_elapsed_review_required", "source_receipt_count": 5, "stage_date": "2026-06-15", "stage_state_counts": {"public_commitment_grace_period_active": 2}, "staged_candidate_count": 2, "visibility_policy": "aggregate_public_safe_stage_summary_only", "visibility_profile": "public_safe_summary"}
|
|
|
|
|
|
data/source_ledger_index.jsonl
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"bug_lane_count": 20, "canonical_owner": "cyber_lane", "canonical_owner_label": "Cyber lane", "details_state": "detailed_rows_remain_private_until_individually_cleared", "found_date_max": "2026-06-15", "found_date_min": "2026-05-25", "generated_utc": "2026-06-
|
|
|
|
| 1 |
+
{"bug_lane_count": 20, "canonical_owner": "cyber_lane", "canonical_owner_label": "Cyber lane", "details_state": "detailed_rows_remain_private_until_individually_cleared", "found_date_max": "2026-06-15", "found_date_min": "2026-05-25", "generated_utc": "2026-06-15T17:07:18+00:00", "ledger_sha256": "f24fa255dcdb0d1144fe32697de269d18ce4293f02bb8d0ea681c8035c4461dd", "public_commitment_lane_stage_count": 0, "public_safe_note": "This lane is backed by a source ledger owned by the cyber lane. The public index records linkage and provenance only; detailed rows remain private until individually cleared.", "record_id": "source-ledger-cyber-bug-ledger", "record_type": "source_ledger_bridge", "research_lead_count": 4, "responsible_disclosure_email_receipt_count": 5, "responsible_disclosure_ledger_link_count": 6, "review_date": "2026-06-15", "row_count": 24, "row_counts_by_kind": {"bug_lane": 20, "research_lead": 4}, "source_lane": "cyber", "source_ledger_kind": "cyber_bug_ledger", "total_private_row_count": 24, "visibility_policy": "public_safe_summary_only", "visibility_profile": "public_safe_summary"}
|
data/timeline_receipts.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
{"artifact_sha256": "
|
| 2 |
-
{"artifact_sha256": "
|
| 3 |
-
{"artifact_sha256": "
|
|
|
|
| 1 |
+
{"artifact_sha256": "cb1f59de1ad530a26423b1a9d4bc015d71c44672795219dd8489806c944fe43e", "event_type": "sanitized_disclosure_private_hf_visible", "event_utc": "2026-06-15T00:00:00+00:00", "public_safe_note": "Private Hugging Face disclosure-lane record prepared. Public release remains pending human review.", "record_id": "linux-kernel-virtualization-boundary-disclosure-20260615"}
|
| 2 |
+
{"artifact_sha256": "a3ffd6d75b6945b2b1c99fe3a76843988b27fa81e3ed474726650c8250e2dea3", "event_type": "sanitized_disclosure_private_hf_visible", "event_utc": "2026-06-15T00:00:00+00:00", "public_safe_note": "Private Hugging Face disclosure-lane record prepared. Public release remains pending human review.", "record_id": "werkzeug-windows-path-boundary-disclosure-20260615"}
|
| 3 |
+
{"artifact_sha256": "3aab5666be75f1d73a717b9c2c294414ba60066dedf294a14747469d3297f35f", "event_type": "public_safe_commitment_private_upload", "event_utc": "2026-06-06T00:00:00+00:00", "public_safe_note": "Private Hugging Face upload prepared. Public release remains pending human review.", "record_id": "chromeos-authentication-boundary-commitment-20260606"}
|
disclosures/linux-kernel-virtualization-boundary-disclosure-20260615.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Linux Kernel Virtualization Boundary Disclosure Record
|
| 2 |
+
|
| 3 |
+
Date: 2026-06-15
|
| 4 |
+
|
| 5 |
+
Status: sanitized disclosure record in the private responsible-disclosure lane.
|
| 6 |
+
|
| 7 |
+
## Summary
|
| 8 |
+
|
| 9 |
+
This record marks a Linux kernel private-disclosure thread that is past the
|
| 10 |
+
14-day no-response review date under our responsible-disclosure rules.
|
| 11 |
+
|
| 12 |
+
Technical details are withheld. This note is not a technical report, a public
|
| 13 |
+
advisory, or a claim that the issue has been validated by a maintainer.
|
| 14 |
+
|
| 15 |
+
## Timeline
|
| 16 |
+
|
| 17 |
+
- First disclosure email sent: 2026-05-27.
|
| 18 |
+
- 14-day no-response review date: 2026-06-10.
|
| 19 |
+
- Moved from public-commitment staging into the private disclosure lane:
|
| 20 |
+
2026-06-15.
|
| 21 |
+
|
| 22 |
+
## Rules Applied
|
| 23 |
+
|
| 24 |
+
- The first disclosure email starts the review clock.
|
| 25 |
+
- If there is no acknowledgement or reply after 14 days, a sanitized disclosure
|
| 26 |
+
record can be reviewed.
|
| 27 |
+
- More detailed disclosure still requires separate human review.
|
| 28 |
+
- Private technical material remains reserved for an authorized security
|
| 29 |
+
responder.
|
| 30 |
+
|
| 31 |
+
## Limits
|
| 32 |
+
|
| 33 |
+
We are not claiming attacker control, current-version reachability, final
|
| 34 |
+
severity, affected-version scope, remediation status, maintainer validation, or
|
| 35 |
+
a public technical advisory.
|
disclosures/werkzeug-windows-path-boundary-disclosure-20260615.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Werkzeug Windows Path Boundary Disclosure Record
|
| 2 |
+
|
| 3 |
+
Date: 2026-06-15
|
| 4 |
+
|
| 5 |
+
Status: sanitized disclosure record in the private responsible-disclosure lane.
|
| 6 |
+
|
| 7 |
+
## Summary
|
| 8 |
+
|
| 9 |
+
This record marks a Werkzeug private-disclosure thread that is past the 14-day
|
| 10 |
+
no-response review date under our responsible-disclosure rules.
|
| 11 |
+
|
| 12 |
+
Technical details are withheld. This note is not a technical report, a public
|
| 13 |
+
advisory, or a claim that the issue has been validated by a maintainer.
|
| 14 |
+
|
| 15 |
+
## Timeline
|
| 16 |
+
|
| 17 |
+
- First disclosure email sent: 2026-05-25.
|
| 18 |
+
- 14-day no-response review date: 2026-06-08.
|
| 19 |
+
- Moved from public-commitment staging into the private disclosure lane:
|
| 20 |
+
2026-06-15.
|
| 21 |
+
|
| 22 |
+
## Rules Applied
|
| 23 |
+
|
| 24 |
+
- The first disclosure email starts the review clock.
|
| 25 |
+
- If there is no acknowledgement or reply after 14 days, a sanitized disclosure
|
| 26 |
+
record can be reviewed.
|
| 27 |
+
- More detailed disclosure still requires separate human review.
|
| 28 |
+
- Private technical material remains reserved for an authorized security
|
| 29 |
+
responder.
|
| 30 |
+
|
| 31 |
+
## Limits
|
| 32 |
+
|
| 33 |
+
We are not claiming attacker control, current-version reachability, final
|
| 34 |
+
severity, affected-version scope, remediation status, maintainer validation, or
|
| 35 |
+
a public technical advisory.
|
manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"change_log_present": true,
|
| 3 |
-
"commitment_record_count":
|
| 4 |
"contact_receipt_row_count": 0,
|
| 5 |
"contains_exploit_code": false,
|
| 6 |
-
"contains_findings":
|
| 7 |
"contains_private_disclosure_receipts": false,
|
| 8 |
"contains_private_ledger_details": false,
|
| 9 |
"contains_private_public_commitment_stage_rows": false,
|
|
@@ -16,10 +16,11 @@
|
|
| 16 |
"disclosure_receipt_source_sha256s": [
|
| 17 |
"059c2676fb828ec3388033369db2b8cdffda19b58604df90006ba722601013d4"
|
| 18 |
],
|
|
|
|
| 19 |
"files": [
|
| 20 |
{
|
| 21 |
"path": "CHANGELOG.md",
|
| 22 |
-
"sha256": "
|
| 23 |
"size_bytes": 2035
|
| 24 |
},
|
| 25 |
{
|
|
@@ -27,20 +28,10 @@
|
|
| 27 |
"sha256": "3aab5666be75f1d73a717b9c2c294414ba60066dedf294a14747469d3297f35f",
|
| 28 |
"size_bytes": 1686
|
| 29 |
},
|
| 30 |
-
{
|
| 31 |
-
"path": "commitments/linux-kernel-virtualization-boundary-commitment-20260615.md",
|
| 32 |
-
"sha256": "fb837a4c92fc423322d22112313086773f86bdba94739ccb6c76660a575ba932",
|
| 33 |
-
"size_bytes": 1348
|
| 34 |
-
},
|
| 35 |
-
{
|
| 36 |
-
"path": "commitments/werkzeug-windows-path-boundary-commitment-20260615.md",
|
| 37 |
-
"sha256": "41257b5dfc7605e11c6ffad7f13408dac427bd2964a5ae211fef5b7f692f99dc",
|
| 38 |
-
"size_bytes": 1334
|
| 39 |
-
},
|
| 40 |
{
|
| 41 |
"path": "data/commitment_index.jsonl",
|
| 42 |
-
"sha256": "
|
| 43 |
-
"size_bytes":
|
| 44 |
},
|
| 45 |
{
|
| 46 |
"path": "data/contact_receipts.jsonl",
|
|
@@ -49,38 +40,48 @@
|
|
| 49 |
},
|
| 50 |
{
|
| 51 |
"path": "data/disclosure_receipt_rule_index.jsonl",
|
| 52 |
-
"sha256": "
|
| 53 |
"size_bytes": 1331
|
| 54 |
},
|
| 55 |
{
|
| 56 |
"path": "data/finding_index.jsonl",
|
| 57 |
-
"sha256": "
|
| 58 |
-
"size_bytes":
|
| 59 |
},
|
| 60 |
{
|
| 61 |
"path": "data/public_commitment_stage_index.jsonl",
|
| 62 |
-
"sha256": "
|
| 63 |
-
"size_bytes":
|
| 64 |
},
|
| 65 |
{
|
| 66 |
"path": "data/source_ledger_index.jsonl",
|
| 67 |
-
"sha256": "
|
| 68 |
"size_bytes": 1110
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"path": "data/timeline_receipts.jsonl",
|
| 72 |
-
"sha256": "
|
| 73 |
-
"size_bytes":
|
| 74 |
},
|
| 75 |
{
|
| 76 |
"path": "DATASET_POLICY.md",
|
| 77 |
"sha256": "fb20fe988dc3d042d3c2f9eb40a65c621e3bb78a568d003c411ec67490b96684",
|
| 78 |
"size_bytes": 1183
|
| 79 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
{
|
| 81 |
"path": "README.md",
|
| 82 |
-
"sha256": "
|
| 83 |
-
"size_bytes":
|
| 84 |
},
|
| 85 |
{
|
| 86 |
"path": "schemas/commitment_index.schema.json",
|
|
@@ -99,8 +100,8 @@
|
|
| 99 |
},
|
| 100 |
{
|
| 101 |
"path": "schemas/finding_index.schema.json",
|
| 102 |
-
"sha256": "
|
| 103 |
-
"size_bytes":
|
| 104 |
},
|
| 105 |
{
|
| 106 |
"path": "schemas/public_commitment_stage_index.schema.json",
|
|
@@ -119,13 +120,13 @@
|
|
| 119 |
},
|
| 120 |
{
|
| 121 |
"path": "manifest.json",
|
| 122 |
-
"sha256": "
|
| 123 |
-
"size_bytes":
|
| 124 |
}
|
| 125 |
],
|
| 126 |
-
"finding_row_count":
|
| 127 |
"future_findings_require_disclosure_clearance": true,
|
| 128 |
-
"generated_utc": "2026-06-
|
| 129 |
"hf_repo_id": "cjc0013/responsible-disclosure-evidence-index",
|
| 130 |
"manifest_version": "responsible_disclosure_hf_dataset_lane_v1",
|
| 131 |
"private_disclosure_ledger_link_row_count": 0,
|
|
@@ -140,11 +141,11 @@
|
|
| 140 |
"private_public_commitment_stage_row_count": 0,
|
| 141 |
"public_actions_allowed_for_this_empty_scaffold": false,
|
| 142 |
"public_actions_allowed_for_this_local_bundle": false,
|
| 143 |
-
"public_commitment_stage_candidate_count":
|
| 144 |
"public_commitment_stage_grace_days": 7,
|
| 145 |
"public_commitment_stage_safety_boundary": "Public stage rows contain aggregate grace-period timing only. Detailed commitment-stage receipt mappings remain private until individually cleared.",
|
| 146 |
-
"public_commitment_stage_summary_count":
|
| 147 |
-
"public_release_review_state": "
|
| 148 |
"public_safe_commitment_records_allowed": true,
|
| 149 |
"public_safe_disclosure_receipt_rule_summaries_allowed": true,
|
| 150 |
"public_safe_public_commitment_stage_summaries_allowed": true,
|
|
@@ -163,11 +164,11 @@
|
|
| 163 |
},
|
| 164 |
"source_ledger_safety_boundary": "Public source-ledger rows contain safe linkage and provenance only. Detailed rows remain private until individually cleared.",
|
| 165 |
"source_ledger_sha256s": [
|
| 166 |
-
"
|
| 167 |
],
|
| 168 |
-
"status": "
|
| 169 |
"timeline_receipt_row_count": 3,
|
| 170 |
"title": "Responsible Disclosure Evidence Index",
|
| 171 |
"upload_performed": true,
|
| 172 |
-
"upload_visibility": "
|
| 173 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"change_log_present": true,
|
| 3 |
+
"commitment_record_count": 1,
|
| 4 |
"contact_receipt_row_count": 0,
|
| 5 |
"contains_exploit_code": false,
|
| 6 |
+
"contains_findings": true,
|
| 7 |
"contains_private_disclosure_receipts": false,
|
| 8 |
"contains_private_ledger_details": false,
|
| 9 |
"contains_private_public_commitment_stage_rows": false,
|
|
|
|
| 16 |
"disclosure_receipt_source_sha256s": [
|
| 17 |
"059c2676fb828ec3388033369db2b8cdffda19b58604df90006ba722601013d4"
|
| 18 |
],
|
| 19 |
+
"disclosure_record_count": 2,
|
| 20 |
"files": [
|
| 21 |
{
|
| 22 |
"path": "CHANGELOG.md",
|
| 23 |
+
"sha256": "222ad133cfe2782ec24f52f36d4578c1e67cd511fd9c8250e642f5fb336f58ac",
|
| 24 |
"size_bytes": 2035
|
| 25 |
},
|
| 26 |
{
|
|
|
|
| 28 |
"sha256": "3aab5666be75f1d73a717b9c2c294414ba60066dedf294a14747469d3297f35f",
|
| 29 |
"size_bytes": 1686
|
| 30 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
{
|
| 32 |
"path": "data/commitment_index.jsonl",
|
| 33 |
+
"sha256": "8d93766b2eda90a70e68aba4bbc552680a0c092f1192e5e1f6e0e9f57af77c61",
|
| 34 |
+
"size_bytes": 1268
|
| 35 |
},
|
| 36 |
{
|
| 37 |
"path": "data/contact_receipts.jsonl",
|
|
|
|
| 40 |
},
|
| 41 |
{
|
| 42 |
"path": "data/disclosure_receipt_rule_index.jsonl",
|
| 43 |
+
"sha256": "523a6bc9313c7fb41a3026d163a9fde25fe60b65a4942978b511e7421b74b3aa",
|
| 44 |
"size_bytes": 1331
|
| 45 |
},
|
| 46 |
{
|
| 47 |
"path": "data/finding_index.jsonl",
|
| 48 |
+
"sha256": "ed86c82b0f182bc4ead0b230deca3a90b2500ee7b55727171aa6712dbb5b9673",
|
| 49 |
+
"size_bytes": 2714
|
| 50 |
},
|
| 51 |
{
|
| 52 |
"path": "data/public_commitment_stage_index.jsonl",
|
| 53 |
+
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
| 54 |
+
"size_bytes": 0
|
| 55 |
},
|
| 56 |
{
|
| 57 |
"path": "data/source_ledger_index.jsonl",
|
| 58 |
+
"sha256": "1ff600e19563afdd4d8828b70411379991c626a2f59f545a423d60c8dd989929",
|
| 59 |
"size_bytes": 1110
|
| 60 |
},
|
| 61 |
{
|
| 62 |
"path": "data/timeline_receipts.jsonl",
|
| 63 |
+
"sha256": "c4ea71d316913bf14e3b46f964e72af4280a7e31d3e3c51f5a1b05e3e522bd68",
|
| 64 |
+
"size_bytes": 1118
|
| 65 |
},
|
| 66 |
{
|
| 67 |
"path": "DATASET_POLICY.md",
|
| 68 |
"sha256": "fb20fe988dc3d042d3c2f9eb40a65c621e3bb78a568d003c411ec67490b96684",
|
| 69 |
"size_bytes": 1183
|
| 70 |
},
|
| 71 |
+
{
|
| 72 |
+
"path": "disclosures/linux-kernel-virtualization-boundary-disclosure-20260615.md",
|
| 73 |
+
"sha256": "cb1f59de1ad530a26423b1a9d4bc015d71c44672795219dd8489806c944fe43e",
|
| 74 |
+
"size_bytes": 1182
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"path": "disclosures/werkzeug-windows-path-boundary-disclosure-20260615.md",
|
| 78 |
+
"sha256": "a3ffd6d75b6945b2b1c99fe3a76843988b27fa81e3ed474726650c8250e2dea3",
|
| 79 |
+
"size_bytes": 1172
|
| 80 |
+
},
|
| 81 |
{
|
| 82 |
"path": "README.md",
|
| 83 |
+
"sha256": "3e5c06ae83edd7f3d5680d2c9b184f2e68c0b4986fb4b0ef1603f53b4127bf0f",
|
| 84 |
+
"size_bytes": 2880
|
| 85 |
},
|
| 86 |
{
|
| 87 |
"path": "schemas/commitment_index.schema.json",
|
|
|
|
| 100 |
},
|
| 101 |
{
|
| 102 |
"path": "schemas/finding_index.schema.json",
|
| 103 |
+
"sha256": "0dcdf50cd67d0f3ef93872dad39d57850d9871b756a424c0e3568b97efef3721",
|
| 104 |
+
"size_bytes": 1741
|
| 105 |
},
|
| 106 |
{
|
| 107 |
"path": "schemas/public_commitment_stage_index.schema.json",
|
|
|
|
| 120 |
},
|
| 121 |
{
|
| 122 |
"path": "manifest.json",
|
| 123 |
+
"sha256": "f13266b25a2babf97a2ed599bebedb1c2939b3c176a7741fb4e2fd427df94453",
|
| 124 |
+
"size_bytes": 6738
|
| 125 |
}
|
| 126 |
],
|
| 127 |
+
"finding_row_count": 2,
|
| 128 |
"future_findings_require_disclosure_clearance": true,
|
| 129 |
+
"generated_utc": "2026-06-15T17:07:18+00:00",
|
| 130 |
"hf_repo_id": "cjc0013/responsible-disclosure-evidence-index",
|
| 131 |
"manifest_version": "responsible_disclosure_hf_dataset_lane_v1",
|
| 132 |
"private_disclosure_ledger_link_row_count": 0,
|
|
|
|
| 141 |
"private_public_commitment_stage_row_count": 0,
|
| 142 |
"public_actions_allowed_for_this_empty_scaffold": false,
|
| 143 |
"public_actions_allowed_for_this_local_bundle": false,
|
| 144 |
+
"public_commitment_stage_candidate_count": 0,
|
| 145 |
"public_commitment_stage_grace_days": 7,
|
| 146 |
"public_commitment_stage_safety_boundary": "Public stage rows contain aggregate grace-period timing only. Detailed commitment-stage receipt mappings remain private until individually cleared.",
|
| 147 |
+
"public_commitment_stage_summary_count": 0,
|
| 148 |
+
"public_release_review_state": "private_hf_sanitized_disclosures_visible_to_repo_members",
|
| 149 |
"public_safe_commitment_records_allowed": true,
|
| 150 |
"public_safe_disclosure_receipt_rule_summaries_allowed": true,
|
| 151 |
"public_safe_public_commitment_stage_summaries_allowed": true,
|
|
|
|
| 164 |
},
|
| 165 |
"source_ledger_safety_boundary": "Public source-ledger rows contain safe linkage and provenance only. Detailed rows remain private until individually cleared.",
|
| 166 |
"source_ledger_sha256s": [
|
| 167 |
+
"f24fa255dcdb0d1144fe32697de269d18ce4293f02bb8d0ea681c8035c4461dd"
|
| 168 |
],
|
| 169 |
+
"status": "private_uploaded_sanitized_disclosure_records_technical_details_withheld",
|
| 170 |
"timeline_receipt_row_count": 3,
|
| 171 |
"title": "Responsible Disclosure Evidence Index",
|
| 172 |
"upload_performed": true,
|
| 173 |
+
"upload_visibility": "private"
|
| 174 |
}
|
schemas/finding_index.schema.json
CHANGED
|
@@ -11,6 +11,12 @@
|
|
| 11 |
"affected_area": {
|
| 12 |
"type": "string"
|
| 13 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"disclosure_state": {
|
| 15 |
"description": "Examples: acknowledged_engaged, cleared_by_maintainer, public_fix_available, no_response_two_week_window_elapsed.",
|
| 16 |
"type": "string"
|
|
@@ -27,6 +33,9 @@
|
|
| 27 |
"proof_manifest_sha256": {
|
| 28 |
"type": "string"
|
| 29 |
},
|
|
|
|
|
|
|
|
|
|
| 30 |
"public_safe_summary": {
|
| 31 |
"type": "string"
|
| 32 |
},
|
|
@@ -36,20 +45,35 @@
|
|
| 36 |
"record_id": {
|
| 37 |
"type": "string"
|
| 38 |
},
|
|
|
|
|
|
|
|
|
|
| 39 |
"severity_estimate": {
|
| 40 |
"type": "string"
|
| 41 |
},
|
|
|
|
|
|
|
|
|
|
| 42 |
"validation_summary": {
|
| 43 |
"type": "string"
|
|
|
|
|
|
|
|
|
|
| 44 |
}
|
| 45 |
},
|
| 46 |
"required": [
|
| 47 |
"record_id",
|
|
|
|
| 48 |
"project",
|
| 49 |
"disclosure_state",
|
| 50 |
"public_safe_summary",
|
| 51 |
"validation_summary",
|
| 52 |
"proof_manifest_sha256",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
"published_utc"
|
| 54 |
],
|
| 55 |
"title": "Responsible disclosure finding index row",
|
|
|
|
| 11 |
"affected_area": {
|
| 12 |
"type": "string"
|
| 13 |
},
|
| 14 |
+
"disclosure_path": {
|
| 15 |
+
"type": "string"
|
| 16 |
+
},
|
| 17 |
+
"disclosure_sha256": {
|
| 18 |
+
"type": "string"
|
| 19 |
+
},
|
| 20 |
"disclosure_state": {
|
| 21 |
"description": "Examples: acknowledged_engaged, cleared_by_maintainer, public_fix_available, no_response_two_week_window_elapsed.",
|
| 22 |
"type": "string"
|
|
|
|
| 33 |
"proof_manifest_sha256": {
|
| 34 |
"type": "string"
|
| 35 |
},
|
| 36 |
+
"public_action_state": {
|
| 37 |
+
"type": "string"
|
| 38 |
+
},
|
| 39 |
"public_safe_summary": {
|
| 40 |
"type": "string"
|
| 41 |
},
|
|
|
|
| 45 |
"record_id": {
|
| 46 |
"type": "string"
|
| 47 |
},
|
| 48 |
+
"record_type": {
|
| 49 |
+
"type": "string"
|
| 50 |
+
},
|
| 51 |
"severity_estimate": {
|
| 52 |
"type": "string"
|
| 53 |
},
|
| 54 |
+
"technical_packet_state": {
|
| 55 |
+
"type": "string"
|
| 56 |
+
},
|
| 57 |
"validation_summary": {
|
| 58 |
"type": "string"
|
| 59 |
+
},
|
| 60 |
+
"visible_utc": {
|
| 61 |
+
"type": "string"
|
| 62 |
}
|
| 63 |
},
|
| 64 |
"required": [
|
| 65 |
"record_id",
|
| 66 |
+
"record_type",
|
| 67 |
"project",
|
| 68 |
"disclosure_state",
|
| 69 |
"public_safe_summary",
|
| 70 |
"validation_summary",
|
| 71 |
"proof_manifest_sha256",
|
| 72 |
+
"disclosure_path",
|
| 73 |
+
"disclosure_sha256",
|
| 74 |
+
"technical_packet_state",
|
| 75 |
+
"public_action_state",
|
| 76 |
+
"visible_utc",
|
| 77 |
"published_utc"
|
| 78 |
],
|
| 79 |
"title": "Responsible disclosure finding index row",
|