Tips for improving Drupal security
  I had a chance to check out the Talking Drupal: Drupal security  podcast. These were my key takeaways. Top 3 tips Its stuff we already know about but don't do. Lets educate and remind ourselves and others. Do not write down passwords (especially on sticky notes). Use a Password Manager e.g. LastPass , Bitwarden , Passbolt Patch your modules. Security patches  are released  every 3rd Tuesday of the month  by the Drupal Security team . Sign up to security announcements. You can use RSS feeds to bring updates to your slack, teams, etc. There is also a Discord site . Use  tools that make your code better. e.g. CI to make it more readable  (coding styles, comments). Code reviews. Write the least amount of code  as possible. No code is best ie only using Core and Contrib modules.  (IMO, as a developer this is impossible š)    Contrib modules  to help improve Drupal security Cloudsec  - Uses the Crowdsec service  to block malicious traffic Username enumeration prevention   - ...