| # Copyright 2024 The Chromium Project. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # See `docs/unsafe_buffers.md`. |
| |
| # Checks to enable. |
| .buffers,libc |
| |
| # Path to source root from the directory containing this file. |
| $../../ |
| |
| # Directories to exempt from checks, relative to source root. |
| -base/third_party/ |
| -codelabs/ # Examples, keep simple. |
| -chrome/browser/platform_experience/win/ |
| -chrome/chrome_elf/third_party_dlls/ |
| -chrome/elevation_service/internal/ |
| -chrome/installer/mac/third_party/ |
| -chromeos/assistant/internal |
| -components/optimization_guide/internal/ |
| -ios/third_party/ |
| -net/third_party/ |
| -services/shape_detection/internal/barhopper/ |
| -testing/iossim/ |
| -third_party/ |
| +third_party/blink/ |
| +third_party/jni_zero/ |
| +third_party/ipcz/ |
| +third_party/liburlpattern/ |
| -tools/ |
| -ui/gl/ # Unsafe generated files. |
| -url/third_party/ |
| -v8/ |