Skip to content

Commit

Permalink
feat: AssignMessage hygiene checks
Browse files Browse the repository at this point in the history
checks for presence of elements, proper placement, etc.
  • Loading branch information
DinoChiesa committed Jan 12, 2024
1 parent e785b2b commit 2cdedf3
Show file tree
Hide file tree
Showing 35 changed files with 998 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 2cdedf3

Please sign in to comment.