[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>
Sat, 19 Jul 2025 19:04:59 +0000 (21:04 +0200)
commit463d24f104abcc5f88e024eec7547d07372b32f2
tree5c28c462f9ea3f1190497acb22abcd26c4c5ad6e
parentcfc58c0d4d7d8b97759cf4f31ec9d6b597ba2720
[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]