Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101125,7 +101125,7 @@ components:
severity:
$ref: "#/components/schemas/SecurityEntityRiskScoreAttributesSeverity"
signalsDetected:
description: Number of security signals detected for this entity.
description: Number of risk-contributing security signals detected for this entity.
example: 15
format: int64
type: integer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ public SecurityEntityRiskScoreAttributes signalsDetected(Long signalsDetected) {
}

/**
* Number of security signals detected for this entity.
* Number of risk-contributing security signals detected for this entity.
*
* @return signalsDetected
*/
Expand Down
Loading