Skip to content

Commit

Permalink
fix(security): address CVE -2017-16138
Browse files Browse the repository at this point in the history
fixes: hyperledger-cacti#1776
Signed-off-by: micoferdinand98 <[email protected]>
  • Loading branch information
bhaskarvilles authored and micoferdinand98 committed May 5, 2022
1 parent 2ea3a8d commit 20f2d2a
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ router.delete(
"/api/v1/bl/wallets/:id",
(req: Request, res: Response, next: NextFunction) => {
try {
res.send(
res.render(
"Not Implemented (Delete a Wallet" + ", id=" + escapeHtml(req.params.id) + ")\n",
);
} catch (err) {
Expand Down
Loading

0 comments on commit 20f2d2a

Please sign in to comment.