Importing Assets & Risks
CSV Asset Import – Field Descriptions and Guidelines
File Requirements:
Important: When importing assets via CSV, your CSV file must include the following headers that match the field names (e.g -
name
,description
,owner
,environment_tags
,compliance_tags
,other_tags
).The max file size allowed for CSV import is 500 KB.
The following fields should be provided in each row:
Name (Required): A short name or title for the asset.
The name must be between 3 and 50 characters long
Can only contain letters, numbers, underscores (_), hyphens (-), and spaces.
Example: Asset Name 1
Note: If the name contains commas, it must be enclosed in double quotes (" "), for example: "Asset Name, Phase 2".
Description (Required): A detailed description of the asset.
This should be between 3 and 255 characters long
Can include letters, numbers, underscores (_), hyphens (-), commas, slashes (/), periods, and spaces.
Example: This is my asset description with item 1, item 2, and item 3.
Note: If the description contains commas, it must be enclosed in double quotes (" "), for example: "This asset is critical, high priority".
Owner (Required): The full name of the person or department responsible for the asset.
Must be between 3 and 50 characters long
Can only contain letters, numbers, underscores (_), hyphens (-), and spaces.
Example 1: John Doe
Example 2: DevOps Team Lead
Note: If the owner's name contains commas, it must be enclosed in double quotes (" "), for example: "John Doe, Sr".
Environment Tags (Optional): Tags related to the environment of the asset.
Multiple tags should be separated by commas.
Example: production, high-priority, external, product1
Note: If a tag contains commas, it must be enclosed in double quotes (" "), for example: "environment1, environment2".
Compliance Tags (Optional): Tags related to compliance or regulatory frameworks.
Multiple tags should be separated by commas.
Example: GDPR, SOC2, mysecurityprogram
Note: If a tag contains commas, it must be enclosed in double quotes (" "), for example: "GDPR, EU-Regulations".
Other Tags (Optional): Any other relevant tags.
Multiple tags should be separated by commas.
Example: urgent, needs-review
Note: If a tag contains commas, it must be enclosed in double quotes (" "), for example: "critical, urgent".
Tags Handling Guidelines
Comma-Separated Tags:
When providing multiple tags, separate each tag with a comma (e.g., production, critical, external).
Note: If a tag contains a comma, the entire tag must be enclosed in double quotes (" "), for example: "production, critical".
Normalization:
Spaces in tags will be automatically replaced with hyphens (e.g., high priority becomes high-priority).
Blank or empty tags are ignored.
Validation:
Tags must follow a valid format: they can only contain letters, numbers, and hyphens (-).
Tags cannot exceed the maximum length (e.g., 50 characters).
Ensure that all fields and tags are properly formatted, with tags separated by commas, and adhere to the character limits. Wrap any field or tag that includes a comma in double quotes to avoid errors during the CSV import process.
Important: The CSV file must include headers that match the field names (e.g., name
, description
, owner
, environment_tags
, compliance_tags
, other_tags
).
CSV Risk Import – Field Descriptions and Guidelines
File Requirements:
Important: When importing assets via CSV, your CSV file must include the following headers that match the field names (e.g.,
name
,description
,owner
,environment_tags
,compliance_tags
,other_tags
).The max file size allowed for CSV import is 500 KB.
When importing risks via CSV, the following fields should be provided in each row:
Type (Optional): The type of risk.
If left blank, the default type will be set to compliance.
Valid types include:
compliance
emerging
financial
it_security
legal
operational
reputational
strategic
If you provide an invalid value, it will default to compliance.
Name (Required): A short name or title for the risk.
The name must be between 3 and 50 characters long
Can only contain letters, numbers, underscores (_), hyphens (-), and spaces.
Example: Cybersecurity Risk
Note: If the name contains commas, it must be enclosed in double quotes (" "), for example: "Risk Item1, Item2, Item3".
Description (Required): A detailed description of the risk.
This should be between 3 and 255 characters long and can include letters, numbers, underscores (_), hyphens (-), commas, periods, colons, slashes (/), and spaces.
Example: Potential data breach due to outdated software.
Note: If the description contains commas, it must be enclosed in double quotes (" "), for example: "This risk, if unchecked, may lead to data loss".
Owner (Required): The full name of the person or department responsible for the risk.
Must be between 3 and 50 characters long
Can only contain letters, numbers, underscores (_), hyphens (-), and spaces.
Example 1: John Doe
Example 2: DevOps Team Lead
Note: If the owner's name contains commas, it must be enclosed in double quotes (" "), for example: "John Doe, Sr".
Environment Tags (Optional): Tags related to the environment of the risk.
To provide multiple tags, separate them using commas.
Example: production, high-priority, external, product1
Note: If a tag contains commas, it must be enclosed in double quotes (" "), for example: "tag1, tag2".
Compliance Tags (Optional): Tags related to compliance or regulatory frameworks.
Use commas to separate multiple tags.
Example: GDPR, SOC2, mysecurityprogram
Note: If a tag contains commas, it must be enclosed in double quotes (" "), for example: "GDPR, EU Regulations".
Other Tags (Optional): Any other relevant tags.
Use commas to separate multiple tags.
Example: urgent, needs-review.
Note: If a tag contains commas, it must be enclosed in double quotes (" "), for example: "critical, urgent".
Tags Handling Guidelines
Comma-Separated Tags:
When providing multiple tags, separate each tag with a comma (e.g., production, critical, external).
Note: If a tag contains a comma, the entire tag must be enclosed in double quotes (" "), for example: "production, critical".Normalization:
Spaces in tags will be automatically replaced with hyphens (e.g., high priority becomes high-priority).
Blank or empty tags are ignored.
Validation:
Tags must follow a valid format: they can only contain letters, numbers, and hyphens (-).
Tags cannot exceed the maximum length (e.g., 50 characters).
Ensure that all fields and tags are properly formatted, with tags separated by commas, and adhere to the character limits. Wrap any field or tag that includes a comma in double quotes to avoid errors during the CSV import process.
Important: The CSV file must include headers that match the field names (e.g., name
, description
, owner
, environment_tags
, compliance_tags
, other_tags
).