Skip to content

Commit

Permalink
post M124 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed May 17, 2024
1 parent 3418fe4 commit 9dc76aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
– USB data validation bug [CVE-2023-5482](https://github.com/advisories/GHSA-7cjp-92p9-vr97) - Fixed in M120

– USB integer overflow bug [CVE-2023-5849](https://github.com/advisories/GHSA-pq78-6h8h-rcf4) - Fixed in M120

– Use after free bug [CVE-2024-4671](https://nvd.nist.gov/vuln/detail/CVE-2024-4671) - Fixed in M124
2 changes: 1 addition & 1 deletion infra/PATCHES.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Allow all HEVC Video Profiles to Play Patch - https://github.com/StaZhu/enable-c
Enable multi-threaded HEVC decoding - https://github.com/RobRich999/Chromium_Clang/blob/649f66dc041a72467c02d76e8d1fe00ee06d8276/Linux/linux64-avx.patch#L295
- Made by RobRich999

Enable AC3 and EAC3 for HEVC Patch - https://github.com/Muril-o/electron-chromium-codecs/tree/main/v25.1.0
Enable AC3 and EAC3 for HEVC Patch - https://github.com/Muril-o/electron-chromium-codecs/tree/main/v29.1.4
- Modified by midzer and me.
- https://github.com/Alex313031/thorium/commit/a2e49dd2fe00e4c6fa882a41e8a1a27f93bedfff AND
- https://github.com/Alex313031/thorium/commit/7d0b4f045ce0e16ea9edb05a4dc056a1d4583752#diff-09b3d55a8198fc42186bfd6bf5869fe78b8edad6f67e75b78228446f1d7cf66f
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/browser/thorium_flag_entries.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Disable Thorium Custom DNS Config",
"Disables the custom DNS configuration used by default in Thorium. Useful when this config breaks something, "
"due to external apps or a non-standard system DNS config setting.",
kOsDesktop, SINGLE_VALUE_TYPE("disable-thorium-icons")},
kOsDesktop, SINGLE_VALUE_TYPE("disable-thorium-dns-config")},
{"side-panel-journeys",
"Side Panel Journeys",
"Enables Journeys within the Side Panel.",
Expand Down

0 comments on commit 9dc76aa

Please sign in to comment.