Skip to content

Commit

Permalink
refactor: Trim recipe descriptions
Browse files Browse the repository at this point in the history
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=T3BlblJld3JpdGU%3D

Co-authored-by: Moderne <team@moderne.io>
  • Loading branch information
timtebeek and TeamModerne committed Jul 24, 2024
1 parent 6ac8d10 commit 18c40ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/META-INF/rewrite/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspTopTen
displayName: Remediate vulnerabilities from the OWASP Top Ten
description: >
description: >-
[OWASP](https://owasp.org) publishes a list of the most impactful common security vulnerabilities.
These recipes identify and remediate vulnerabilities from the OWASP Top Ten.
recipeList:
Expand All @@ -31,7 +31,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspA01
displayName: Remediate OWASP A01:2021 Broken access control
description: >
description: >-
OWASP [A01:2021](https://owasp.org/Top10/A01_2021-Broken_Access_Control/) describes failures related to broken access
control.
recipeList:
Expand All @@ -42,7 +42,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspA02
displayName: Remediate OWASP A02:2021 Cryptographic failures
description: >
description: >-
OWASP [A02:2021](https://owasp.org/Top10/A02_2021-Cryptographic_Failures/) describes failures related to cryptography
(or lack thereof), which often lead to exposure of sensitive data. This recipe seeks to remediate these vulnerabilities.
recipeList:
Expand All @@ -52,7 +52,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspA03
displayName: Remediate OWASP A03:2021 Injection
description: >
description: >-
OWASP [A03:2021](https://owasp.org/Top10/A03_2021-Injection/) describes failures related to user-supplied data being
used to influence program state to operate outside of its intended bounds. This recipe seeks to remediate these vulnerabilities.
recipeList:
Expand All @@ -63,7 +63,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspA05
displayName: Remediate OWASP A05:2021 Security misconfiguration
description: >
description: >-
OWASP [A05:2021](https://owasp.org/Top10/A05_2021-Security_Misconfiguration/) describes failures related to security
misconfiguration.
recipeList:
Expand All @@ -72,7 +72,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspA06
displayName: Remediate OWASP A06:2021 Vulnerable and outdated components
description: >
description: >-
OWASP [A06:2021](https://owasp.org/Top10/A06_2021-Vulnerable_and_Outdated_Components/) describes failures related to
vulnerable and outdated components.
recipeList:
Expand All @@ -81,7 +81,7 @@ recipeList:
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.security.OwaspA08
displayName: Remediate OWASP A08:2021 Software and data integrity failures
description: >
description: >-
OWASP [A08:2021](https://owasp.org/Top10/A08_2021-Software_and_Data_Integrity_Failures/) software and data integrity
failures.
recipeList:
Expand Down

0 comments on commit 18c40ef

Please sign in to comment.