mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
List precision options more accurately
This commit is contained in:
@@ -52,10 +52,10 @@ These categories may change in the future.
|
|||||||
|
|
||||||
For precision, we have the following categories:
|
For precision, we have the following categories:
|
||||||
|
|
||||||
- Very-high
|
- very-high
|
||||||
- High
|
- high
|
||||||
- Medium
|
- medium
|
||||||
- Low
|
- low
|
||||||
|
|
||||||
As [usual](https://en.wikipedia.org/wiki/Precision_and_recall),
|
As [usual](https://en.wikipedia.org/wiki/Precision_and_recall),
|
||||||
precision is defined as the percentage of query results that are true
|
precision is defined as the percentage of query results that are true
|
||||||
@@ -79,7 +79,7 @@ in.
|
|||||||
|
|
||||||
The following queries are run:
|
The following queries are run:
|
||||||
|
|
||||||
Precision: | Very high | High | Medium | Low
|
Precision: | very-high | high | medium | low
|
||||||
---------------|-----------|---------|---------|----
|
---------------|-----------|---------|---------|----
|
||||||
Error | **Yes** | **Yes** | **Yes** | No
|
Error | **Yes** | **Yes** | **Yes** | No
|
||||||
Warning | **Yes** | **Yes** | **Yes** | No
|
Warning | **Yes** | **Yes** | **Yes** | No
|
||||||
@@ -87,7 +87,7 @@ Recommendation | **Yes** | **Yes** | No | No
|
|||||||
|
|
||||||
The following queries have their results displayed by default:
|
The following queries have their results displayed by default:
|
||||||
|
|
||||||
Precision: | Very high | High | Medium | Low
|
Precision: | very-high | high | medium | low
|
||||||
---------------|-----------|---------|--------|----
|
---------------|-----------|---------|--------|----
|
||||||
Error | **Yes** | **Yes** | No | No
|
Error | **Yes** | **Yes** | No | No
|
||||||
Warning | **Yes** | **Yes** | No | No
|
Warning | **Yes** | **Yes** | No | No
|
||||||
|
|||||||
Reference in New Issue
Block a user