pdfium/unsafe_buffers_paths.txt
Tom Sepez df8678ac2d Remove base/ from PDFium unsafe_buffer_paths.txt file
Recent changes to partition alloc have made its files able to stand
up to this scrutiny.

Change-Id: I2fcf8fd91e7c392db83001056f9c34a76c5e47ba
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/134750
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
2025-08-04 13:11:43 -07:00

18 lines
403 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
# These directories are excluded because they come from outside PDFium and
# we don't have control over their contents.
-samples/
-skia/
-testing/
-third_party/
-tools/
-v8/