Precli

Latest version: v0.7.8

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

Scan your dependencies

Page 7 of 12

0.4.1

What's Changed
* Embed the copyright as part of the package by ericwb in https://github.com/securesauce/precli/pull/374
* Add --api_key checked in the CLI args by ericwb in https://github.com/securesauce/precli/pull/375
* Check for api-key not api_key by ericwb in https://github.com/securesauce/precli/pull/376
* Pin the dependencies in requirements.txt by ericwb in https://github.com/securesauce/precli/pull/377
* Fix so preignore properly ignores tests by ericwb in https://github.com/securesauce/precli/pull/378
* IgnoreFilterManager always requires relative path by ericwb in https://github.com/securesauce/precli/pull/379
* Add ability to process a byte string value by ericwb in https://github.com/securesauce/precli/pull/380
* Add md5-sha1 to list of hashlib algorithms by ericwb in https://github.com/securesauce/precli/pull/383
* Ensure the tests import hashlib by ericwb in https://github.com/securesauce/precli/pull/385
* Put tokens into a separate module by ericwb in https://github.com/securesauce/precli/pull/386
* More progress indicators by ericwb in https://github.com/securesauce/precli/pull/387
* Distinguish betwen strings and attributes by ericwb in https://github.com/securesauce/precli/pull/388


**Full Changelog**: https://github.com/securesauce/precli/compare/0.4.0...0.4.1

0.4.0

What's Changed
* Refactor how rules are called to analyze by ericwb in https://github.com/securesauce/precli/pull/373


**Full Changelog**: https://github.com/securesauce/precli/compare/0.3.14...0.4.0

0.3.14

What's Changed
* Keep SARIF output as minimal as possible by ericwb in https://github.com/securesauce/precli/pull/333
* Create a code of conduct by ericwb in https://github.com/securesauce/precli/pull/334
* Create a security policy by ericwb in https://github.com/securesauce/precli/pull/335
* Bump softprops/action-gh-release from 1 to 2 by dependabot in https://github.com/securesauce/precli/pull/336
* Add more details to README by ericwb in https://github.com/securesauce/precli/pull/337
* Skip build for changes to README by ericwb in https://github.com/securesauce/precli/pull/338
* Add new rule to check for no context being passed to FTP_TLS by ericwb in https://github.com/securesauce/precli/pull/346
* Use guards instead of nested if conditionals by ericwb in https://github.com/securesauce/precli/pull/347
* Add new rule to check for no context being passed to IMAP4_SSL by ericwb in https://github.com/securesauce/precli/pull/348
* Reorganize the paths of the testcases and examples by ericwb in https://github.com/securesauce/precli/pull/349
* Add new rule to check for context=None in nntp.starttls or NNTP_SSL by ericwb in https://github.com/securesauce/precli/pull/350
* Add new rule to check for context=None in stls or POP3_SSL by ericwb in https://github.com/securesauce/precli/pull/351
* Add new rule to check for context=None in smtp.starttls or SMTP_SSL by ericwb in https://github.com/securesauce/precli/pull/352
* Add rule on argparse to check for an argument of password by ericwb in https://github.com/securesauce/precli/pull/353
* Rename function to be more clear by ericwb in https://github.com/securesauce/precli/pull/355
* Add new rule for secrets insufficient token length by ericwb in https://github.com/securesauce/precli/pull/356
* Add secrets_weak_token to rules table by ericwb in https://github.com/securesauce/precli/pull/357
* Change category name to insufficient_token_length by ericwb in https://github.com/securesauce/precli/pull/358
* Refactor the docs by ericwb in https://github.com/securesauce/precli/pull/359
* More consistent naming of docs by ericwb in https://github.com/securesauce/precli/pull/360
* Add logo to README by ericwb in https://github.com/securesauce/precli/pull/361
* Drop support of Windows by ericwb in https://github.com/securesauce/precli/pull/363
* New rule for socket based unrestricted bind by ericwb in https://github.com/securesauce/precli/pull/362
* Add rule for socketserver unrestricted bind by ericwb in https://github.com/securesauce/precli/pull/364
* SocketServer doc needs example and refs for socketserver by ericwb in https://github.com/securesauce/precli/pull/365
* Add new rule for http.server unrestricted bind by ericwb in https://github.com/securesauce/precli/pull/366
* Nit: rename file for consistency by ericwb in https://github.com/securesauce/precli/pull/367
* Add rule for xmlrpc.server unrestricted bind by ericwb in https://github.com/securesauce/precli/pull/368
* Fix wrong examples in docstring of xmlrpc by ericwb in https://github.com/securesauce/precli/pull/369
* Add new rule to detect regex denial-of-service patterns by ericwb in https://github.com/securesauce/precli/pull/372


**Full Changelog**: https://github.com/securesauce/precli/compare/0.3.13...0.3.14

0.3.13

What's Changed
* Add security-severity property to sarif rules by ericwb in https://github.com/securesauce/precli/pull/323
* Rename tool name to Precaution by ericwb in https://github.com/securesauce/precli/pull/324
* Fix the schema version to not be the uri by ericwb in https://github.com/securesauce/precli/pull/325
* security severity should be str not float by ericwb in https://github.com/securesauce/precli/pull/326
* Switch docs to use mkdocs by ericwb in https://github.com/securesauce/precli/pull/327
* Nit: use single ticks not double by ericwb in https://github.com/securesauce/precli/pull/328
* Add rule descriptions to SARIF output by ericwb in https://github.com/securesauce/precli/pull/329
* Better short and long rule descriptions by ericwb in https://github.com/securesauce/precli/pull/330
* Add help text and markdown for rule by ericwb in https://github.com/securesauce/precli/pull/331
* Clean up the description text for rules by ericwb in https://github.com/securesauce/precli/pull/332


**Full Changelog**: https://github.com/securesauce/precli/compare/0.3.12...0.3.13

0.3.12

What's Changed
* Add security tag to sarif output by ericwb in https://github.com/securesauce/precli/pull/321
* Add CWE info in the SARIF output by ericwb in https://github.com/securesauce/precli/pull/322


**Full Changelog**: https://github.com/securesauce/precli/compare/0.3.11...0.3.12

0.3.11

What's Changed
* Remove the rule's full description from SARIF by ericwb in https://github.com/securesauce/precli/pull/320


**Full Changelog**: https://github.com/securesauce/precli/compare/0.3.10...0.3.11

Page 7 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.