)]}'
{
  "commit": "264672252c4e379c566fdd2783ecfbd2eca685ce",
  "tree": "8b0e54e67deb573a9d2a562b28da4eb29c8197be",
  "parents": [
    "d69c73211ac12e4435fa2cb68962db90353fc048",
    "663d082bd9b963e2aef95a5c57d5f04229022ee6"
  ],
  "author": {
    "name": "Jonathan Brouwer",
    "email": "jonathantbrouwer@gmail.com",
    "time": "Thu Jul 16 21:01:52 2026 +0200"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Jul 16 21:01:52 2026 +0200"
  },
  "message": "Rollup merge of #159395 - renovate-bot:renovate/crate-tracing-subscriber-vulnerability, r\u003djieyouxu\n\nUpdate Rust crate tracing-subscriber [SECURITY]\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [tracing-subscriber](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tracing)) | dependencies | patch | `0.3.20` → `0.3.22` |\n| [tracing-subscriber](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tracing)) | dependencies | patch | `0.3.19` → `0.3.20` |\n| [tracing-subscriber](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tracing)) | dev-dependencies | patch | `0.3.20` → `0.3.22` |\n\n---\n\n###  Tracing logging user input may result in poisoning logs with ANSI escape sequences\n[CVE-2025-58160](https://nvd.nist.gov/vuln/detail/CVE-2025-58160) / [GHSA-xwfj-jgwm-7wp5](https://redirect.github.com/advisories/GHSA-xwfj-jgwm-7wp5)\n\n\u003cdetails\u003e\n\u003csummary\u003eMore information\u003c/summary\u003e\n\n#### Details\n##### Impact\n\nPrevious versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:\n\n- Manipulate terminal title bars\n- Clear screens or modify terminal display\n- Potentially mislead users through terminal manipulation\n\nIn isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.\n\n##### Patches\n\n`tracing-subscriber` version 0.3.20 fixes this vulnerability by escaping ANSI control characters in when writing events to destinations that may be printed to the terminal.\n\n##### Workarounds\n\nAvoid printing logs to terminal emulators without escaping ANSI control sequences.\n\n##### References\n\nhttps://www.packetlabs.net/posts/weaponizing-ansi-escape-sequences/\n\n##### Acknowledgments\n\nWe would like to thank [zefr0x](http://github.com/zefr0x) who responsibly reported the issue at `security@tokio.rs`.\n\nIf you believe you have found a security vulnerability in any tokio-rs project, please email us at `security@tokio.rs`.\n\n#### Severity\n- CVSS Score: 2.3 / 10 (Low)\n- Vector String: `CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N`\n\n#### References\n- [https://github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5](https://redirect.github.com/tokio-rs/tracing/security/advisories/GHSA-xwfj-jgwm-7wp5)\n- [https://nvd.nist.gov/vuln/detail/CVE-2025-58160](https://nvd.nist.gov/vuln/detail/CVE-2025-58160)\n- [https://rustsec.org/advisories/RUSTSEC-2025-0055.html](https://rustsec.org/advisories/RUSTSEC-2025-0055.html)\n- [https://github.com/advisories/GHSA-xwfj-jgwm-7wp5](https://redirect.github.com/advisories/GHSA-xwfj-jgwm-7wp5)\n\nThis data is provided by the [GitHub Advisory Database](https://redirect.github.com/advisories/GHSA-xwfj-jgwm-7wp5) ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).\n\u003c/details\u003e\n\n---\n\n### Release Notes\n\n\u003cdetails\u003e\n\u003csummary\u003etokio-rs/tracing (tracing-subscriber)\u003c/summary\u003e\n\n### [`v0.3.22`](https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.22): tracing-subscriber 0.3.22\n\n[Compare Source](https://redirect.github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.21...tracing-subscriber-0.3.22)\n\n##### Important\n\nThe previous release [0.3.21] was yanked as it depended explicitly on\n[tracing-0.1.42], which was yanked due to a breaking change (see [#\u0026rust-lang/rust#8203;3424] for\ndetails). This release contains all the changes from the previous release, plus\nan update to the newer version of `tracing`.\n\n##### Changed\n\n- `tracing`: updated to 0.1.43 ([#\u0026rust-lang/rust#8203;3427])\n\n[#\u0026rust-lang/rust#8203;3424]: https://redirect.github.com/tokio-rs/tracing/pull/3424\n\n[#\u0026rust-lang/rust#8203;3427]: https://redirect.github.com/tokio-rs/tracing/pull/3427\n\n[0.3.21]: https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21\n\n[tracing-0.1.42]: https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42\n\n### [`v0.3.21`](https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-subscriber-0.3.21): tracing-subscriber 0.3.21\n\n[Compare Source](https://redirect.github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.20...tracing-subscriber-0.3.21)\n\n##### Fixed\n\n- Change registry exit to decrement local span ref only ([#\u0026rust-lang/rust#8203;3331])\n- Make Layered propagate `on_register_dispatch` ([#\u0026rust-lang/rust#8203;3379])\n\n##### Changed\n\n- `tracing`: updated to 0.1.42 ([#\u0026rust-lang/rust#8203;3418])\n\n##### Performance\n\n- Remove `clone_span` on enter ([#\u0026rust-lang/rust#8203;3289])\n\n##### Documented\n\n- Fix a few small things in the format module ([#\u0026rust-lang/rust#8203;3339])\n- Fix extra closing brace in layer docs ([#\u0026rust-lang/rust#8203;3350])\n- Fix link in `FmtSpan` docs ([#\u0026rust-lang/rust#8203;3411])\n\n[#\u0026rust-lang/rust#8203;3289]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3289\n\n[#\u0026rust-lang/rust#8203;3331]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3331\n\n[#\u0026rust-lang/rust#8203;3339]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3339\n\n[#\u0026rust-lang/rust#8203;3350]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3350\n\n[#\u0026rust-lang/rust#8203;3379]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3379\n\n[#\u0026rust-lang/rust#8203;3411]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3411\n\n[#\u0026rust-lang/rust#8203;3418]: https://redirect.github.com/tokio-rs/tracing/pull/#\u0026rust-lang/rust#8203;3418\n\n\u003c/details\u003e\n\n---\n\n### Configuration\n\n📅 **Schedule**: (UTC)\n\n- Branch creation\n  - At any time (no schedule defined)\n- Automerge\n  - At any time (no schedule defined)\n\n🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that\u0027s undesired.\n\n---\n\n - [ ] \u003c!-- rebase-check --\u003eIf you want to rebase/retry this PR, check this box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/rust-lang/rust).\n\u003c!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--\u003e\n",
  "tree_diff": []
}
