Skip to content

Commit

Permalink
Update services/database/relational/threats.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie-knight authored Nov 26, 2024
1 parent 6067028 commit 42cbd9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion services/database/relational/threats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ threats:

- id: CCC.RDMS.TH15

Check failure on line 103 in services/database/relational/threats.yaml

View workflow job for this annotation

GitHub Actions / yaml-checker / yaml-check

Missing property "features". yaml-schema: file:///schemas/threats-schema.json.

Missing property "features". Threat ID in the format <category-id>.TH## Source: threats-schema.json (schemas/threats-schema.json)
title: brute force attack against the database
description: threat actor uses brute force attack to discover database user password, threat actor then has access to the database user
description: threat actor uses brute force attack to discover
database user password, threat actor then has access to the

Check failure on line 106 in services/database/relational/threats.yaml

View workflow job for this annotation

GitHub Actions / yaml-checker / yaml-check

Implicit keys need to be on a single line YAML.

Implicit keys need to be on a single line
database user

Check failure on line 107 in services/database/relational/threats.yaml

View workflow job for this annotation

GitHub Actions / run-linting-check / yaml-lint

107:5 syntax error: could not find expected ':' (syntax)
features:

Check failure on line 108 in services/database/relational/threats.yaml

View workflow job for this annotation

GitHub Actions / yaml-checker / yaml-check

Property database user password, threat actor then has access to the database user features is not allowed. yaml-schema: file:///schemas/threats-schema.json.

Property database user password, threat actor then has access to the database user features is not allowed.
- CCC.RDMS.F07
mitre_technique:
Expand Down

0 comments on commit 42cbd9a

Please sign in to comment.