Skip to main content
Location: /polarion/#/project/{projectId}/home

Layout Overview

+------------------------------------------------------------------+
|  Banner: "TARA Demo Project"                                     |
|  Subtitle: "Nextedy Automotive TARA Cybersecurity Dashboard"     |
+------------------------------------------------------------------+
|  Statistics Bar                                                   |
|  [ System Elements ] [ TARA Records ] [ Threat Scenarios ]       |
|  [ CS Goals ] [ CS Requirements ] [ Risk Controls ] [ Tests ]    |
+----------------------------------------------+-------------------+
|  System Element Navigator (70%)              |  Quick Links (30%)|
|                                              |                   |
|  +----------------------------------------+  |  TARA Dashboards  |
|  | System Element     | TARA              |  |  - Risks Home     |
|  |--------------------|--------------------|  |  - TARA Report    |
|  | ADAS Control Sys   | TARA-ADAS-Ctrl   |  |  - CS Case        |
|  |   Perception Unit  | TARA-Percep-Unit |  |                   |
|  |     Sensor Fusion  | TARA-Sensor-ECU  |  |  Catalogs         |
|  |     Camera Module  | --               |  |  - Threat Catalog |
|  |   Conn. Gateway    | TARA-Conn-GW     |  |  - Stakeholder    |
|  +----------------------------------------+  |  - CS Goals       |
|                                              |                   |
|  Catalogs & Lifecycle Table                  |  Lifecycle Docs   |
|  +--------------------+-------------------+  |  - System Elements|
|  | Catalogs           | CS Lifecycle      |  |  - CS Concept     |
|  | Threat Scenarios   | System Elements   |  |  - CS Plan        |
|  | Stakeholders       | CS Concept        |  |                   |
|  | CS Goals           | CS Plan           |  |  Reference        |
|  |                    | CS Case           |  |  - Data Model     |
|  +--------------------+-------------------+  |  - TARA HOW-TO    |
+----------------------------------------------+-------------------+
|  Footer: Nextedy Solutions License                                |
+------------------------------------------------------------------+

Statistics Bar

The statistics bar displays live counts of key TARA artifacts, computed from Polarion Lucene queries on every page load.
MetricWork Item TypeLucene Query
System ElementssystemElementtype:systemElement
TARA RecordstaraRecordtype:taraRecord
Threat ScenariosthreatScenariotype:threatScenario
CS GoalscybersecurityGoaltype:cybersecurityGoal
CS RequirementssysReqtype:sysReq AND classification.KEY:cybersecurity
Risk ControlsriskControltype:riskControl
Test CasestestCasetype:testCase
All counts are rendered via the #nxStatsBar() and #nxStatCount() / #nxStatCountQuery() Velocity macros.

System Element Navigator

The navigator displays a hierarchical tree of system elements (System, Subsystem, Component) with links to their associated TARA Risksheet modules.

Hierarchy Structure

LevelCSS ClassElement TypeExample
0nx-level-0SystemADAS Control System
1nx-level-1SubsystemPerception Unit, Connectivity Gateway
2nx-level-2ComponentSensor Fusion ECU, V2X Transceiver

How the Tree Is Built

  1. Top-level query: All systemElement work items are queried, filtered to elementType == system
  2. Child discovery: For each system, child elements are found via linkedWorkItems().back() traversal and filtered by elementType (subsystem under system, component under subsystem)
  3. TARA lookup: For each element, a matching riskSpecification document is found by matching the systemElementId document custom field

TARA Module Column

StateDisplayNotes
TARA existsLinked document nameOpens in Risksheet view via deep link
No TARAEm-dash (—)Styled with nx-missing CSS class
Deep link pattern: /polarion/#/project/{projectId}/risksheet?document=Risks/{docName}
The TARATemplate document is automatically excluded from the navigator. Only documents stored in the Risks space appear (filter: moduleFolder must start with “Risks”).
The right sidebar (30% width) provides organized navigation to all TARA solution areas:
SectionLinks
TARA DashboardsRisks Home, TARA Report, Cybersecurity Case
CatalogsThreat Scenario Catalog, Stakeholder Catalog, Cybersecurity Goals
Lifecycle DocumentsSystem Element Tree, Cybersecurity Concept, Cybersecurity Plan
ReferenceData Model, TARA HOW-TO Guide
Need Help?External link to Nextedy support

Catalogs and Lifecycle Table

Below the system element navigator, a two-column table provides access to shared catalogs and lifecycle documents:
CatalogsCybersecurity Lifecycle
Threat Scenario CatalogSystem Element Tree
Stakeholder CatalogCybersecurity Concept
Cybersecurity GoalsCybersecurity Plan
Cybersecurity Case

Velocity Macros Used

MacroPurpose
#nxBanner()Project header banner
#nxStatsBar() / #nxStatCount()Statistics tiles
#nxNavTableStyles()Hierarchical table CSS (nx-nav-tree)
#nxLicenseFooter()Commercial license footer

Source: _default/Home/page.xml