Skip to content

Commit

Permalink
narcissus: fix security hole
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Nov 15, 2012
1 parent 7e6cfed commit 3921ea7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions backend.php
Expand Up @@ -64,6 +64,16 @@
$sdkarch = "none";
}

switch($release) {
case "stable":
case "v2012.05":
case "v2012.12":
case "core-eglibc":
break;
default:
$release = "v2012.05";
}

switch($imagetype) {
case "tgz":
$imagesuffix = "tar.gz";
Expand Down

0 comments on commit 3921ea7

Please sign in to comment.