Skip to content

Commit

Permalink
Merge pull request #417 from DinoChiesa/am-hygiene
Browse files Browse the repository at this point in the history
feat: AssignMessage hygiene checks
  • Loading branch information
ssvaidyanathan authored Jan 22, 2024
2 parents 559b361 + e90c0aa commit e8fcfa5
Show file tree
Hide file tree
Showing 37 changed files with 1,102 additions and 83 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ This is the current list:
|   |:white_check_mark:| PO031 | AssignMessage content-type | When assigning to Payload, you should also assign content-type, exactly once. |
|   |:white_check_mark:| PO032 | CORS policy hygiene | In a CORS policy, wildcard origins should generate a warning. And other hygiene checks.|
|   |:white_check_mark:| PO033 | ExtractVariables policy hygiene | In an ExtractVariables policy, check variable types and other hygiene. |
|   |:white_check_mark:| PO034 | AssignMessage policy hygiene | In an AssignMessage policy, check element placement and other hygiene. |
| FaultRules |   |   |   |   |
|   |:white_check_mark:| FR001 | No Condition on FaultRule | Use Condition elements on FaultRules, unless it is the fallback rule. |
|   |:white_check_mark:| FR002 | DefaultFaultRule Structure | DefaultFaultRule should have only supported child elements, at most one AlwaysEnforce element, and at most one Condition element. |
Expand Down
Loading

0 comments on commit e8fcfa5

Please sign in to comment.