mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Remove trailing periods from @name metadata in query files
Fixed 73 .ql query files where the @name metadata contained an ending period. This ensures consistency with the CodeQL query metadata style guidelines.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Container size compared to zero.
|
||||
* @name Container size compared to zero
|
||||
* @description Comparing the size of a container to zero with this operator will always return the same value.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Do not add certificates to the system root store.
|
||||
* @name Do not add certificates to the system root store
|
||||
* @description Application- or user-specific certificates placed in the system root store could
|
||||
* weaken security for other processing running on the same system.
|
||||
* @kind path-problem
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Unsafe usage of v1 version of Azure Storage client-side encryption (CVE-2022-30187).
|
||||
* @name Unsafe usage of v1 version of Azure Storage client-side encryption (CVE-2022-30187)
|
||||
* @description Unsafe usage of v1 version of Azure Storage client-side encryption, please refer to http://aka.ms/azstorageclientencryptionblog
|
||||
* @kind problem
|
||||
* @tags security
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Extract MaD neutral model rows.
|
||||
* @name Extract MaD neutral model rows
|
||||
* @description This extracts the Models as data neutral model rows.
|
||||
* @id cs/utils/modelconverter/generate-data-extensions-neutral
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Extract MaD sink model rows.
|
||||
* @name Extract MaD sink model rows
|
||||
* @description This extracts the Models as data sink model rows.
|
||||
* @id cs/utils/modelconverter/generate-data-extensions-sink
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Extract MaD source model rows.
|
||||
* @name Extract MaD source model rows
|
||||
* @description This extracts the Models as data source model rows.
|
||||
* @id cs/utils/modelconverter/generate-data-extensions-source
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Extract MaD summary model rows.
|
||||
* @name Extract MaD summary model rows
|
||||
* @description This extracts the Models as data summary model rows.
|
||||
* @id cs/utils/modelconverter/generate-data-extensions-summary
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Capture content based summary models.
|
||||
* @name Capture content based summary models
|
||||
* @description Finds applicable content based summary models to be used by other queries.
|
||||
* @kind diagnostic
|
||||
* @id cs/utils/modelgenerator/contentbased-summary-models
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Capture neutral models.
|
||||
* @name Capture neutral models
|
||||
* @description Finds neutral models to be used by other queries.
|
||||
* @kind diagnostic
|
||||
* @id cs/utils/modelgenerator/neutral-models
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Capture sink models.
|
||||
* @name Capture sink models
|
||||
* @description Finds public methods that act as sinks as they flow into a known sink.
|
||||
* @kind diagnostic
|
||||
* @id cs/utils/modelgenerator/sink-models
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Capture source models.
|
||||
* @name Capture source models
|
||||
* @description Finds APIs that act as sources as they expose already known sources.
|
||||
* @kind diagnostic
|
||||
* @id cs/utils/modelgenerator/source-models
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Capture summary models.
|
||||
* @name Capture summary models
|
||||
* @description Finds applicable summary models to be used by other queries.
|
||||
* @kind diagnostic
|
||||
* @id cs/utils/modelgenerator/summary-models
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Capture typed based summary models.
|
||||
* @name Capture typed based summary models
|
||||
* @description Finds applicable summary models to be used by other queries.
|
||||
* @kind diagnostic
|
||||
* @id cs/utils/modelgenerator/summary-models-typed-based
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Tests call graph.
|
||||
* @name Tests call graph
|
||||
*/
|
||||
|
||||
import csharp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @name Test the implicit switch field isn't populated.
|
||||
* @name Test the implicit switch field isn't populated
|
||||
*/
|
||||
|
||||
import csharp
|
||||
|
||||
Reference in New Issue
Block a user