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

Unified Diff: net/BUILD.gn

Issue 2753703002: Add Expect-CT header parsing (Closed)
Patch Set: mattm comments Created 3 years, 8 months 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/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 36c0fa441d285835c5cf00d3710aa55e8611f708..db6d2ea5393150f6efaec9663463656e640c7158 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -5706,6 +5706,19 @@ fuzzer_test("net_auth_challenge_tokenizer_fuzzer") {
]
}
+fuzzer_test("net_http_security_headers_expect_ct_fuzzer") {
+ sources = [
+ "http/http_security_headers_expect_ct_fuzzer.cc",
+ ]
+ deps = [
+ ":net_fuzzer_test_support",
+ "//base",
+ "//net",
+ "//url",
+ ]
+ dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict"
mmoroz 2017/04/21 13:17:58 I believe it also would be great to have a `seed_c
estark 2017/04/21 16:37:31 Thanks for the tip! I added a seed corpus of the d
+}
+
fuzzer_test("net_http_security_headers_hsts_fuzzer") {
sources = [
"http/http_security_headers_hsts_fuzzer.cc",
« no previous file with comments | « no previous file | net/data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict » ('j') | net/http/http_security_headers.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698