diff --git a/Docs.Site/Docs/How-To/Checking-NuGet-package-vulnerabilities-with-OWASP-SafeNuGet.markdown b/Docs.Site/Docs/How-To/Checking-NuGet-package-vulnerabilities-with-OWASP-SafeNuGet.markdown index 09d8c801..65cdd3ba 100644 --- a/Docs.Site/Docs/How-To/Checking-NuGet-package-vulnerabilities-with-OWASP-SafeNuGet.markdown +++ b/Docs.Site/Docs/How-To/Checking-NuGet-package-vulnerabilities-with-OWASP-SafeNuGet.markdown @@ -26,14 +26,6 @@ When a library referencing a potential unsafe package is built using MyGet Build ![MyGet Build Services using OWASP SafeNuGet](Images/build-services-owasp.png) -## Can my build fail when such packages are consumed? +## Does my build fail when such packages are consumed? -It would be great if the build would fail entirely when such package is found. This can be done with simple configuration parameter for the SafeNuGet package. Find the *SafeNuGet.targets* file and update its contents to: - - - - - - - +By default, the build will fail when such a package is found. If you only want warnings, find the *SafeNuGet.targets* file and change the setting `DontBreakBuild` to `true`.