{tm.description}
{dataflows:repeat:
- name : {{item.display_name:call:}}
- from : {{item.source.name}}
- to : {{item.sink.name}}:{{item.dstPort}}
- data : {{item.data}}
- protocol : {{item.protocol}}
}
{data:repeat:
- name : {{item.name}}
- description : {{item.description}}
- classification : {{item.classification.name}}
- carried by : {{item.carriedBy:repeat:{{{{item.name}}}}
}} - processed by : {{item.processedBy:repeat:{{{{item.name}}}}
}}
}
{actors:repeat:
- name : {{item.name}}
- description : {{item.description}}
- is Admin : {{item.isAdmin}}
- # of findings : {{item:call:getFindingCount}}
}}
Findings
{{item.findings:repeat:
- Targeted Element : {{{{item.target}}}}
- Severity : {{{{item.severity}}}}
- References : {{{{item.references}}}}
}} }} }
{boundaries:repeat:
- name : {{item.name}}
- description : {{item.description}}
- in scope : {{item.inScope}}
- immediate parent : {{item.parents:if:{{item:call:getParentName}}}}{{item.parents:not:N/A, primary boundary}}
- all parents : {{item.parents:call:{{{{item.display_name:call:}}}}, }}
- classification : {{item.maxClassification}}
- finding count : {{item:call:getFindingCount}}
}}
Findings
{{item.findings:repeat:
- Targeted Element : {{{{item.target}}}}
- Severity : {{{{item.severity}}}}
- References : {{{{item.references}}}}
}} }} }
{assets:repeat:
- name : {{item.name}}
- description : {{item.description}}
- in scope : {{item.inScope}}
- type : {{item:call:getElementType}}
- # of findings : {{item:call:getFindingCount}}
}}
Findings
{{item.findings:repeat:
- Targeted Element : {{{{item.target}}}}
- Severity : {{{{item.severity}}}}
- References : {{{{item.references}}}}
}} }} }
{dataflows:repeat:
Name | {{item.name}} |
---|---|
Description | {{item.description}} |
Sink | {{item.sink}} |
Source | {{item.source}} |
Is Response | {{item.isResponse}} |
In Scope | {{item.inScope}} |
Finding Count | {{item:call:getFindingCount}} |
}}
Findings
{{item.findings:repeat:
- Targeted Element : {{{{item.target}}}}
- Severity : {{{{item.severity}}}}
- References : {{{{item.references}}}}
}} }} }