caddy/caddyconfig/caddyfile
Mohammed Al Sahaf 3634c4593f
ci: fuzz: skip fuzz data that contains import (#3214)
Thus far the fuzzers have found a few crashers in the Caddyfile parser. However, the fuzzer have been stuck at import glob expansion after import glob expansion, which aren't reproducible.
2020-04-02 10:40:21 -06:00
..
testdata Implement config adapters and beginning of Caddyfile adapter 2019-08-09 12:05:47 -06:00
adapter.go caddytls: Refactor certificate selection policies (close #1575) 2020-04-01 20:49:35 -06:00
dispenser.go caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers 2020-02-14 11:01:09 -07:00
dispenser_test.go caddyfile: Export NewTestDispenser() (close #2930) 2020-04-01 16:34:54 -06:00
formatter.go caddyfile: Minor fixes to the formatter 2020-03-29 13:53:00 -06:00
formatter_test.go caddyfile: Minor fixes to the formatter 2020-03-29 13:53:00 -06:00
lexer.go v2: Make tests work on Windows (#2782) 2019-10-15 16:05:53 -06:00
lexer_test.go v2: Make tests work on Windows (#2782) 2019-10-15 16:05:53 -06:00
parse.go caddyfile: expand environment variables within caddy files (#3082) 2020-02-26 16:06:34 -07:00
parse_fuzz.go ci: fuzz: skip fuzz data that contains import (#3214) 2020-04-02 10:40:21 -06:00
parse_test.go caddyfile: Export NewTestDispenser() (close #2930) 2020-04-01 16:34:54 -06:00