CCSS (Common Configuration Scoring System) is a set of measures used to determine the severity of the rule.
Each rule is associated with a high-level category. For example IAM, Container, Monitoring, Logging, Network, etc.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsSecret rotation will not be enforced, which can lead to use of stale or compromised credentials.
Set properties.attributes.exp
attribute to date in the future time in seconds, e.g. 1658319657
.
Set expiration_date
attribute to date in the future, with format YYYY-MM-DD'T'H:M:S'Z'
, e.g.2024-01-01T01:02:03Z
.
resource "azurerm_key_vault_secret" "example555a" {
name = "secret-sauce555a"
value = "szechuan"
key_vault_id = azurerm_key_vault.example555a.id
expiration_date = "2024-01-01T01:02:03Z"
}