Skip to content

Commit

Permalink
Addressing CR Remarks v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlavioJA committed Jan 14, 2025
1 parent 4d8f90e commit f435957
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20,869 deletions.
4 changes: 2 additions & 2 deletions Protocol/Error Messages/Protocol/QActions/CheckAssemblies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ public static IValidationResult MissingSecureCoding(IValidate test, IReadable re
Source = Source.Validator,
FixImpact = FixImpact.NonBreaking,
GroupDescription = "",
Description = $"Missing Skyline.DataMiner.Utils.SecureCoding Package. QAction ID '{qactionId}'.",
HowToFix = "Include the Skyline.DataMiner.Utils.SecureCoding Package in all projects within the solution.",
Description = $"Missing Skyline.DataMiner.Utils.SecureCoding.Analyzers Package. QAction ID '{qactionId}'.",
HowToFix = "Include the Skyline.DataMiner.Utils.SecureCoding.Analyzers Package in all projects within the solution.",
ExampleCode = "",
Details = "Secure Coding is a NuGet library designed to streamline secure development by minimizing the need for boilerplate code. This library offers a set of methods and functionalities aimed at enhancing the security of your applications, reducing common vulnerabilities, and promoting secure coding practices.",
HasCodeFix = false,
Expand Down
Loading

0 comments on commit f435957

Please sign in to comment.