From b274a905ffa84474718d8fb719e6ca2dd2dbee10 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Fri, 30 Sep 2016 14:53:43 -0400 Subject: [PATCH 01/27] Test sub testing sub --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75f063a..f935c07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ConsoleApplication2 This is my readMe +Test subscribe + ## Build Status [![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) From b5809c91b28d27e4dd18c6d45d7898483ebeee2c Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 27 Apr 2017 11:07:33 -0400 Subject: [PATCH 02/27] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f935c07..272733b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # ConsoleApplication2 This is my readMe +Alpha Test subscribe From f552f05c8399e25ef579efc84cc6bf02c8e86b03 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 27 Apr 2017 11:08:30 -0400 Subject: [PATCH 03/27] second change --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 272733b..aa788cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # ConsoleApplication2 This is my readMe Alpha +Beta Test subscribe From f4805682b1b6a0c2e24815c0df23221466882341 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 27 Apr 2017 11:15:32 -0400 Subject: [PATCH 04/27] first --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa788cf..0dac070 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ConsoleApplication2 This is my readMe Alpha -Beta +Bravo Test subscribe From 35cba3650094257b1ea5d405fc4403ec8cbf6bc8 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 27 Apr 2017 11:16:46 -0400 Subject: [PATCH 05/27] second branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0dac070..66991b2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is my readMe Alpha Bravo +Charlie Test subscribe From e3ba87dad712ea142fd5075fa7ee8b0b2c4b26c7 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Wed, 30 Aug 2017 09:16:11 -0400 Subject: [PATCH 06/27] Create file1.txt --- file1.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 file1.txt diff --git a/file1.txt b/file1.txt new file mode 100644 index 0000000..5626abf --- /dev/null +++ b/file1.txt @@ -0,0 +1 @@ +one From 5a2c6a0c64dd821621efb7e90cf34454b3e7d9ed Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 9 Nov 2017 16:11:07 -0500 Subject: [PATCH 07/27] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66991b2..e0c0989 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ConsoleApplication2 +# ConsoleApplication3 This is my readMe Alpha Bravo From cff81d3142f133d2acf3dae9e324f1076078b416 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 9 Nov 2017 16:11:38 -0500 Subject: [PATCH 08/27] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66991b2..82b7195 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ConsoleApplication2 This is my readMe -Alpha +Alphabet Bravo Charlie From 58c4a7ee04393232a27fa10f433334ad2a52a1e3 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Mon, 27 Nov 2017 14:48:10 -0500 Subject: [PATCH 09/27] SSP-24 editing a test file --- file1.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/file1.txt b/file1.txt index 5626abf..814f4a4 100644 --- a/file1.txt +++ b/file1.txt @@ -1 +1,2 @@ one +two From f1d27e5a48df93b3d74c07cbbb7c98f8148f7a3b Mon Sep 17 00:00:00 2001 From: mmitrik Date: Fri, 13 Apr 2018 16:01:05 -0400 Subject: [PATCH 10/27] Update file1.txt --- file1.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/file1.txt b/file1.txt index 814f4a4..4cb29ea 100644 --- a/file1.txt +++ b/file1.txt @@ -1,2 +1,3 @@ one two +three From d4f89878e034ad1040624d7431d9880f9f150c75 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Mon, 14 May 2018 13:21:03 -0400 Subject: [PATCH 11/27] Update Program.cs --- ConsoleApplication2/Program.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ConsoleApplication2/Program.cs b/ConsoleApplication2/Program.cs index bef4063..f836819 100644 --- a/ConsoleApplication2/Program.cs +++ b/ConsoleApplication2/Program.cs @@ -12,5 +12,10 @@ static void Main(string[] args) { //edit } + + static void New(string[] args) + { + //new function + } } } From fc310c2c5cb86a728a61714f94e68bb55e7bb47a Mon Sep 17 00:00:00 2001 From: mmitrik Date: Mon, 14 May 2018 14:30:34 -0400 Subject: [PATCH 12/27] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2b17a0..e617ef8 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ Test subscribe ## Build Status [![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) + +## Feature From 3c862682e38e853f5b08ba320dfbc938c7b856ec Mon Sep 17 00:00:00 2001 From: mmitrik Date: Mon, 14 May 2018 14:31:08 -0400 Subject: [PATCH 13/27] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e617ef8..e98b0d0 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,4 @@ Test subscribe [![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) ## Feature +* New From 3b9c4e7cbf158b16dc3eda92c092e46177654e8d Mon Sep 17 00:00:00 2001 From: mmitrik Date: Fri, 17 Aug 2018 16:24:03 -0400 Subject: [PATCH 14/27] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e98b0d0..8e15332 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ Test subscribe ## Feature * New +edit From d249d83f9f181f51cc61070397657b761dfe785d Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" Date: Tue, 11 Sep 2018 21:13:52 +0000 Subject: [PATCH 15/27] Set up CI with Azure Pipelines --- azure-pipelines.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..ffba062 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,30 @@ +# .NET Desktop +# Build and run tests for .NET Desktop or Windows classic desktop solutions. +# Add steps that publish symbols, save build artifacts, and more: +# https://docs.microsoft.com/vsts/pipelines/apps/windows/dot-net + +pool: + vmImage: 'VS2017-Win2016' + +variables: + solution: '**/*.sln' + buildPlatform: 'Any CPU' + buildConfiguration: 'Release' + +steps: +- task: NuGetToolInstaller@0 + +- task: NuGetCommand@2 + inputs: + restoreSolution: '$(solution)' + +- task: VSBuild@1 + inputs: + solution: '$(solution)' + platform: '$(buildPlatform)' + configuration: '$(buildConfiguration)' + +- task: VSTest@2 + inputs: + platform: '$(buildPlatform)' + configuration: '$(buildConfiguration)' From 815662c4105b9fe2e584b40208c15a43b46d273e Mon Sep 17 00:00:00 2001 From: mmitrik Date: Tue, 11 Sep 2018 17:19:59 -0400 Subject: [PATCH 16/27] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e15332..f544b33 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,10 @@ Charlie Test subscribe ## Build Status +[![Build Status](https://search.visualstudio.com/Demo%20GitHub%20Integration/_apis/build/status/Demo%20GitHub%20Integration-.NET%20Desktop-CI)](https://search.visualstudio.com/Demo%20GitHub%20Integration/_build/latest?definitionId=23) [![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) + ## Feature * New edit From 25a1bb3728d41d9cae34220a151a0ddb10c5ad1c Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 10 Jan 2019 10:14:41 -0500 Subject: [PATCH 17/27] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f544b33..72978e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # ConsoleApplication3 +[![Build Status](https://search.visualstudio.com/Demo%20GitHub%20Integration/_apis/build/status/Demo%20GitHub%20Integration-.NET%20Desktop-CI)](https://search.visualstudio.com/Demo%20GitHub%20Integration/_build/latest?definitionId=23) +[![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) + +[![Waffle.io - Issues in progress](https://badge.waffle.io/mmitrik/ConsoleApplication2.png?label=in%20progress&title=In%20Progress)](http://waffle.io/mmitrik/ConsoleApplication2) + This is my readMe Alphabet Bravo @@ -7,8 +12,7 @@ Charlie Test subscribe ## Build Status -[![Build Status](https://search.visualstudio.com/Demo%20GitHub%20Integration/_apis/build/status/Demo%20GitHub%20Integration-.NET%20Desktop-CI)](https://search.visualstudio.com/Demo%20GitHub%20Integration/_build/latest?definitionId=23) -[![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) + ## Feature From 4788f0beb58c49a19e4b882b9a249721b4bad8a2 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 10 Jan 2019 10:16:25 -0500 Subject: [PATCH 18/27] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72978e3..41ffd0d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Waffle.io - Issues in progress](https://badge.waffle.io/mmitrik/ConsoleApplication2.png?label=in%20progress&title=In%20Progress)](http://waffle.io/mmitrik/ConsoleApplication2) +[![Waffle.io - Columns and their card count](https://badge.waffle.io/mmitrik/ConsoleApplication2.svg?columns=all)](https://waffle.io/mmitrik/ConsoleApplication2) + This is my readMe Alphabet Bravo From 38874ed981b2a04db3ee0b7523fa1cb94f5267e5 Mon Sep 17 00:00:00 2001 From: mmitrik Date: Thu, 10 Jan 2019 10:16:35 -0500 Subject: [PATCH 19/27] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 41ffd0d..5f90c93 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ [![Build Status](https://search.visualstudio.com/Demo%20GitHub%20Integration/_apis/build/status/Demo%20GitHub%20Integration-.NET%20Desktop-CI)](https://search.visualstudio.com/Demo%20GitHub%20Integration/_build/latest?definitionId=23) [![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) -[![Waffle.io - Issues in progress](https://badge.waffle.io/mmitrik/ConsoleApplication2.png?label=in%20progress&title=In%20Progress)](http://waffle.io/mmitrik/ConsoleApplication2) - -[![Waffle.io - Columns and their card count](https://badge.waffle.io/mmitrik/ConsoleApplication2.svg?columns=all)](https://waffle.io/mmitrik/ConsoleApplication2) +[![Waffle.io - Issues in progress](https://badge.waffle.io/mmitrik/ConsoleApplication2.png?label=in%20progress&title=In%20Progress)](http://waffle.io/mmitrik/ConsoleApplication2) [![Waffle.io - Columns and their card count](https://badge.waffle.io/mmitrik/ConsoleApplication2.svg?columns=all)](https://waffle.io/mmitrik/ConsoleApplication2) This is my readMe Alphabet From c10221e94b5a7727fc401e4b80d7901501684215 Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 13:48:35 -0400 Subject: [PATCH 20/27] Removes Waffle badge. Adds LGTM badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f90c93..27ce06b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://search.visualstudio.com/Demo%20GitHub%20Integration/_apis/build/status/Demo%20GitHub%20Integration-.NET%20Desktop-CI)](https://search.visualstudio.com/Demo%20GitHub%20Integration/_build/latest?definitionId=23) [![Build Status](https://travis-ci.org/mmitrik/ConsoleApplication2.svg?branch=master)](https://travis-ci.org/mmitrik/ConsoleApplication2) -[![Waffle.io - Issues in progress](https://badge.waffle.io/mmitrik/ConsoleApplication2.png?label=in%20progress&title=In%20Progress)](http://waffle.io/mmitrik/ConsoleApplication2) [![Waffle.io - Columns and their card count](https://badge.waffle.io/mmitrik/ConsoleApplication2.svg?columns=all)](https://waffle.io/mmitrik/ConsoleApplication2) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/mmitrik/ConsoleApplication2.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/mmitrik/ConsoleApplication2/alerts/) This is my readMe Alphabet From 3e883bea756e7ba902e62ae8d298278f595ef08b Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 13:55:47 -0400 Subject: [PATCH 21/27] Injecting a sample CVE --- ConsoleApplication2/Class1.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index 11bf685..6488e89 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -8,5 +8,9 @@ namespace ConsoleApplication2 { class Class1 { + bool a; + if ( a != true ){ + //do stuff + } } } From 54862f67a1fdf047a1b01c7a13620c76fb71c74e Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 14:09:22 -0400 Subject: [PATCH 22/27] Fixing build --- ConsoleApplication2/Class1.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index 6488e89..35281dc 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -8,9 +8,14 @@ namespace ConsoleApplication2 { class Class1 { - bool a; - if ( a != true ){ - //do stuff + static void Main() + { + Console.WriteLine("Hello World!"); + + boolean a; + if ( a != true ){ + Console.WriteLine("True"); + } } } } From a898a1b4cdf250059cb38d5ff8dc7828a31fc156 Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 14:13:02 -0400 Subject: [PATCH 23/27] Update Class1.cs --- ConsoleApplication2/Class1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index 35281dc..e4199bd 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -12,7 +12,7 @@ static void Main() { Console.WriteLine("Hello World!"); - boolean a; + bool a; if ( a != true ){ Console.WriteLine("True"); } From 5af24693b9857e27f2f507cf37c22c31adbd9f05 Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 14:16:06 -0400 Subject: [PATCH 24/27] Update Class1.cs --- ConsoleApplication2/Class1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index e4199bd..acffe80 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -12,9 +12,9 @@ static void Main() { Console.WriteLine("Hello World!"); - bool a; + bool a = true; if ( a != true ){ - Console.WriteLine("True"); + Console.WriteLine("False"); } } } From 50024040ef1ea24e865d9bf955dc63774c26da14 Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 14:18:43 -0400 Subject: [PATCH 25/27] Update Class1.cs --- ConsoleApplication2/Class1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index acffe80..d83e03b 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -8,7 +8,7 @@ namespace ConsoleApplication2 { class Class1 { - static void Main() + static void DemoCheck() { Console.WriteLine("Hello World!"); From 15383ca39fad18ab56bc51958c18bcccd32d483e Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 14:34:49 -0400 Subject: [PATCH 26/27] Update Class1.cs --- ConsoleApplication2/Class1.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index d83e03b..3d97de5 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -13,8 +13,13 @@ static void DemoCheck() Console.WriteLine("Hello World!"); bool a = true; + bool b = false; if ( a != true ){ - Console.WriteLine("False"); + Console.WriteLine("False"); + } + + if (b != false ){ + Console.WriteLine("True"); } } } From 3e77dbf039f9e930a1a4ae50c3fa92b91f732b5f Mon Sep 17 00:00:00 2001 From: Matthew Mitrik Date: Mon, 17 Jun 2019 14:41:24 -0400 Subject: [PATCH 27/27] Update Class1.cs --- ConsoleApplication2/Class1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConsoleApplication2/Class1.cs b/ConsoleApplication2/Class1.cs index 3d97de5..f11de73 100644 --- a/ConsoleApplication2/Class1.cs +++ b/ConsoleApplication2/Class1.cs @@ -15,7 +15,7 @@ static void DemoCheck() bool a = true; bool b = false; if ( a != true ){ - Console.WriteLine("False"); + Console.WriteLine("False {0} {1}", a); } if (b != false ){