From c22f780ec93db6f3974dad2719f4c4dc934ccf91 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:02:55 -0500 Subject: [PATCH 01/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5799c51b..cca5f6c7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Java Sec Code - +Just a little test for CxFlow Java sec code is a very powerful and friendly project for learning Java vulnerability code. From 6b69e28c09d62a812f8cc62a5fbc8182d4618e78 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:13:47 -0500 Subject: [PATCH 02/12] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cca5f6c7..541bf4f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Java Sec Code Just a little test for CxFlow +ANOTHER ONE + Java sec code is a very powerful and friendly project for learning Java vulnerability code. [中文文档](https://github.com/JoyChou93/java-sec-code/blob/master/README_zh.md) From d71038a8a731ba683a40815f790ca6f1bd5a2a5b Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:44:15 -0500 Subject: [PATCH 03/12] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cca5f6c7..cd0d7230 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Java Sec Code -Just a little test for CxFlow Java sec code is a very powerful and friendly project for learning Java vulnerability code. From 0379cc557cf1f728c140c622bbcafa50299bdd19 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:58:39 -0500 Subject: [PATCH 04/12] Update WebUtils.java --- src/main/java/org/joychou/util/WebUtils.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/joychou/util/WebUtils.java b/src/main/java/org/joychou/util/WebUtils.java index 21cdcd53..1e6824be 100644 --- a/src/main/java/org/joychou/util/WebUtils.java +++ b/src/main/java/org/joychou/util/WebUtils.java @@ -7,6 +7,7 @@ public class WebUtils { // Get request body. + // This is a test public static String getRequestBody(HttpServletRequest request) throws IOException { InputStream in = request.getInputStream(); return convertStreamToString(in); From 2c88439ccd35c29b373281dfcc1aeb34d68b2d6d Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Fri, 12 Jun 2020 08:19:00 -0700 Subject: [PATCH 05/12] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 332e9c95..481dc0d4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Java Sec Code -ANOTHER ONE - Java sec code is a very powerful and friendly project for learning Java vulnerability code. +Very cool! + [中文文档](https://github.com/JoyChou93/java-sec-code/blob/master/README_zh.md) ## Introduce From 6a6ac1f34255fbcdaf179d1bf638ee73890bfcb4 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Fri, 12 Jun 2020 09:17:33 -0700 Subject: [PATCH 06/12] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 481dc0d4..454dce88 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Java Sec Code -Java sec code is a very powerful and friendly project for learning Java vulnerability code. - -Very cool! +Java sec code is a very powerful and friendly project for learning Java vulnerability code and stuff. [中文文档](https://github.com/JoyChou93/java-sec-code/blob/master/README_zh.md) From f409de12425fdd320171183ca172fe20992d3f91 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Mon, 15 Jun 2020 11:44:19 -0500 Subject: [PATCH 07/12] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 454dce88..db8c720b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Java sec code is a very powerful and friendly project for learning Java vulnerability code and stuff. +Testing to see if CxOD works + [中文文档](https://github.com/JoyChou93/java-sec-code/blob/master/README_zh.md) ## Introduce From ba892cb17d339beac9a50706187b0f77e4a2fa82 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Fri, 5 Mar 2021 09:12:42 -0600 Subject: [PATCH 08/12] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db8c720b..37ddde8e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Java Sec Code +Testing this! Java sec code is a very powerful and friendly project for learning Java vulnerability code and stuff. From 79fd4091b356868872eafe92aedc1eaadc56f95a Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Fri, 5 Mar 2021 09:33:24 -0600 Subject: [PATCH 09/12] Create cx.config --- cx.config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cx.config diff --git a/cx.config b/cx.config new file mode 100644 index 00000000..965552a7 --- /dev/null +++ b/cx.config @@ -0,0 +1,10 @@ +{ + "version": 1.0, + "project": "Java sec code", + "team": "/CxServer", + "sast": { + "preset": "Checkmarx Express" + "incremental": "true", + "forceScan" : "true" + } +} From 06e786e11528dff6b26059b9ac1a294141e45379 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Fri, 5 Mar 2021 09:34:53 -0600 Subject: [PATCH 10/12] Update cx.config --- cx.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cx.config b/cx.config index 965552a7..7b877d70 100644 --- a/cx.config +++ b/cx.config @@ -3,7 +3,7 @@ "project": "Java sec code", "team": "/CxServer", "sast": { - "preset": "Checkmarx Express" + "preset": "Checkmarx Express", "incremental": "true", "forceScan" : "true" } From 4b9086eb98540bc7eab5e57d9a12b002b6fdb2eb Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+CxCEC@users.noreply.github.com> Date: Fri, 5 Mar 2021 09:58:12 -0600 Subject: [PATCH 11/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ddde8e..1b7f8278 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Java Sec Code -Testing this! +Testing this again!! Java sec code is a very powerful and friendly project for learning Java vulnerability code and stuff. From 220106195502d08cf9167ae5d7f27847d05a07f8 Mon Sep 17 00:00:00 2001 From: Checkmarx Engineering Center Test Repository <49319468+DannyLoweCx@users.noreply.github.com> Date: Fri, 6 Oct 2023 06:56:37 -0500 Subject: [PATCH 12/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7f8278..7e45af02 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Testing this again!! Java sec code is a very powerful and friendly project for learning Java vulnerability code and stuff. -Testing to see if CxOD works +Testing to see if the pull request fires off a scan [中文文档](https://github.com/JoyChou93/java-sec-code/blob/master/README_zh.md)