Skip to content

Commit

Permalink
Release Notes 03/15-03/29 (#163)
Browse files Browse the repository at this point in the history
* Release Notes 03/15-03/29

* fix: formatting
  • Loading branch information
erosiec authored Apr 9, 2024
1 parent 461c841 commit 36a5e3a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,37 @@ 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 29, 2024

> 🔗
> **Pixee CLI Bitbucket Integration**
>
> You can now put Pixee to work on your Bitbucket repositories using the Pixee Bitbucket pipeline. This integration gives you access to Pixee’s automated code hardening on the Bitbucket platform. Support for GitLab coming soon!
>
> For more information, see documentation [here](https://docs.pixee.ai/open-pixee)
### Pixeebot App + Platform {#2024-03-29---pixeebot-app--platform}

#### 🚀 New Features & Enhancements {#2024-03-29---new-features-enhancements}

- Pixeebot now automatically fixes CodeQL and GitHub Advanced Security alerts. No setup required, Pixeebot will automatically work on findings after install. See documentation [here](https://docs.pixee.ai/code-scanning-tools/codeql), and a video walkthrough on our YouTube channel [here](https://youtu.be/DXs8VHsfiIQ)

#### 🐛 Bug Fixes {#2024-03-29---bug-fixes}

- Fixed a bug that prevented available codemods from loading in the the Available table on the User Dashboard
- Resolved an issue that slowed the loading of analyses counts in the User Dashboard

### Codemodder {#2024-03-29---codemodder}

#### 🐍 Python {#2024-03-29---codemodder-python}

- Updates to improve handling of `requirements.txt` files with `-r` flags
- Updated `enable-jinja2-autoescape` codemod to better handle cases where the contents of `**kwargs` is unknown. See codemod documentation [here](https://docs.pixee.ai/codemods/python/pixee_python_enable-jinja2-autoescape)

#### ☕️ 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)

## March 15, 2024

> 🛠️
Expand Down

0 comments on commit 36a5e3a

Please sign in to comment.