Have suggestions or feedback?
Suggest cookbooks/recipes Provide feedback Share your cookbookSecure Code Warrior
6 recipes
AWS SDK
Best practices for the Amazon Web Services ecosystem including credential management/storage, databases and region selection.
Secure Code Warrior
19 recipes
Android Security Set
Recipes created from security recommendations in the official Android documentation (https://developer.android.com/), including checks for the manifest file, injection vulnerability, configuration and storage.
Secure Code Warrior
44 recipes
Basic Protection Set
Starting point for security that detects weak cryptography, injection vulnerabilities and XXE in a framework-agnostic way.
Secure Code Warrior
9 recipes
JUnit 4 Best Practices
Best practices for the JUnit 4 testing framework including correct usage of its API and annotations.
Secure Code Warrior
12 recipes
JUnit 5 Best Practices
Best practices for the JUnit 5 testing framework including correct usage of its API and annotations.
Secure Code Warrior
22 recipes
Java Gotcha's
Detection of mistakes relating to incorrect or unsafe use of Java language features and APIs such as object equality, exception handling, regular expressions and collections.
Secure Code Warrior
91 recipes
OWASP Top 10 Set
Collection of all recipes related to the OWASP Top 10 categories such as injection, authentication, security misconfiguration.
Secure Code Warrior
91 recipes
Spring
Best practices spanning the Java Spring projects including Boot, Core, Data, Security and Web.
Secure Code Warrior
108 recipes
Standardisation on AssertJ for unit testing
Recipes to standardise on the AssertJ framework including idiomatic assertions and migrations from other frameworks.
Secure Code Warrior
32 recipes
Standardisation on SLF4J
Recipes to standardise on the SLF4J framework including migrations from other logging frameworks
Secure Code Warrior
189 recipes
Standardisation on java.time (JSR-310)
Standardisation on java.time (JSR-310) including migrations from other time frameworks.