Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict

Issue 2582323004: Migrate static transport security state fuzzer to LibFuzzer. (Closed)
Patch Set: Add a dictionary. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict
diff --git a/net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict b/net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict
new file mode 100644
index 0000000000000000000000000000000000000000..8c0f09ebd3ef68084bd8aeeb25f2e10ea2ad0a8a
--- /dev/null
+++ b/net/data/fuzzer_dictionaries/net_http_transport_security_state_fuzzer.dict
@@ -0,0 +1,62 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+# Fuzzer dictionary targetting (static) transport security state lookups.
+
+"xn--"
+
+# Common preloaded TLDs
+"com"
+"org"
+"org"
+"de"
+"cn"
+"net"
+"eu"
+"nl"
+"net"
+"us"
+"co.uk"
+
+# Characters in the Huffman Tree
+"\x00"
+"-"
+"."
+"0"
+"1"
+"2"
+"3"
+"4"
+"5"
+"6"
+"7"
+"8"
+"9"
+"a"
+"b"
+"c"
+"d"
+"e"
+"f"
+"g"
+"h"
+"i"
+"j"
+"k"
+"l"
+"m"
+"n"
+"o"
+"p"
+"q"
+"r"
+"s"
+"t"
+"u"
+"v"
+"w"
+"x"
+"y"
+"z"
+"\x7F"

Powered by Google App Engine
This is Rietveld 408576698