Overview
**PLEASE NOTE**: There is a **potentially breaking change** as part of this update, as the Stripe rule has been relocated under `SaaS`. This modifies its reference to now be `CredentialSaaSStripeAPI`. Any previously suppressed findings for this rule will need to be updated to reflect this new identifier.
🛠️ **New Features**
* Upgrade to the [latest STACS rules](https://github.com/stacscan/stacs-rules/pull/6), which includes new rules for
* PyPI Token
* Slack Token
* User (`xoxp-...`)
* Bot (`xoxb-...`)
* NPM
* `authToken`
* `password`
* PKCS12 / PFX
* DER format RSA keys.
* Detects keys with exponents `3` / `65537`, and modulous sizes `64` / `128` / `256` / `512` / `1024`.
🍩 **Improvements**
* Minor changes to AWS rule.
* Simplify matching criteria for a number of rules.
🐛 **Bug Fixes**
* N/A