mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Documentation: fix invalid @precision value
This commit is contained in:
@@ -113,7 +113,7 @@ Alert queries (`@kind problem` or `path-problem`) support two further properties
|
|||||||
* `low `
|
* `low `
|
||||||
* `medium `
|
* `medium `
|
||||||
* `high `
|
* `high `
|
||||||
* `very high`
|
* `very-high`
|
||||||
* `@problem.severity`–defines the level of severity of the alert:
|
* `@problem.severity`–defines the level of severity of the alert:
|
||||||
* `error`–an issue that is likely to cause incorrect program behavior, for example a crash or vulnerability.
|
* `error`–an issue that is likely to cause incorrect program behavior, for example a crash or vulnerability.
|
||||||
* `warning`–an issue that indicates a potential problem in the code, or makes the code fragile if another (unrelated) part of code is changed.
|
* `warning`–an issue that indicates a potential problem in the code, or makes the code fragile if another (unrelated) part of code is changed.
|
||||||
|
|||||||
Reference in New Issue
Block a user