7b873b7746
The Olivier Poitrey Go CORS handler through 1.3.0 actively converts a wildcard CORS policy into reflecting an arbitrary Origin header value, which is incompatible with the CORS security design, and could lead to CORS misconfiguration security problems. CVE-2018-20744 Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
10 lines
90 B
YAML
10 lines
90 B
YAML
language: go
|
|
go:
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- tip
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|