We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090868d commit d542454Copy full SHA for d542454
rules/Proj0040.md
@@ -8,7 +8,7 @@ ancestor: MSBuild
8
When [enabled](Proj0004.md), GitHub's vulnerability database is consulted to
9
check for security issues that come with using any of the referenced packages.
10
By default (this will change for .NET 10 and up) only direct dependencies are
11
-taken into consideration. This rule advise to include transitive too by setting
+taken into consideration. This rule advises to include transitive dependencies too by setting
12
`<NuGetAuditMode>` to all.
13
14
More information: [learn.microsoft.com/nuget/concepts/auditing-packages](https://learn.microsoft.com/nuget/concepts/auditing-packages)
0 commit comments