pdfium/unsafe_buffers_paths.txt
Tom Sepez 4fab2ee66f Opt more testing/ sub-directories into unsafe buffers.
Remove the per-directory suppression, and suppress individual lines in
the files originated by PDFium. Help to avoid new unsafe usage from
being added in any future CLs.

Change-Id: I6b8591ecbf74c4857a02c6f4c28167bde0ce890d
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/149130
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
2026-06-04 16:58:35 -07:00

20 lines
457 B
Plaintext

# Copyright 2024 The PDFium Authors. 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 enforce
.buffers,libc,unique_ptr
# These directories are excluded because they come from outside PDFium and
# we don't have control over their contents.
-samples/
-skia/
-testing/gmock/
-testing/gtest/
-testing/image_diff/
-third_party/
-tools/
-v8/