From 0c6a88ee1948d8bed76ff70bf49fa371e52d601c Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Sat, 30 Mar 2024 09:56:22 +0100 Subject: [PATCH] Add info about venom and case sensitivity See https://github.com/ovh/venom/pull/570 See https://github.com/ovh/venom/releases/tag/v1.2.0 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3238b09..c4ccc8b 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,8 @@ This [section](https://github.com/ovh/venom#export-tests-report) of the venom do The python script [test_suite_mock.py](test_suite_mock.py) provides a mock endpoint returning an HTTP response, for which, all HTTP response headers recommended by the [OSHP](https://owasp.org/www-project-secure-headers/) will be set. -📦 It is automatically deployed on `https://oshp-validator-mock.onrender.com` and it is used, by this [CI workflow](.github/workflows/validate-tests-suite.yml), to test the venom tests suite. \ No newline at end of file +📦 It is automatically deployed on `https://oshp-validator-mock.onrender.com` and it is used, by this [CI workflow](.github/workflows/validate-tests-suite.yml), to test the venom tests suite. + +# Case sensitivity for header names in Venom + +📖 See [here](https://github.com/ovh/venom/pull/570) from the version [1.2.0](https://github.com/ovh/venom/releases/tag/v1.2.0).