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

Issue 2753703002: Add Expect-CT header parsing (Closed)

Created:
3 years, 9 months ago by estark
Modified:
3 years, 8 months ago
Reviewers:
mmoroz, mattm
CC:
chromium-reviews, cbentzel+watch_chromium.org, fuzzing_chromium.org, net-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Expect-CT header parsing This CL implements parsing of the Expect-CT HTTP header (draft spec at https://tools.ietf.org/html/draft-ietf-httpbis-expect-ct-00). BUG=679012 Review-Url: https://codereview.chromium.org/2753703002 Cr-Commit-Position: refs/heads/master@{#466386} Committed: https://chromium.googlesource.com/chromium/src/+/a57e81656f11b9ec7de47d3fdbe8aa297311b5fa

Patch Set 1 #

Patch Set 2 : fix fuzzer #

Patch Set 3 : rebase #

Patch Set 4 : rebase #

Patch Set 5 : update syntax to comma-separated list, per spec change #

Patch Set 6 : rebase #

Patch Set 7 : comment tweaks #

Total comments: 14

Patch Set 8 : mattm comments #

Total comments: 4

Patch Set 9 : add seed corpus, mattm nit #

Patch Set 10 : add txt extensions to seed corpus #

Unified diffs Side-by-side diffs Delta from patch set Stats (+558 lines, -1 line) Patch
M net/BUILD.gn View 1 2 3 4 5 6 7 8 3 chunks +16 lines, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_000.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_001.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_002.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_003.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_004.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_005.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_006.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_007.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_008.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_009.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_010.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_011.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_012.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_013.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_014.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_015.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_016.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_017.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_018.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_019.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_020.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_021.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_022.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_023.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_024.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_025.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_026.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_027.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_028.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_029.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_030.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_031.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_032.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_033.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_034.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_035.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_036.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_037.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_038.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_039.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_040.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_041.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_042.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_043.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_044.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_045.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_046.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_047.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_048.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_049.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_050.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_051.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_052.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_053.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_054.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_055.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_056.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_057.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_058.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_059.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_060.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_061.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_062.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_063.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_064.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_065.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_066.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_067.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_068.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_069.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_070.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_071.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_072.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_073.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_074.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_075.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_076.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_077.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_078.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_079.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_080.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_081.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_082.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_083.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_084.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_085.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_086.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_087.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_088.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_089.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_090.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_091.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_092.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_093.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_094.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_095.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_096.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_097.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_098.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_099.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_100.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_101.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_102.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_103.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_104.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_105.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_106.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_107.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_108.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_109.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_110.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_111.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_112.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_113.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_114.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_115.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_116.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_117.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_118.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_119.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_120.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_121.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_122.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_123.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_124.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_125.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_126.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_127.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_128.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_129.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_130.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_131.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_132.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_133.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_134.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_135.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
A net/data/fuzzer_data/http_security_headers/http_security_header_136.txt View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M net/data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M net/http/http_security_headers.h View 1 2 3 4 5 6 2 chunks +20 lines, -0 lines 0 comments Download
M net/http/http_security_headers.cc View 1 2 3 4 5 6 7 8 1 chunk +74 lines, -0 lines 0 comments Download
A net/http/http_security_headers_expect_ct_fuzzer.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M net/http/http_security_headers_unittest.cc View 1 2 3 4 5 6 7 1 chunk +287 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 43 (34 generated)
estark
mattm: next Expect-CT CL, PTAL. (I know I'm sending you lots of these -- there's ...
3 years, 8 months ago (2017-04-18 22:59:15 UTC) #18
mattm
https://codereview.chromium.org/2753703002/diff/120001/net/http/http_security_headers.cc File net/http/http_security_headers.cc (right): https://codereview.chromium.org/2753703002/diff/120001/net/http/http_security_headers.cc#newcode382 net/http/http_security_headers.cc:382: value.begin(), value.end(), ',', Am I reading the draft wrong ...
3 years, 8 months ago (2017-04-20 05:48:29 UTC) #21
estark
https://codereview.chromium.org/2753703002/diff/120001/net/http/http_security_headers.cc File net/http/http_security_headers.cc (right): https://codereview.chromium.org/2753703002/diff/120001/net/http/http_security_headers.cc#newcode382 net/http/http_security_headers.cc:382: value.begin(), value.end(), ',', On 2017/04/20 05:48:29, mattm wrote: > ...
3 years, 8 months ago (2017-04-20 22:36:09 UTC) #24
mattm
lgtm https://codereview.chromium.org/2753703002/diff/140001/net/http/http_security_headers.cc File net/http/http_security_headers.cc (right): https://codereview.chromium.org/2753703002/diff/140001/net/http/http_security_headers.cc#newcode408 net/http/http_security_headers.cc:408: if (!name_value_pairs.value().empty()) { nit: don't need the braces ...
3 years, 8 months ago (2017-04-21 05:15:53 UTC) #27
mmoroz
Thanks Emily for adding a fuzz target together with a new feature, that's awesome! https://codereview.chromium.org/2753703002/diff/140001/net/BUILD.gn ...
3 years, 8 months ago (2017-04-21 13:17:58 UTC) #29
estark
https://codereview.chromium.org/2753703002/diff/140001/net/BUILD.gn File net/BUILD.gn (right): https://codereview.chromium.org/2753703002/diff/140001/net/BUILD.gn#newcode5719 net/BUILD.gn:5719: dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" On 2017/04/21 13:17:58, mmoroz wrote: > ...
3 years, 8 months ago (2017-04-21 16:37:31 UTC) #34
mmoroz
LGTM for fuzzing stuff, thanks!
3 years, 8 months ago (2017-04-21 17:52:19 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2753703002/180001
3 years, 8 months ago (2017-04-21 17:53:31 UTC) #40
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 18:01:27 UTC) #43
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://chromium.googlesource.com/chromium/src/+/a57e81656f11b9ec7de47d3fdbe8...

Powered by Google App Engine
This is Rietveld 408576698