From 82281544457005f1a2eec3acba899513fcf64bd3 Mon Sep 17 00:00:00 2001 From: erosiec Date: Thu, 25 Apr 2024 15:13:03 -0400 Subject: [PATCH 1/3] Release Notes 4/19 Updating release notes with product updates made between 3/30/24-4/19/24 --- docs/release-notes.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 472749f..13b5c37 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,38 @@ sidebar_position: 8 We're working hard to bring you new features, enhancements, and reliability to the Pixee Platform. We'd ❤️ to hear from you. Drop us a note at [hi@pixee.ai](mailto:hi@pixee.ai)! +## April 19, 2024 + +> ⚡️ +> **Updated Pixeebot App Permissions** +> +> In order to propose changes to improve GitHub Actions workflows, we have requested additional GitHub application permissions. **This change increases Pixeebot's access to read and write access to Workflows.** +> +> Existing users must update their app permissions and have received an email prompting them to do so. Please reach out to us with any questions! + +### Pixeebot App + Platform {#2024-04-19---pixeebot-app--platform} + +#### 🚀 New Features & Enhancements {#2024-04-19---new-features-enhancements} + +- Users that have configured the Pixeebot <> Sonar integration can now use `workflow_dispatch` as a workflow trigger. For more on using Pixeebot to fix Sonar findings, see documentation [here](https://docs.pixee.ai/code-scanning-tools/sonar) +- Refined data displayed on the Activity Dashboard. Additional information on the Pixeebot Activity Dashboard can be found [here](https://blog.pixee.ai/managing-pixeebot-activity-with-the-new-user-dashboard) + +#### 🐛 Bug Fixes {#2024-03-29---bug-fixes} + +- Fixed a bug preventing repo activation and scan status from displaying correctly on the user platform + +### Codemodder {#2024-04-19---codemodder} + +#### 🐍 Python {#2024-04-19---codemodder-python} + +- Added detection and processing for external Semgrep SARIF files. This change enables Codemodder to detect Semgrep SARIF provided with the `--sarif` flag + +#### ☕️ Java {#2024-04-19---codemodder-java} + +- Updated `verbose-request-mapping` codemod to remove unused `RequestMapping` imports after replacing them with shortcut variants. See codemod documentation [here](https://docs.pixee.ai/codemods/java/pixee_java_verbose-request-mapping/) +- Updated codemod metadata to provide additional context on which findings are associated with which fixes, and reasoning behind any unfixed findings +- Made improvements to codemods that handle parameterization to prevent unused variables from being included in code fixes + ## March 29, 2024 > 🔗 @@ -35,7 +67,7 @@ We're working hard to bring you new features, enhancements, and reliability to t #### ☕️ Java {#2024-03-29---codemodder-java} -- Updated sql-parameterizer codemod to fix additional cases. See codemod documentation [here](https://docs.pixee.ai/codemods/java/pixee_java_sql-parameterizer) +- Updated `sql-parameterizer codemod` to fix additional cases. See codemod documentation [here](https://docs.pixee.ai/codemods/java/pixee_java_sql-parameterizer) ## March 15, 2024 From 272b55c0475d08a2eb99597d9ffee5c8d4a4dedd Mon Sep 17 00:00:00 2001 From: erosiec Date: Tue, 14 May 2024 01:30:00 -0400 Subject: [PATCH 2/3] Run prettier --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 13b5c37..62de0ee 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -36,7 +36,7 @@ We're working hard to bring you new features, enhancements, and reliability to t - Updated `verbose-request-mapping` codemod to remove unused `RequestMapping` imports after replacing them with shortcut variants. See codemod documentation [here](https://docs.pixee.ai/codemods/java/pixee_java_verbose-request-mapping/) - Updated codemod metadata to provide additional context on which findings are associated with which fixes, and reasoning behind any unfixed findings -- Made improvements to codemods that handle parameterization to prevent unused variables from being included in code fixes +- Made improvements to codemods that handle parameterization to prevent unused variables from being included in code fixes ## March 29, 2024 From b1bae0810af9257ebcd21f8ae7886056ba12cdc6 Mon Sep 17 00:00:00 2001 From: erosiec Date: Tue, 14 May 2024 01:43:41 -0400 Subject: [PATCH 3/3] Update release-notes.md Fixed admonition, date in custom ID --- docs/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 62de0ee..1e8b392 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -19,10 +19,10 @@ We're working hard to bring you new features, enhancements, and reliability to t #### 🚀 New Features & Enhancements {#2024-04-19---new-features-enhancements} -- Users that have configured the Pixeebot <> Sonar integration can now use `workflow_dispatch` as a workflow trigger. For more on using Pixeebot to fix Sonar findings, see documentation [here](https://docs.pixee.ai/code-scanning-tools/sonar) +- Users that have configured the Pixeebot + Sonar integration can now use `workflow_dispatch` as a workflow trigger. For more on using Pixeebot to fix Sonar findings, see documentation [here](https://docs.pixee.ai/code-scanning-tools/sonar) - Refined data displayed on the Activity Dashboard. Additional information on the Pixeebot Activity Dashboard can be found [here](https://blog.pixee.ai/managing-pixeebot-activity-with-the-new-user-dashboard) -#### 🐛 Bug Fixes {#2024-03-29---bug-fixes} +#### 🐛 Bug Fixes {#2024-04-19---bug-fixes} - Fixed a bug preventing repo activation and scan status from displaying correctly on the user platform