Skip to content

Commit eb56cb9

Browse files
author
Dilan Bhalla
committed
metadata fixes
1 parent e3a0475 commit eb56cb9

File tree

9 files changed

+35
-18
lines changed

9 files changed

+35
-18
lines changed

cpp/ql/src/Diagnostics/ExtractorErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Extraction errors msft
33
* @description List all extraction errors for files in the source code directory.
4-
* @kind diagnostic
5-
* @id cpp/diagnostics/extraction-errors
4+
* @id cpp/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import cpp

csharp/ql/src/Diagnostics/ExtractorErrorMsft.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
* @description An error message reported by the extractor, limited to those files where there are no
44
* compilation errors. This indicates a bug or limitation in the extractor, and could lead
55
* to inaccurate results.
6-
* @kind diagnostic
7-
* @id cs/extraction-error-msft
6+
* @id cs/extractor-error-msft
7+
* @kind problem
88
* @tags security
9+
* extraction
910
*/
1011

1112
import csharp

go/ql/src/Diagnostics/ExtractorErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
2-
* @id go/diagnostics/extraction-errors-msft
32
* @name Extraction errors msft
43
* @description List all extraction errors for files in the source code directory.
5-
* @kind diagnostic
4+
* @id go/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import go

java/ql/src/Diagnostics/ExtractionErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Extraction errors msft
33
* @description A list of extraction errors for files in the source code directory.
4-
* @kind diagnostic
5-
* @id java/diagnostics/extraction-errors-msft
4+
* @id java/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import java

javascript/ql/src/Diagnostics/ExtractionErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Extraction errors msft
33
* @description List all extraction errors for files in the source code directory.
4-
* @kind diagnostic
5-
* @id js/diagnostics/extraction-errors-msft
4+
* @id js/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import javascript

python/ql/src/Diagnostics/ExtractorErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Python extraction warnings msft
33
* @description List all extraction warnings for Python files in the source code directory.
4-
* @kind diagnostic
5-
* @id py/diagnostics/extraction-warnings-msft
4+
* @id py/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import python

ruby/ql/src/queries/diagnostics/ExtractorErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Extraction errors msft
33
* @description List all extraction errors for files in the source code directory.
4-
* @kind diagnostic
5-
* @id rb/diagnostics/extraction-errors-msft
4+
* @id rb/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import codeql.ruby.AST

rust/ql/src/queries/diagnostics/ExtractorErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Extraction errors msft
33
* @description List all extraction errors for files in the source code directory.
4-
* @kind diagnostic
5-
* @id rust/diagnostics/extraction-errors-msft
4+
* @id rust/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import codeql.rust.Diagnostics

swift/ql/src/diagnostics/ExtractorErrorMsft.ql

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
/**
22
* @name Compiler errors msft
33
* @description List all compiler errors for files in the source code directory.
4-
* @kind diagnostic
5-
* @id swift/diagnostics/extraction-errors-msft
4+
* @id swift/extractor-error-msft
5+
* @kind problem
6+
* @tags security
7+
* extraction
68
*/
79

810
import swift

0 commit comments

Comments
 (0)