Skip to content

0.6.7

Compare
Choose a tag to compare
@ericwb ericwb released this 02 Oct 20:14
· 82 commits to main since this release
5dd6a75

What's Changed

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

Full Changelog: 0.6.6...0.6.7