forked from narfindustries/http-garden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanomalies.yml
65 lines (65 loc) · 1.52 KB
/
anomalies.yml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# This yaml file tracks the acceptable parsing anomalies in the servers.
aiohttp:
allows-missing-host-header: true
apache:
allows-http-0-9: true
translates-chunked-to-cl: true
beast:
allows-missing-host-header: true
cherrypy:
requires-length-in-post: true
daphne:
allows-missing-host-header: true
deno:
allows-missing-host-header: true
doesnt-support-version: true
fasthttp:
allows-http-0-9: true
translates-chunked-to-cl: true
allows-missing-host-header: true
gunicorn:
header-name-translation: {"-": "_"}
h2o:
added-headers: [['host', '0.0.0.0']]
allows-missing-host-header: true
header-name-translation: {"-": "_"}
hyper:
allows-missing-host-header: true
jetty:
allows-http-0-9: true
libevent:
allows-missing-host-header: true
lighttpd:
added-headers: [['content-length', '0']]
translates-chunked-to-cl: true
requires-length-in-post: true
mongoose:
allows-missing-host-header: true
nginx:
allows-http-0-9: true
nodejs:
allows-http-0-9: true
ols:
translates-chunked-to-cl: true
allows-missing-host-header: true
passenger:
allows-http-0-9: true
allows-missing-host-header: true
doesnt-support-version: true
tomcat:
allows-http-0-9: true
tornado:
allows-missing-host-header: true
uhttpd:
allows-missing-host-header: true
unicorn:
allows-http-0-9: true
allows-missing-host-header: true
waitress:
allows-http-0-9: true
allows-missing-host-header: true
header-name-translation: {"-": "_"}
werkzeug:
allows-http-0-9: true
allows-missing-host-header: true
doesnt-support-version: true