[PATCH] tests: 780 - 783, new HSTS tests
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Oct 2024 09:27:29 +0000 (11:27 +0200)
committerSamuel Henrique <samueloph@debian.org>
Sun, 9 Mar 2025 10:45:45 +0000 (10:45 +0000)
commit8b6d47c432d16cfd0720573e741c04a225d1e629
tree4c0efb3836691eab4b0f59ac4a141bacfb759365
parentfaaa762391c6571506f3a6fe812415398376b3a5
[PATCH] tests: 780 - 783, new HSTS tests

test780: verify updated HSTS data in response header

test781: HSTS update expiry, with parent includeSubDomains domain
present

test782: HSTS update expiry, with two includeSubDomains domains present

test783: HSTS update expiry, removing includesubdomains in update

Backported by: Aquila Macedo Costa <aquilamacedo@riseup.net>.

Changes:
- Adjust `tests/data/Makefile.inc` to include new HSTS tests (780 - 783).
- Updates 'Debug' to 'debug' in test data files (`test780`, `test781`,
  `test782`, `test783`) to align with curl conventions in bookworm and
  ensure consistency in feature definitions.
- Additionally, `%LOGDIR` is replaced with log in the test files due to
  its absence in curl bookworm.

Gbp-Pq: Name CVE-2024-9681-1.patch
tests/data/Makefile.inc
tests/data/test780 [new file with mode: 0644]
tests/data/test781 [new file with mode: 0644]
tests/data/test782 [new file with mode: 0644]
tests/data/test783 [new file with mode: 0644]