|
| 1 | +# |
| 2 | +# Copyright 2025 the original author or authors. |
| 3 | +# <p> |
| 4 | +# Licensed under the Moderne Source Available License (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# <p> |
| 8 | +# https://docs.moderne.io/licensing/moderne-source-available-license |
| 9 | +# <p> |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | +# |
| 16 | + |
| 17 | +type: specs.openrewrite.org/v1beta/recipe |
| 18 | +name: io.moderne.devcenter.SecurityOriginalStarter |
| 19 | +displayName: Original DevCenter security card |
| 20 | +description: >- |
| 21 | + This is the same set of recipes as the original DevCenter security card. |
| 22 | +tags: |
| 23 | + # This tag is used by ReportAsSecurityIssues to identify sibling recipes that make up the |
| 24 | + # dimensions of the security DevCenter card. |
| 25 | + - DevCenter:security |
| 26 | +recipeList: |
| 27 | + - org.openrewrite.java.security.secrets.FindSecrets |
| 28 | + - org.openrewrite.java.security.OwaspA01 |
| 29 | + - org.openrewrite.java.security.OwaspA02 |
| 30 | + - org.openrewrite.java.security.OwaspA03 |
| 31 | + # TODO TraitErrors thrown by VarAccessBase bug |
| 32 | + # - org.openrewrite.java.security.OwaspA05 |
| 33 | + - org.openrewrite.java.security.OwaspA06 |
| 34 | + - org.openrewrite.java.security.OwaspA08 |
| 35 | + - org.openrewrite.java.security.RegularExpressionDenialOfService |
| 36 | + - org.openrewrite.java.security.ZipSlip |
| 37 | + - org.openrewrite.java.security.SecureTempFileCreation |
| 38 | + # Changes made by recipes above this one in the recipe list are reported as occurrences |
| 39 | + # in the Security DevCenter card. |
| 40 | + - io.moderne.devcenter.ReportAsSecurityIssues |
0 commit comments