From 9bcb5308e4429278758bda1460b5fd14513c28bd Mon Sep 17 00:00:00 2001 From: jozsef-armin-hamos <141746382+jozsef-armin-hamos@users.noreply.github.com> Date: Thu, 28 Sep 2023 15:21:11 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be801b10..fc43a072 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,4 @@ snyk wizard ``` In this application, the default `snyk wizard` answers will fix all the issues. -When the wizard is done, restart the application and run the exploits again to confirm they are fixed. +When the wizard is done, restart the application and run the exploits again to confirm they are fixed.. From d846b088ba7463a75e745db4aedc4af8a7c1c46a Mon Sep 17 00:00:00 2001 From: jozsef-armin-hamos Date: Mon, 8 Apr 2024 15:50:25 +0300 Subject: [PATCH 2/2] fix: update --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index e01b1254..c24410c6 100644 --- a/routes/index.js +++ b/routes/index.js @@ -224,7 +224,7 @@ exports.about_new = function (req, res, next) { return res.render("about_new.dust", { title: 'Goof TODO', - subhead: 'Vulnerabilities at their best', + subhead: 'Vulnerabilities at their bestt', device: req.query.device }); };