Skip to content

Commit

Permalink
XSS patch
Browse files Browse the repository at this point in the history
  • Loading branch information
coreation committed Mar 3, 2020
1 parent 52efb53 commit a103de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Tdt/Core/Datasets/DatasetController.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public function get($uri)
// Return the formatted response with content negotiation
return ContentNegotiator::getResponse($data, $extension);
} else {
\App::abort(404, "The dataset or collection you were looking for could not be found (URI: $uri).");
\App::abort(404, "The dataset or collection you were looking for could not be found (URI).");
}
}

Expand Down

0 comments on commit a103de0

Please sign in to comment.