Skip to content

Commit 9ed1636

Browse files
committed
Add some more validation
1 parent a629a38 commit 9ed1636

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ private function getCDC(): array
387387
Logger::warning('CDC - Invalid base64-encoding of CDC entry.');
388388
return [];
389389
}
390+
Assert::validURI($idp, ProtocolViolationException::class);
390391
}
391392

392393
return $ret;

0 commit comments

Comments
 (0)