mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
Also: - support per-directory and per-upper-directory whitelist entries. - convert badlist input grep tweak into the above format. (except for 'And' which had just a few hits.) - fix many code exceptions, but do not enforce. (there also remain about 350 'will' uses in lib) - fix badwords in example code, drop exceptions. - badwords-all: convert to Perl. To make it usable from CMake. - FAQ: reword to not use 'will'. Drop exception. Closes #20886
16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
#
|
|
# whitelisted uses of bad words
|
|
# file:[line]:rule
|
|
lib/urldata.h:: url
|
|
include/curl/::will
|
|
lib/::But
|
|
lib/::So
|
|
lib/::will
|
|
lib/::Will
|
|
lib/::WILL
|
|
src/::will
|
|
src/::Will
|