summaryrefslogtreecommitdiff
path: root/chromium/net/data/fuzzer_dictionaries/net_cookies_fuzzer.dict
blob: df258371102a8281d2b489a06da4169c98ee2c3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Fuzzer dictionary for cookie lines fuzzers.

# Primary delimiters:
" "
"\x09"
"="
";"

# Keywords:
"Expires"
"Max-Age"
"Domain"
"Path"
"Secure"
"HttpOnly"
"SameSite"
"SameParty"
"Strict"
"Lax"
"None"
"Default"
"__Secure-"
"__Host-"
"Priority"
"Partitioned"

# Truncating characters:
"\x00"
"\x0A"
"\x0D"

# Invalid characters (only a few):
"\x01"
"\x7F"

# Characters with special significance to the Path attribute:
"/"

# Characters with special significance to the Domain attribute:
"."
# TLD and eTLD
".com"
".co.uk"

# Characters with special significance to the Max-Age attribute:
"-"