Precli

Latest version: v0.7.8

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 12

0.7.2

What's Changed
* Update README requests Python 3.10+ by ericwb in https://github.com/securesauce/precli/pull/629
* Fix some bugs using Python 3.10 by ericwb in https://github.com/securesauce/precli/pull/631
* Replace open source with source available by ericwb in https://github.com/securesauce/precli/pull/632


**Full Changelog**: https://github.com/securesauce/precli/compare/0.7.1...0.7.2

0.7.1

What's Changed
* Add some more badges to the README by ericwb in https://github.com/securesauce/precli/pull/626
* Add support for Python 3.11 by ericwb in https://github.com/securesauce/precli/pull/627
* Support Python 3.10 by ericwb in https://github.com/securesauce/precli/pull/628


**Full Changelog**: https://github.com/securesauce/precli/compare/0.7.0...0.7.1

0.7.0

What's Changed
* Add some logging of the start and end of the run by ericwb in https://github.com/securesauce/precli/pull/616
* Add support of mkdocs macros by ericwb in https://github.com/securesauce/precli/pull/617
* Add last updated date on doc pages by ericwb in https://github.com/securesauce/precli/pull/618
* Update pre-commit hooks to latest versions by ericwb in https://github.com/securesauce/precli/pull/619
* Remove inconsistent divider in argparse rule by ericwb in https://github.com/securesauce/precli/pull/620
* Fix up not_in_nav errors from mkdocs by ericwb in https://github.com/securesauce/precli/pull/621
* Honor umask in calculating effective mode by ericwb in https://github.com/securesauce/precli/pull/622
* Bump rich from 13.9.1 to 13.9.2 by dependabot in https://github.com/securesauce/precli/pull/623
* Add Python 3.13 to unit test matrix by ericwb in https://github.com/securesauce/precli/pull/624
* Show support of Python 3.13 by ericwb in https://github.com/securesauce/precli/pull/625


**Full Changelog**: https://github.com/securesauce/precli/compare/0.6.7...0.7.0

0.6.7

What's Changed
* Fix typo in the example output by ericwb in https://github.com/securesauce/precli/pull/595
* New rule to check socket.create_connection with no timeout by ericwb in https://github.com/securesauce/precli/pull/598
* SocketNoTimeout needs to check for 0 and negative timeouts by ericwb in https://github.com/securesauce/precli/pull/599
* New rule to check for no timeout use in smtplib by ericwb in https://github.com/securesauce/precli/pull/600
* SocketNoTimeout doesn't need to check for 0 or negative values by ericwb in https://github.com/securesauce/precli/pull/601
* Add doc for new smtplib no timeout rule by ericwb in https://github.com/securesauce/precli/pull/602
* The smtplib starttls context arg is always a kwarg by ericwb in https://github.com/securesauce/precli/pull/603
* New Python rule to check for imaplib use without a timeout by ericwb in https://github.com/securesauce/precli/pull/604
* New rule to check nntplib for use without a timeout by ericwb in https://github.com/securesauce/precli/pull/605
* New Python rule to check poplib use without timeout by ericwb in https://github.com/securesauce/precli/pull/606
* New Python rule checks use of Telnet with no timeout by ericwb in https://github.com/securesauce/precli/pull/607
* New Python rule checks ftplib use without a timeout by ericwb in https://github.com/securesauce/precli/pull/608
* New Python rule checks for ssl use with no timeout by ericwb in https://github.com/securesauce/precli/pull/609
* Enhance timeout rules ot honor the global timeout by ericwb in https://github.com/securesauce/precli/pull/610
* Bump rich from 13.8.1 to 13.9.1 by dependabot in https://github.com/securesauce/precli/pull/612
* Automatically update the copyright year by ericwb in https://github.com/securesauce/precli/pull/613
* Some nit fixing up of the man page by ericwb in https://github.com/securesauce/precli/pull/614
* Fix broken handling of file via stdin by ericwb in https://github.com/securesauce/precli/pull/615


**Full Changelog**: https://github.com/securesauce/precli/compare/0.6.6...0.6.7

0.6.6

What's Changed
* Bump tree-sitter-java from 0.21.0 to 0.23.2 by dependabot in https://github.com/securesauce/precli/pull/580
* Bump tree-sitter-go from 0.23.0 to 0.23.1 by dependabot in https://github.com/securesauce/precli/pull/581
* Bump tree-sitter-python from 0.23.0 to 0.23.2 by dependabot in https://github.com/securesauce/precli/pull/582
* Support augmented assignments and parenthesized expressions by ericwb in https://github.com/securesauce/precli/pull/584
* Fix augmented assignment by ericwb in https://github.com/securesauce/precli/pull/585
* Bump actions/attest-build-provenance from 1.4.2 to 1.4.3 by dependabot in https://github.com/securesauce/precli/pull/586
* Bump rich from 13.8.0 to 13.8.1 by dependabot in https://github.com/securesauce/precli/pull/588
* New python rule to check for setuid(0) by ericwb in https://github.com/securesauce/precli/pull/589
* New Golang rule to check for Setuid to root user by ericwb in https://github.com/securesauce/precli/pull/590
* Remove unnecessary init of wildcards by ericwb in https://github.com/securesauce/precli/pull/591
* Cleanup copy-and-paste typos in syscall.Setuid rule by ericwb in https://github.com/securesauce/precli/pull/592
* Fix invalid links in docs by ericwb in https://github.com/securesauce/precli/pull/593
* Wrong line number in syscall.Setuid rule example by ericwb in https://github.com/securesauce/precli/pull/594


**Full Changelog**: https://github.com/securesauce/precli/compare/0.6.5...0.6.6

0.6.5

What's Changed
* Update to the latest tree-sitter by ericwb in https://github.com/securesauce/precli/pull/579


**Full Changelog**: https://github.com/securesauce/precli/compare/0.6.4...0.6.5

Page 2 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.