Fix vulnerabilities

This commit is contained in:
2024-11-14 22:15:05 +01:00
parent cf64c2fedf
commit cd06fc0e54
4 changed files with 1974 additions and 639 deletions

View File

@ -10,8 +10,7 @@ public function __construct(
public string $url,
public string $target,
public string $name
) {
}
) {}
public static function named($name, $url, $target): Redirection
{