From 7aa058550510a4e3fbe393dafae55795247957d5 Mon Sep 17 00:00:00 2001 From: Rik Sprenkels <73279207+kad-sprenr@users.noreply.github.com> Date: Wed, 21 Jan 2026 11:51:38 +0100 Subject: [PATCH 1/2] Sta relatieve Server API URL toe. --- linter/spectral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter/spectral.yml b/linter/spectral.yml index da7089a..818fec5 100644 --- a/linter/spectral.yml +++ b/linter/spectral.yml @@ -181,7 +181,7 @@ rules: field: url function: pattern functionOptions: - match: ^https://.* + match: ^(https://.*|/.*) nlgov:use-problem-schema: severity: warn From 25456ad1a0cd10868a3cb49aa57d03845fbb91a6 Mon Sep 17 00:00:00 2001 From: Rik Sprenkels <73279207+kad-sprenr@users.noreply.github.com> Date: Wed, 11 Feb 2026 15:00:17 +0100 Subject: [PATCH 2/2] Allow protocol relative urls and paths with traversals. --- linter/spectral.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter/spectral.yml b/linter/spectral.yml index 818fec5..6087f23 100644 --- a/linter/spectral.yml +++ b/linter/spectral.yml @@ -181,7 +181,7 @@ rules: field: url function: pattern functionOptions: - match: ^(https://.*|/.*) + match: ^(https://|//|/|\.{1,2}/).* nlgov:use-problem-schema: severity: warn