Dylan Pulver

Results 16 issues of Dylan Pulver

The debug flag is now fixed. The following all work now: ``` python -m safety --debug scan python -m safety --debug 1 scan python -m safety --debug true scan ```...

This PR introduces an automation that adds contributors to a SendGrid email list upon merging their first PR. The key changes include: - **Action Workflow:** * Created a GitHub Action...

Clear and informative error messages are essential for a good user experience. We are looking for contributions that improve existing error messages, making them more descriptive and helpful for users....

good first issue

Clear and descriptive comments make the codebase more accessible to new contributors and easier to maintain. We welcome contributions that add or improve comments within the code, especially in areas...

good first issue

Code refactoring helps improve readability, maintainability, and performance. If you identify a function or section of code that could benefit from refactoring, we welcome your contributions. Refactoring can include simplifying...

good first issue

Typos can appear in code comments, documentation, or even within the code itself. We encourage contributors to fix any typographical errors they encounter. If you find and fix a typo,...

good first issue

Testing is crucial to maintaining the quality of our codebase. We welcome contributions that add new tests or improve existing ones. Whether you find an untested function, edge case, or...

good first issue

This issue is intended to encourage continuous improvement of the documentation across the repository. We are looking for contributions that enhance clarity, add examples, or update existing documentation to better...

good first issue

## Summary by CodeRabbit - **Documentation** - Restructured the README.md for improved clarity and organization. - Added a new "Getting Started with Safety CLI" section for new users. - Enhanced...

**Description:** This PR introduces enhancements to the `scan` and `process_report` functions to include the exit code and corresponding reason in the JSON result. This improvement aims to provide better insights...