Remediate OWASP A08:2021 Software and data integrity failures
Recipe ID
org.openrewrite.java.security.OwaspA08Artifact
org.openrewrite.recipe:rewrite-java-securityOWASP A08:2021 software and data integrity failures.
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.java.security.OwaspA08If the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite.recipe:rewrite-java-security:3.36.0Definition
This recipe runs the following recipes in order.
- Insecure JMS deserialization
org.openrewrite.java.security.marshalling.InsecureJmsDeserialization - Restrict deserialized classes for JMS
ObjectMessageorg.openrewrite.java.security.marshalling.FixInsecureJmsDeserialization - Secure the use of SnakeYAML's constructor
org.openrewrite.java.security.marshalling.SecureSnakeYamlConstructor - Secure the use of Jackson default typing
org.openrewrite.java.security.marshalling.SecureJacksonDefaultTyping - Find Jackson default type mapping enablement
org.openrewrite.java.security.search.FindJacksonDefaultTypeMapping - Find vulnerable uses of Jackson
@JsonTypeInfoorg.openrewrite.java.security.search.FindVulnerableJacksonJsonTypeInfo - Use secure temporary file creation
org.openrewrite.java.security.SecureTempFileCreation - Find text-direction changes
org.openrewrite.java.security.FindTextDirectionChanges - Use
Files#createTempDirectoryorg.openrewrite.java.security.UseFilesCreateTempDirectory - Enable CSRF attack prevention
org.openrewrite.java.security.spring.CsrfProtection - Secure Spring service exporters
org.openrewrite.java.security.spring.InsecureSpringServiceExporter - Find Apache Commons BeanUtils property assignments
org.openrewrite.java.security.search.FindBeanPropertyAssignment
Data tables
Structured output this recipe can produce.
- Method callsThe text of matching method invocations.
org.openrewrite.java.table.MethodCalls - Source files that had resultsSource files that were modified by the recipe run.
org.openrewrite.table.SourcesFileResults - Source files that had search resultsSearch results that were found during the recipe run.
org.openrewrite.table.SearchResults - Source files that errored on a recipeThe details of all errors produced by a recipe run.
org.openrewrite.table.SourcesFileErrors - Recipe performanceStatistics used in analyzing the performance of recipes.
org.openrewrite.table.RecipeRunStats