Skip to content

Commit 2f190d6

Browse files
Update docs/query-metadata-style-guide.md
Co-authored-by: Angela P Wen <[email protected]>
1 parent 303272d commit 2f190d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query-metadata-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Alert queries (`@kind problem` or `path-problem`) support two further properties
113113
* `medium`
114114
* `high`
115115
* `very-high`
116-
* `@problem.severity`–defines the likelihood that an alert, either security-related or not, causes an actual problem:
116+
* `@problem.severity`–defines the likelihood that an alert, either security-related or not, causes an actual problem such as incorrect program behavior:
117117
* `error`–an issue that is likely to cause incorrect program behavior, for example a crash or vulnerability.
118118
* `warning`–an issue that indicates a potential problem in the code, or makes the code fragile if another (unrelated) part of code is changed.
119119
* `recommendation`–an issue where the code behaves correctly, but it could be improved.

0 commit comments

Comments
 (0)