From 3777ea942416ecba9e8ad0fd9c2c6362704031b4 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 18 Oct 2022 16:42:34 +0000 Subject: [PATCH 01/19] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d282fd3..12f3ac933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. -## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-?? +## [1.3.3](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.3) - 2022-10-?? + +## Updated +- [#310](https://github.com/Automattic/vip-go-ci/pull/310): New exit status for HTTP API errors, update log message +- [#311](https://github.com/Automattic/vip-go-ci/pull/311): Use constants for content-type headers + +## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 ## Fixed - [#304](https://github.com/Automattic/vip-go-ci/pull/304): WPScan API: Update x-ratelimit-remaining header functionality From b276891690be72f646812d397bbd89e82d5f3899 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 18 Oct 2022 16:43:42 +0000 Subject: [PATCH 02/19] Update defines.php --- defines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines.php b/defines.php index 00f59d8a7..d27e28f9f 100644 --- a/defines.php +++ b/defines.php @@ -10,7 +10,7 @@ /* * Version number and default name to use. */ -define( 'VIPGOCI_VERSION', '1.3.2' ); +define( 'VIPGOCI_VERSION', '1.3.3' ); define( 'VIPGOCI_DEFAULT_NAME_TO_USE', 'vip-go-ci' ); /* From d38d817354a2c95ac92678d161dee492da84725e Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Thu, 20 Oct 2022 15:32:54 +0000 Subject: [PATCH 03/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12f3ac933..c3b1fdbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ## Updated - [#310](https://github.com/Automattic/vip-go-ci/pull/310): New exit status for HTTP API errors, update log message - [#311](https://github.com/Automattic/vip-go-ci/pull/311): Use constants for content-type headers +- [#313](https://github.com/Automattic/vip-go-ci/pull/313): Apply constant for WordPress.org API ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From 3246743cfbb384dc8f8d997d83a487a4f7512602 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Thu, 20 Oct 2022 18:48:13 +0000 Subject: [PATCH 04/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b1fdbba..201225fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - [#310](https://github.com/Automattic/vip-go-ci/pull/310): New exit status for HTTP API errors, update log message - [#311](https://github.com/Automattic/vip-go-ci/pull/311): Use constants for content-type headers - [#313](https://github.com/Automattic/vip-go-ci/pull/313): Apply constant for WordPress.org API +- [#315](https://github.com/Automattic/vip-go-ci/pull/315): Replace GitHub rate limit function with HTTP API rate limit functionality ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From c6126e9710d77e22c22b72e1ab4dece302fa7bf6 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Fri, 21 Oct 2022 12:04:36 +0000 Subject: [PATCH 05/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 201225fe7..8896985d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - [#311](https://github.com/Automattic/vip-go-ci/pull/311): Use constants for content-type headers - [#313](https://github.com/Automattic/vip-go-ci/pull/313): Apply constant for WordPress.org API - [#315](https://github.com/Automattic/vip-go-ci/pull/315): Replace GitHub rate limit function with HTTP API rate limit functionality +- [#316](https://github.com/Automattic/vip-go-ci/pull/316): Update two constants related to HTTP API ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From 97ebe4cc72963a1e3fada02c63a3a4668d1b88e2 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Fri, 21 Oct 2022 12:36:20 +0000 Subject: [PATCH 06/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8896985d6..227986ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. - [#313](https://github.com/Automattic/vip-go-ci/pull/313): Apply constant for WordPress.org API - [#315](https://github.com/Automattic/vip-go-ci/pull/315): Replace GitHub rate limit function with HTTP API rate limit functionality - [#316](https://github.com/Automattic/vip-go-ci/pull/316): Update two constants related to HTTP API +- [#317](https://github.com/Automattic/vip-go-ci/pull/317): Update phpcs-variable-analysis to version 2.11.9 ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From decc33b923649abb16ec1d818fa2c2f672953508 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Fri, 21 Oct 2022 13:58:24 +0000 Subject: [PATCH 07/19] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 227986ed7..2045cc250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file. - [#315](https://github.com/Automattic/vip-go-ci/pull/315): Replace GitHub rate limit function with HTTP API rate limit functionality - [#316](https://github.com/Automattic/vip-go-ci/pull/316): Update two constants related to HTTP API - [#317](https://github.com/Automattic/vip-go-ci/pull/317): Update phpcs-variable-analysis to version 2.11.9 +- [#318](https://github.com/Automattic/vip-go-ci/pull/318): Update HTTP API request functions +- [#319](https://github.com/Automattic/vip-go-ci/pull/319): IRC API update: Replace cURL functionality with vipgoci_http_api_post_url() ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From 685e902f2bb65cd40b63a5404c4e47195c371405 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Mon, 24 Oct 2022 18:32:56 +0000 Subject: [PATCH 08/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2045cc250..2823294f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - [#317](https://github.com/Automattic/vip-go-ci/pull/317): Update phpcs-variable-analysis to version 2.11.9 - [#318](https://github.com/Automattic/vip-go-ci/pull/318): Update HTTP API request functions - [#319](https://github.com/Automattic/vip-go-ci/pull/319): IRC API update: Replace cURL functionality with vipgoci_http_api_post_url() +- [#321](https://github.com/Automattic/vip-go-ci/pull/321): Update Pixel API implementation ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From f6383063a31b76686952dede6ba8e84046fa591c Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 25 Oct 2022 13:30:12 +0000 Subject: [PATCH 09/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2823294f1..2ced75e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - [#318](https://github.com/Automattic/vip-go-ci/pull/318): Update HTTP API request functions - [#319](https://github.com/Automattic/vip-go-ci/pull/319): IRC API update: Replace cURL functionality with vipgoci_http_api_post_url() - [#321](https://github.com/Automattic/vip-go-ci/pull/321): Update Pixel API implementation +- [#322](https://github.com/Automattic/vip-go-ci/pull/322): Increment counter when request limit is reached ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From a244cc994f060f6105fec8cd1ac225f358f40ea6 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 25 Oct 2022 15:40:23 +0000 Subject: [PATCH 10/19] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ced75e12..7e6a08be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,15 +15,20 @@ All notable changes to this project will be documented in this file. - [#319](https://github.com/Automattic/vip-go-ci/pull/319): IRC API update: Replace cURL functionality with vipgoci_http_api_post_url() - [#321](https://github.com/Automattic/vip-go-ci/pull/321): Update Pixel API implementation - [#322](https://github.com/Automattic/vip-go-ci/pull/322): Increment counter when request limit is reached +- [#323](https://github.com/Automattic/vip-go-ci/pull/323): Update GitHub Actions dependencies ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 +## Added +- [#309](https://github.com/Automattic/vip-go-ci/pull/309): WPScan API integration: Add URL to commit in IRC log + ## Fixed - [#304](https://github.com/Automattic/vip-go-ci/pull/304): WPScan API: Update x-ratelimit-remaining header functionality +- [#308](https://github.com/Automattic/vip-go-ci/pull/308): Add checks to WPScan API reporting logic, ensure CVSS outputted includes precision + +## Updated - [#303](https://github.com/Automattic/vip-go-ci/pull/303): Remove OAuth 1.0a functions - [#307](https://github.com/Automattic/vip-go-ci/pull/307): Update PULL_REQUEST_TEMPLATE -- [#308](https://github.com/Automattic/vip-go-ci/pull/308): Add checks to WPScan API reporting logic, ensure CVSS outputted includes precision -- [#309](https://github.com/Automattic/vip-go-ci/pull/309): WPScan API integration: Add URL to commit in IRC log ## [1.3.1](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.1) - 2022-10-05 From 8069419dec494ff053c9c356073664e3b63c068f Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 25 Oct 2022 17:38:49 +0000 Subject: [PATCH 11/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e6a08be5..25093d37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - [#321](https://github.com/Automattic/vip-go-ci/pull/321): Update Pixel API implementation - [#322](https://github.com/Automattic/vip-go-ci/pull/322): Increment counter when request limit is reached - [#323](https://github.com/Automattic/vip-go-ci/pull/323): Update GitHub Actions dependencies +- [#324](https://github.com/Automattic/vip-go-ci/pull/324): Update PHPCompatibilityWP and PHPCompatibilityParagonie dependencies ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From b244765a7670f9a4075de65de1c7ab64b2637ded Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Tue, 25 Oct 2022 17:53:16 +0000 Subject: [PATCH 12/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25093d37a..a3d96e685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file. - [#322](https://github.com/Automattic/vip-go-ci/pull/322): Increment counter when request limit is reached - [#323](https://github.com/Automattic/vip-go-ci/pull/323): Update GitHub Actions dependencies - [#324](https://github.com/Automattic/vip-go-ci/pull/324): Update PHPCompatibilityWP and PHPCompatibilityParagonie dependencies +- [#325](https://github.com/Automattic/vip-go-ci/pull/325): Do not display "No issues were found...." when maximum number of comments is reached ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From c4629975074df3d2fab4142ba99f7a249c1707a1 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 26 Oct 2022 11:00:23 +0000 Subject: [PATCH 13/19] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3d96e685..324f4c14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ All notable changes to this project will be documented in this file. - [#324](https://github.com/Automattic/vip-go-ci/pull/324): Update PHPCompatibilityWP and PHPCompatibilityParagonie dependencies - [#325](https://github.com/Automattic/vip-go-ci/pull/325): Do not display "No issues were found...." when maximum number of comments is reached +## Fixes +- [#326](https://github.com/Automattic/vip-go-ci/pull/326): Rename test class, update function name in comments + ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 ## Added From befc7f3a1550ed6328190fd01097d50da5bbdb81 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 26 Oct 2022 16:11:54 +0000 Subject: [PATCH 14/19] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 324f4c14d..550de61f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [1.3.3](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.3) - 2022-10-?? +## Added +- [#320](https://github.com/Automattic/vip-go-ci/pull/320): Introduce custom file extensions with scanners + ## Updated - [#310](https://github.com/Automattic/vip-go-ci/pull/310): New exit status for HTTP API errors, update log message - [#311](https://github.com/Automattic/vip-go-ci/pull/311): Use constants for content-type headers From 1c4228707cab682180c52b744bcddededf3248a5 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 9 Nov 2022 17:45:51 +0000 Subject: [PATCH 15/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 550de61f2..f288a9fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. ## Fixes - [#326](https://github.com/Automattic/vip-go-ci/pull/326): Rename test class, update function name in comments +- [#327](https://github.com/Automattic/vip-go-ci/pull/327): WPScan API: Ensure comments are only submitted for changed add-ons ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18 From 4969fec8cd3483a85d59a748fcd24b4763535ffc Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 9 Nov 2022 18:24:39 +0000 Subject: [PATCH 16/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f288a9fb6..0b35c20e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file. - [#323](https://github.com/Automattic/vip-go-ci/pull/323): Update GitHub Actions dependencies - [#324](https://github.com/Automattic/vip-go-ci/pull/324): Update PHPCompatibilityWP and PHPCompatibilityParagonie dependencies - [#325](https://github.com/Automattic/vip-go-ci/pull/325): Do not display "No issues were found...." when maximum number of comments is reached +- [#328](https://github.com/Automattic/vip-go-ci/pull/328): Update shivammathur/setup-php dependency to use @v2 ## Fixes - [#326](https://github.com/Automattic/vip-go-ci/pull/326): Rename test class, update function name in comments From a04a07ebbf7656a1d3df1f9dc0db3a1f038e039e Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Wed, 9 Nov 2022 19:44:36 +0000 Subject: [PATCH 17/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b35c20e8..0664db4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - [#328](https://github.com/Automattic/vip-go-ci/pull/328): Update shivammathur/setup-php dependency to use @v2 ## Fixes +- [#314](https://github.com/Automattic/vip-go-ci/pull/314): WPScan API: Add function to determine "local" slug - [#326](https://github.com/Automattic/vip-go-ci/pull/326): Rename test class, update function name in comments - [#327](https://github.com/Automattic/vip-go-ci/pull/327): WPScan API: Ensure comments are only submitted for changed add-ons From 8de03c80be4eec831ab3bd0333b5e1735df73323 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Mon, 14 Nov 2022 19:23:35 +0000 Subject: [PATCH 18/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0664db4ac..6f97572d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ All notable changes to this project will be documented in this file. - [#324](https://github.com/Automattic/vip-go-ci/pull/324): Update PHPCompatibilityWP and PHPCompatibilityParagonie dependencies - [#325](https://github.com/Automattic/vip-go-ci/pull/325): Do not display "No issues were found...." when maximum number of comments is reached - [#328](https://github.com/Automattic/vip-go-ci/pull/328): Update shivammathur/setup-php dependency to use @v2 +- [#330](https://github.com/Automattic/vip-go-ci/pull/330): Updating references to build management software ## Fixes - [#314](https://github.com/Automattic/vip-go-ci/pull/314): WPScan API: Add function to determine "local" slug From c7d76cf4fd64ff63aaf2a18386881537c7b43bd2 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Mon, 14 Nov 2022 20:09:41 +0000 Subject: [PATCH 19/19] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f97572d8..6bd5a0865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file. - [#314](https://github.com/Automattic/vip-go-ci/pull/314): WPScan API: Add function to determine "local" slug - [#326](https://github.com/Automattic/vip-go-ci/pull/326): Rename test class, update function name in comments - [#327](https://github.com/Automattic/vip-go-ci/pull/327): WPScan API: Ensure comments are only submitted for changed add-ons +- [#331](https://github.com/Automattic/vip-go-ci/pull/331): Update tests/integration/WpscanScanDirsAlteredTest.php due to new fields from API ## [1.3.2](https://github.com/Automattic/vip-go-ci/releases/tag/1.3.2) - 2022-10-18