tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

unsafe_buffers_paths.txt (758B)


      1 # Copyright 2024 The Chromium Project. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 # See `docs/unsafe_buffers.md`.
      6 
      7 # Checks to enable
      8 .buffers,libc
      9 
     10 # Directories to exempt from checks
     11 -base/allocator/
     12 -base/third_party/
     13 -codelabs/  # Examples, keep simple.
     14 -chrome/browser/platform_experience/win/
     15 -chrome/chrome_elf/third_party_dlls/
     16 -chrome/elevation_service/internal/
     17 -chrome/installer/mac/third_party/
     18 -chromeos/assistant/internal
     19 -components/optimization_guide/internal/
     20 -ios/
     21 -ios_internal/
     22 -native_client/
     23 -net/third_party/
     24 -ppapi/
     25 -testing/iossim/
     26 -third_party/
     27 +third_party/blink/
     28 +third_party/ipcz/
     29 -tools/
     30 -ui/gl/  # Unsafe generated files.
     31 -url/third_party/
     32 -v8/