From 643e95617700ee481bb72a7b19065f883b8dc3ef Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Fri, 28 Jul 2023 16:16:16 +0530 Subject: [PATCH 1/4] Bump version to 1.2.0 --- wpcli-vulnerability-scanner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpcli-vulnerability-scanner.php b/wpcli-vulnerability-scanner.php index a566be5..beb3d35 100644 --- a/wpcli-vulnerability-scanner.php +++ b/wpcli-vulnerability-scanner.php @@ -3,7 +3,7 @@ * Plugin Name: 10up WP-CLI Vulnerability Scanner * Plugin URI: https://github.com/10up/wpcli-vulnerability-scanner * Description: WP-CLI command only. Check WordPress code, installed plugins and themes for vulnerabilities. - * Version: 1.1.0 + * Version: 1.2.0 * Requires at least: 5.7 * Requires PHP: 7.0 * Tested up to: 6.1 From 7021110b8c2c03a9c78ad4350741f36068e22f0c Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Fri, 28 Jul 2023 16:16:24 +0530 Subject: [PATCH 2/4] Update changelog. --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a1d486..bff512f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file, per [the Ke ## [Unreleased] - TBD +## [1.2.0] - 2023-07-31 +### Added +- Functional tests (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@peterwilsoncc](https://github.com/peterwilsoncc) via [#75](https://github.com/10up/wpcli-vulnerability-scanner/pull/75)) +- Wordfence Intelligence as an API provider. (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@dkotter](https://github.com/dkotter), [Charles Sweethill](https://github.com/wordfence), [@barmat](https://github.com/barmat), [@szepeviktor](https://github.com/szepeviktor) via [#78](https://github.com/10up/wpcli-vulnerability-scanner/pull/78)) +- Vulnerability severity data to command output. (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul), [@Sidsector9](https://github.com/Sidsector9) via [#90](https://github.com/10up/wpcli-vulnerability-scanner/pull/90)) +- Vulnerability reference link information. (props [@iamdharmesh](https://github.com/iamdharmesh), [@bmarshall511](https://github.com/bmarshall511),[@jeffpaul](https://github.com/jeffpaul), [@ravinderk](https://github.com/ravinderk) via [#94](https://github.com/10up/wpcli-vulnerability-scanner/pull/94)) + +### Changed +- Some code improvements (props [@szepeviktor](https://github.com/szepeviktor), [@iamdharmesh](https://github.com/iamdharmesh) via [#79](https://github.com/10up/wpcli-vulnerability-scanner/pull/79), [#80](https://github.com/10up/wpcli-vulnerability-scanner/pull/80)) +- Renamed "fix" column to "fixed in" (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi) via [#89](https://github.com/10up/wpcli-vulnerability-scanner/pull/89)) +- Readme Updates (props [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#91](https://github.com/10up/wpcli-vulnerability-scanner/pull/91)) +- Updated README.md with example command output (props [@bmarshall511](https://github.com/bmarshall511), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh) via [#92](https://github.com/10up/wpcli-vulnerability-scanner/pull/92)) + ## [1.1.0] - 2022-10-26 ### Added - Support for Patchstack API (props [@iamdharmesh](https://github.com/iamdharmesh), [@MARQAS](https://github.com/MARQAS), [@dkotter](https://github.com/dkotter), [@jeffpaul](https://github.com/jeffpaul) via [#71](https://github.com/10up/wpcli-vulnerability-scanner/pull/71)). @@ -37,6 +50,7 @@ All notable changes to this project will be documented in this file, per [the Ke ## [0.0.1] - 2016-06-02 [Unreleased]: https://github.com/10up/wpcli-vulnerability-scanner/compare/trunk...develop +[1.2.0]: https://github.com/10up/wpcli-vulnerability-scanner/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/10up/wpcli-vulnerability-scanner/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/10up/wpcli-vulnerability-scanner/compare/59bc742...1.0.0 [0.0.3]: https://github.com/10up/wpcli-vulnerability-scanner/compare/0fdda3f...59bc742 From 91e0229a4cd29ceb590523773ec11c17bc22bc2a Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Fri, 28 Jul 2023 16:16:44 +0530 Subject: [PATCH 3/4] Updated credits.md --- CREDITS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 803c8df..f4a567c 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc. -[Kailey Lampert (@trepmal)](https://github.com/trepmal), [Ritesh Patel (@Ritesh-patel)](https://github.com/Ritesh-patel), [Robert Lilly (@rclilly)](https://github.com/rclilly), [Steve Hulet (@hulet)](https://github.com/hulet), [Allan Collins (@allan23)](https://github.com/allan23), [Phil Banks (@phlbnks)](https://github.com/phlbnks), [Eugene Manuilov (@eugene-manuilov)](https://github.com/eugene-manuilov), [Vladimir Knobel (@vladox)](https://github.com/vladox), [Oscar Sanchez S. (@oscarssanchez)](https://github.com/oscarssanchez), [Thorsten Ott (@tott)](https://github.com/tott), [Tyler Cherpak (@tylercherpak)](https://github.com/tylercherpak), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Pablo Amato (@pabamato)](https://github.com/pabamato), [Zachary Brown (@TheLastCicada)](https://github.com/TheLastCicada), [Rahul Prajapati (@rahulsprajapati)](https://github.com/rahulsprajapati), [Max Lyuchin (@cadic)](https://github.com/cadic), [Jozsef Kozo (@kojraai)](https://github.com/kojraai), [Chris Wiegman (@ChrisWiegman)](https://github.com/ChrisWiegman), [ssnepenthe (@ssnepenthe)](https://github.com/ssnepenthe), [Evan Tobin (@evantobin)](https://github.com/evantobin), [Victor Dieppa Garriga (@dieppon)](https://github.com/dieppon), [marek (@marekmaurizio)](https://github.com/marekmaurizio), [planetahuevo (@planetahuevo)](https://github.com/planetahuevo), [bo.johnson (@boyeatssteak)](https://github.com/boyeatssteak), [Erik Hausen (@ehausen)](https://github.com/ehausen), [Eduardo Aranda Hernández (@eduardoarandah)](https://github.com/eduardoarandah), [Angelo Rocha (@angelorock)](https://github.com/angelorock), [Frankie Bordone (@frankiebordone)](https://github.com/frankiebordone), [t2d (@t2d)](https://github.com/t2d), [Prasath Nadarajah (@nprasath002)](https://github.com/nprasath002), [Alexander Dimitrov (@randstring)](https://github.com/randstring), [Andrew Minion (@andrewminion-luminfire)](https://github.com/andrewminion-luminfire), [Russell F (@rfair404)](https://github.com/rfair404), [Sean Dietrich (@sean-e-dietrich)](https://github.com/sean-e-dietrich), [André Durão (@andredurao)](https://github.com/andredurao), [Ben Greeley (@bengreeley)](https://github.com/bengreeley), [Amit Singh (@thecancerus)](https://github.com/thecancerus), [Igor Radovanov (@igorradovanov)](https://github.com/igorradovanov), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Mohammed Razzaq (@MARQAS)](https://github.com/MARQAS), [Darin Kotter (@dkotter)](https://github.com/dkotter). +[Kailey Lampert (@trepmal)](https://github.com/trepmal), [Ritesh Patel (@Ritesh-patel)](https://github.com/Ritesh-patel), [Robert Lilly (@rclilly)](https://github.com/rclilly), [Steve Hulet (@hulet)](https://github.com/hulet), [Allan Collins (@allan23)](https://github.com/allan23), [Phil Banks (@phlbnks)](https://github.com/phlbnks), [Eugene Manuilov (@eugene-manuilov)](https://github.com/eugene-manuilov), [Vladimir Knobel (@vladox)](https://github.com/vladox), [Oscar Sanchez S. (@oscarssanchez)](https://github.com/oscarssanchez), [Thorsten Ott (@tott)](https://github.com/tott), [Tyler Cherpak (@tylercherpak)](https://github.com/tylercherpak), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Pablo Amato (@pabamato)](https://github.com/pabamato), [Zachary Brown (@TheLastCicada)](https://github.com/TheLastCicada), [Rahul Prajapati (@rahulsprajapati)](https://github.com/rahulsprajapati), [Max Lyuchin (@cadic)](https://github.com/cadic), [Jozsef Kozo (@kojraai)](https://github.com/kojraai), [Chris Wiegman (@ChrisWiegman)](https://github.com/ChrisWiegman), [ssnepenthe (@ssnepenthe)](https://github.com/ssnepenthe), [Evan Tobin (@evantobin)](https://github.com/evantobin), [Victor Dieppa Garriga (@dieppon)](https://github.com/dieppon), [marek (@marekmaurizio)](https://github.com/marekmaurizio), [planetahuevo (@planetahuevo)](https://github.com/planetahuevo), [bo.johnson (@boyeatssteak)](https://github.com/boyeatssteak), [Erik Hausen (@ehausen)](https://github.com/ehausen), [Eduardo Aranda Hernández (@eduardoarandah)](https://github.com/eduardoarandah), [Angelo Rocha (@angelorock)](https://github.com/angelorock), [Frankie Bordone (@frankiebordone)](https://github.com/frankiebordone), [t2d (@t2d)](https://github.com/t2d), [Prasath Nadarajah (@nprasath002)](https://github.com/nprasath002), [Alexander Dimitrov (@randstring)](https://github.com/randstring), [Andrew Minion (@andrewminion-luminfire)](https://github.com/andrewminion-luminfire), [Russell F (@rfair404)](https://github.com/rfair404), [Sean Dietrich (@sean-e-dietrich)](https://github.com/sean-e-dietrich), [André Durão (@andredurao)](https://github.com/andredurao), [Ben Greeley (@bengreeley)](https://github.com/bengreeley), [Amit Singh (@thecancerus)](https://github.com/thecancerus), [Igor Radovanov (@igorradovanov)](https://github.com/igorradovanov), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Mohammed Razzaq (@MARQAS)](https://github.com/MARQAS), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Charles Sweethill (@wordfence)](https://github.com/wordfence), [Matt Barry (@barmat)](https://github.com/barmat), [Viktor Szépe (@szepeviktor)](https://github.com/szepeviktor), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Ben Marshall (@bmarshall511)](https://github.com/bmarshall511), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi). ## Libraries From 7763d3c007c4e8375f8380059bbe091fe5032ddc Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Fri, 28 Jul 2023 16:17:13 +0530 Subject: [PATCH 4/4] Ignored unwanted files. --- .distignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.distignore b/.distignore index c0a7fba..41a2dbc 100644 --- a/.distignore +++ b/.distignore @@ -10,6 +10,7 @@ # Files /.distignore /.gitignore +/.gitattributes /behat.yml /CHANGELOG.md /CODE_OF_CONDUCT.md