Pixee OSS Assistant

Results 55 issues of Pixee OSS Assistant

Pixeebot finds security and code quality issues in your code and creates merge-ready pull requests with recommended fixes.

Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to fix non-trivial security issues and...

This change simplifies Spring Framework annotations by making use of shortened annotations when applicable. Code that is easy to read is easy to review, reason about, and detect bugs in....

Added Pixeebot to the Software Tools list

Added Codemodder to 'Vulnerability Prevention' Codemodder is a pluggable framework for building expressive codemods. Use Codemodder when you need more than a linter or code formatting tool. Use it to...

Imagine that someone handed you a pile of 100 apples and then asked you to count how many of them were green without putting any of them down. You'd probably...

This codemod fixes cases where an exception is referenced by itself in a statement without being raised. This most likely indicates a bug: you probably meant to actually raise the...

Many developers will be surprised to learn that `requests` library calls do not include timeouts by default. This means that an attempted request could hang indefinitely if no connection is...

Many developers will be surprised to learn that `requests` library calls do not include timeouts by default. This means that an attempted request could hang indefinitely if no connection is...

This change defensively switches the order of literals in comparison expressions to ensure that no null pointer exceptions are unexpectedly thrown. Runtime exceptions especially can cause exceptional and unexpected code...

feedback-requested