-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes 03/03/24-03/15/24 (#159)
* Release notes 03/03/24-03/15/24 Updating release notes with product updates made between 03/03/24-03/15/24 * fix: formatting --------- Co-authored-by: brian doyal <[email protected]>
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [[email protected]](mailto:[email protected])! | ||
|
||
## March 15, 2024 | ||
|
||
> 🛠️ | ||
> **Pixeebot Fixes Sonar Issues:** | ||
> | ||
> Pixeebot can now ingest your organization’s Sonar findings and automatically provide PRs to remediate some of them, giving you back development time. | ||
> | ||
> Installation is quick and easy. See documentation [here](https://docs.pixee.ai/code-scanning-tools/sonar) | ||
### Pixeebot App + Platform {#2024-03-15---pixeebot-app--platform} | ||
|
||
#### 🚀 New Features & Enhancements {#2024-03-15---new-features--enhancements} | ||
|
||
- Made enhancements to the platform to speed up feedback delivery | ||
- Rolled out a new and improved User Dashboard. The User Dashboard on pixee.ai has been updated for easier management of Pixeebot installations and issues across all repositories. Learn more in [this blog post](https://blog.pixee.ai/managing-pixeebot-activity-with-the-new-user-dashboard) | ||
|
||
#### 🐛 Bug Fixes {#2024-03-15---bug-fixes} | ||
|
||
- Various bug fixes | ||
|
||
### Codemodder {#2024-03-15---codemodder} | ||
|
||
#### 🐍 Python {#2024-03-15---codemodder-python} | ||
|
||
- Updated `fix-deprecated-abstractproperty` codemod to account for `staticmethod` and `classmethod` deprecated properties. See codemod documentation [here](https://docs.pixee.ai/codemods/python/pixee_python_fix-deprecated-abstractproperty) | ||
- Updated platform to handle the new CodeTF `detectionTool` field to ensure consistent presentation for third party tool remediation results. | ||
|
||
#### ☕️ Java {#2024-03-15---codemodder-java} | ||
|
||
- Updated `switch-literal-first` codemod to account for previous null checks. See codemod documentation [here](https://docs.pixee.ai/codemods/java/pixee_java_switch-literal-first) | ||
- Updated `harden-process-creation` codemod to ensure that it is not executed when the parameters received are only constant variables or hardcoded values. See codemod documentation [here](https://docs.pixee.ai/codemods/java/pixee_java_harden-process-creation) | ||
|
||
## March 1, 2024 | ||
|
||
### Pixeebot App + Platform {#2024-03-01---pixeebot-app--platform} | ||
|