From 8269edd990eb4f0be54543fc550de507dd8ff9a8 Mon Sep 17 00:00:00 2001 From: SECICF Date: Wed, 10 Oct 2018 23:25:10 +0200 Subject: [PATCH 1/2] devsecops message --- .../java/com/example/easynotes/controller/IndexController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/example/easynotes/controller/IndexController.java b/src/main/java/com/example/easynotes/controller/IndexController.java index f9c5ea4..531e114 100644 --- a/src/main/java/com/example/easynotes/controller/IndexController.java +++ b/src/main/java/com/example/easynotes/controller/IndexController.java @@ -11,6 +11,6 @@ public class IndexController { @GetMapping public String sayHello() { - return "Hello and Welcome to the EasyNotes application. You can create a new Note by making a POST request to /api/notes endpoint."; + return "Hello and Welcome to the EasyNotes application. You can create a new Note by making a POST request to /api/notes endpoint. This app is used to test some devsecops aspects."; } } From 422dc5f7ad75ce012102008c2e3e270510e98fa0 Mon Sep 17 00:00:00 2001 From: SECICF Date: Mon, 15 Oct 2018 17:24:21 +0200 Subject: [PATCH 2/2] Add line in README --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index dd07c08..549f3d6 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,8 @@ Build Restful CRUD API for a simple Note-Taking application using Spring Boot, Mysql, JPA and Hibernate. +Version Used for SEC purposes. + ## Requirements 1. Java - 1.8.x