simplified configuration checks #100
Annotations
11 warnings
Unit Test Results (Win/Mac)
Running this action via 'uses: EnricoMi/publish-unit-test-result-action/composite@v2 is deprecated! For details, see: https://github.com/EnricoMi/publish-unit-test-result-action/tree/v2#running-as-a-composite-action
|
Build:
CompuMaster.Data/DatabaseManagement.vb#L120
Avoid inexact read with 'Public MustOverride Overloads Function Read(buffer As Byte(), offset As Integer, count As Integer) As Integer' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
CompuMaster.Data/Manipulation.vb#L56
Ensure that method 'Sub DataManipulationResults.Dispose(disposing As Boolean)' calls 'MyBase.Dispose(Boolean)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
|
Build:
CompuMaster.Data/DataTablesTools.vb#L284
This overload of the 'DataSet.ReadXml' method is potentially unsafe. It may enable Document Type Definition (DTD) which can be vulnerable to denial of service attacks, or might use an XmlResolver which can be vulnerable to information disclosure. Use an overload that takes a XmlReader instance instead, with DTD processing disabled and no XmlResolver. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5366)
|
Build:
CompuMaster.Data/DataTablesTools.vb#L284
This overload of the 'DataSet.ReadXml' method is potentially unsafe. It may enable Document Type Definition (DTD) which can be vulnerable to denial of service attacks, or might use an XmlResolver which can be vulnerable to information disclosure. Use an overload that takes a XmlReader instance instead, with DTD processing disabled and no XmlResolver. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5366)
|
Build:
CompuMaster.Data/Manipulation.vb#L56
Ensure that method 'Sub DataManipulationResults.Dispose(disposing As Boolean)' calls 'MyBase.Dispose(Boolean)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
|
Build:
CompuMaster.Data/DataTablesTools.vb#L284
Unsafe overload of 'ReadXml' method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca3075)
|
Build:
CompuMaster.Data/DatabaseManagement.vb#L120
Avoid inexact read with 'Public MustOverride Overloads Function Read(buffer As Byte(), offset As Integer, count As Integer) As Integer' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
CompuMaster.Data/Manipulation.vb#L56
Ensure that method 'Sub DataManipulationResults.Dispose(disposing As Boolean)' calls 'MyBase.Dispose(Boolean)' in all possible control flow paths (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2215)
|
Build:
CompuMaster.Data/DataTablesTools.vb#L284
This overload of the 'DataSet.ReadXml' method is potentially unsafe. It may enable Document Type Definition (DTD) which can be vulnerable to denial of service attacks, or might use an XmlResolver which can be vulnerable to information disclosure. Use an overload that takes a XmlReader instance instead, with DTD processing disabled and no XmlResolver. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5366)
|
Build:
CompuMaster.Data/DatabaseManagement.vb#L120
Avoid inexact read with 'Public MustOverride Overloads Function Read(buffer As Byte(), offset As Integer, count As Integer) As Integer' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Loading