Skip to content

Bump guibranco/github-infisical-secrets-check-action from 1.1.21 to 1.1.25 #41

Bump guibranco/github-infisical-secrets-check-action from 1.1.21 to 1.1.25

Bump guibranco/github-infisical-secrets-check-action from 1.1.21 to 1.1.25 #41

Triggered via pull request December 30, 2024 15:22
Status Success
Total duration 6m 14s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp): Src/CrispyWaffle/Utilities/ErrorResponse.cs#L16
XML comment has syntactically incorrect cref attribute 'IEnumerable{string}'
Analyze (csharp): Src/CrispyWaffle/Utilities/ErrorResponse.cs#L16
Type parameter declaration must be an identifier not a type. See also error CS0081.
Analyze (csharp): Src/CrispyWaffle/Extensions/XmlExtensions.cs#L51
Ambiguous reference in cref attribute: 'XmlDocument.GetElementsByTagName'. Assuming 'XmlDocument.GetElementsByTagName(string)', but could have also matched other overloads including 'XmlDocument.GetElementsByTagName(string, string)'.
Analyze (csharp): Src/CrispyWaffle/Extensions/XmlExtensions.cs#L69
Ambiguous reference in cref attribute: 'XmlNode.SelectNodes'. Assuming 'XmlNode.SelectNodes(string)', but could have also matched other overloads including 'XmlNode.SelectNodes(string, XmlNamespaceManager)'.
Analyze (csharp): Src/CrispyWaffle/Extensions/XmlExtensions.cs#L89
Ambiguous reference in cref attribute: 'XmlNode.SelectNodes'. Assuming 'XmlNode.SelectNodes(string)', but could have also matched other overloads including 'XmlNode.SelectNodes(string, XmlNamespaceManager)'.
Analyze (csharp): Src/CrispyWaffle/Log/Filters/CategoryLogFilter.cs#L50
XML comment on 'CategoryLogFilter.Filter(string, LogLevel, string, string)' has a paramref tag for 'isExclusive', but there is no parameter by that name
Analyze (csharp): Src/CrispyWaffle/Cryptography/Security.cs#L155
_hashAlgorithms uses a broken cryptographic algorithm MD5 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5351)
Analyze (csharp): Src/CrispyWaffle/Cryptography/Security.cs#L156
_hashAlgorithms uses a weak cryptographic algorithm SHA1 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5350)
Analyze (csharp): Src/CrispyWaffle/Serialization/NotNullObserver.cs#L12
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
Analyze (csharp): Src/CrispyWaffle/Telemetry/ITelemetryEvent.cs#L38
Rename virtual/interface member ITelemetryEvent<TEvent>.Event so that it no longer conflicts with the reserved language keyword 'Event'. Using a reserved keyword as the name of a virtual/interface member makes it harder for consumers in other languages to override/implement the member. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)