Skip to main content

Pentest Ticket Data Model

The Pentest Ticket data model is a record that documents the interactions and progress made on a single or group of penetration test findings. It extends the Ticket data model.

The following table details the default attributes of the Pentest Ticket data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1findingsReference (Pentest finding)HASNo
2previousFindingsReference (Pentest finding)PREVIOUS_HASNo
3statusCategoryCalculated (Single Choice)N/ANo
4dateClosedCalculated (Date Time)N/ANo
5baseRiskScoreCalculated (Number)N/ANo
6riskFactorOffsetCalculated (Number)N/ANo
7riskScoreCalculated (Number)N/ANo
8riskRatingCalculated (Single Choice)N/ANo
9slaCalculated (Number)N/ANo
10slaLevelCalculated (Text)N/ANo
11dueDateCalculated (Date Time)N/ANo
12complianceStatusCalculated (Single Choice)N/ANo
13ageInDaysCalculated (Number)N/ANo
14daysToFixCalculated (Number)N/ANo
15riskFactorsRisk FactorsN/ANo
16buidTextN/ANo
17assignedReference (User)BELONGS_TONo
18externalUidsTextN/ANo
19delegatesReference (User)DELEGATED_TONo
20attachmentsAttachmentsN/ANo
21statusStatusN/ANo
22sourceFirstFoundDate TimeN/ANo
23sourceLastFoundDate TimeN/ANo
24recommendationTextN/ANo
25sprintReference (Sprint Model)BELONGS_TONo
26slaDefinitionNameTextN/ANo
27progressNumberN/ANo
28riskScoringModelRisk Scoring ModelN/ANo
29slaDefinitionSLAN/ANo
30uidTextN/AYes
31dataModelNameCalculated (Text)N/ANo
32sourceUidsText (Multivalued)N/ANo
33connectorCategoriesText (Multivalued)N/ANo
34connectorNamesText (Multivalued)N/ANo
35dataIntegrationTitlesText (Multivalued)N/ANo
36sourcesIconsSource data models iconsN/ANo
37nameTextN/ANo
38displayNameTextN/AYes
39summaryTextN/ANo
40descriptionTextN/ANo
41categoriesText (Multivalued)N/ANo
42flowStateTextN/ANo
43sourcesReference (Base model)SOURCED_FROMNo
44dateCreatedDate TimeN/ANo
45lastUpdatedDate TimeN/ANo
46createdByTextN/ANo
47updatedByTextN/ANo
FOOTNOTES
  • The Order column specifies the order of attributes being calculated in data computation.
  • The attribute names are used in Brinqa Query Language (BQL) queries and Brinqa Condition Language (BCL) predicates.
  • In the Type column, Calculated means that the value of the attribute is computed by executing a script. The text in the parentheses after Calculated denotes the type of the outcome.
  • In the Type column, Reference means that two data models are related. The name in the parentheses after Reference indicates the other data model.
  • The Relationship Type column only applies to the Reference type attributes. You can use the relationship type keyword in BQL queries.