-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreat_sample.xml
100 lines (100 loc) · 4.59 KB
/
threat_sample.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
<DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
<Author>Microsoft Office User</Author>
<LastAuthor>Microsoft Office User</LastAuthor>
<Created>2016-07-12T03:17:52Z</Created>
<Version>15.0</Version>
</DocumentProperties>
<OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
<AllowPNG/>
<PixelsPerInch>96</PixelsPerInch>
</OfficeDocumentSettings>
<ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
<WindowHeight>16680</WindowHeight>
<WindowWidth>15820</WindowWidth>
<WindowTopX>6640</WindowTopX>
<WindowTopY>460</WindowTopY>
<ProtectStructure>False</ProtectStructure>
<ProtectWindows>False</ProtectWindows>
</ExcelWorkbook>
<Styles>
<Style ss:ID="Default" ss:Name="Normal">
<Alignment ss:Vertical="Bottom"/>
<Borders/>
<Font ss:FontName="Calibri" x:Family="Swiss" ss:Size="12" ss:Color="#000000"/>
<Interior/>
<NumberFormat/>
<Protection/>
</Style>
</Styles>
<Worksheet ss:Name="Sheet1">
<Table ss:ExpandedColumnCount="5" ss:ExpandedRowCount="6" x:FullColumns="1"
x:FullRows="1" ss:DefaultColumnWidth="65" ss:DefaultRowHeight="16">
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">ThreatCategoryName</Data></Cell>
<Cell><Data ss:Type="String">ThreatCategoryShortDescription</Data></Cell>
<Cell><Data ss:Type="String">ThreatTypeShortTitle</Data></Cell>
<Cell><Data ss:Type="String">ThreatTypeDescription</Data></Cell>
<Cell><Data ss:Type="String">ThreatTypePriority</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">Omission</Data></Cell>
<Cell><Data ss:Type="String">The service is never deliverd.</Data></Cell>
<Cell><Data ss:Type="String">Service Omitted</Data></Cell>
<Cell><Data ss:Type="String">{flow.Name} will not be initiated between {source.Name} and {target.Name}.</Data></Cell>
<Cell><Data ss:Type="String">High</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">Commission</Data></Cell>
<Cell><Data ss:Type="String">A service is delivered when not required.</Data></Cell>
<Cell><Data ss:Type="String">Unproper Service Commision</Data></Cell>
<Cell><Data ss:Type="String">{flow.Name} will be commited, regardless of user's intention.</Data></Cell>
<Cell><Data ss:Type="String">High</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">Early</Data></Cell>
<Cell><Data ss:Type="String">The service (communication) occurs earlier than intended.</Data></Cell>
<Cell><Data ss:Type="String">Early Commited Service</Data></Cell>
<Cell><Data ss:Type="String">It takes shorter than usual for service of {flow.Name} between {source.Name} and {target.Name}</Data></Cell>
<Cell><Data ss:Type="String">Low</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">Late</Data></Cell>
<Cell><Data ss:Type="String">The Service (communication) occurs later than intended.</Data></Cell>
<Cell><Data ss:Type="String">Late Commited Service</Data></Cell>
<Cell><Data ss:Type="String">It takes longer than usual to commit the service of {flow.Name} between {source.Name} and {target.Name}.</Data></Cell>
<Cell><Data ss:Type="String">Medium</Data></Cell>
</Row>
<Row ss:AutoFitHeight="0">
<Cell><Data ss:Type="String">Value</Data></Cell>
<Cell><Data ss:Type="String">The information (data) delivered has the wrong value.</Data></Cell>
<Cell><Data ss:Type="String">Wrong Service</Data></Cell>
<Cell><Data ss:Type="String">A completely different service rather than {flow.Name} between {source.Name} and {target.Name} will be commited.</Data></Cell>
<Cell><Data ss:Type="String">High</Data></Cell>
</Row>
</Table>
<WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
<PageSetup>
<Header x:Margin="0.3"/>
<Footer x:Margin="0.3"/>
<PageMargins x:Bottom="0.75" x:Left="0.7" x:Right="0.7" x:Top="0.75"/>
</PageSetup>
<Unsynced/>
<PageLayoutZoom>0</PageLayoutZoom>
<Selected/>
<Panes>
<Pane>
<Number>3</Number>
<ActiveCol>4</ActiveCol>
</Pane>
</Panes>
<ProtectObjects>False</ProtectObjects>
<ProtectScenarios>False</ProtectScenarios>
</WorksheetOptions>
</Worksheet>
</Workbook>