diff --git a/csharp/ql/src/Security Features/CWE-548/ASPNetDirectoryListing.qhelp b/csharp/ql/src/Security Features/CWE-548/ASPNetDirectoryListing.qhelp index f078ff574058..e03cf21a96f0 100644 --- a/csharp/ql/src/Security Features/CWE-548/ASPNetDirectoryListing.qhelp +++ b/csharp/ql/src/Security Features/CWE-548/ASPNetDirectoryListing.qhelp @@ -21,13 +21,13 @@ If this configuration may be used in production, remove the directoryBrows

-The following example shows the directoryBrowse enable attribute set to true in a Web.config file for ASP.NET: +The following example shows the directoryBrowse enabled attribute set to true in a Web.config file for ASP.NET:

-To fix this problem, the enable attribute should be set to false, or the directoryBrowse element should be removed completely: +To fix this problem, the enabled attribute should be set to false, or the directoryBrowse element should be removed completely:

@@ -36,8 +36,8 @@ To fix this problem, the enable attribute should be set to fa
  • -MSDN: -directoryBrowse element. +Microsoft Learn: +directoryBrowse element.
  • diff --git a/csharp/ql/src/Security Features/CWE-548/Web.config.bad b/csharp/ql/src/Security Features/CWE-548/Web.config.bad index 24f547103f82..0d579a8d9a06 100644 --- a/csharp/ql/src/Security Features/CWE-548/Web.config.bad +++ b/csharp/ql/src/Security Features/CWE-548/Web.config.bad @@ -1,7 +1,7 @@ - + ... - - \ No newline at end of file + + diff --git a/csharp/ql/src/Security Features/CWE-548/Web.config.good b/csharp/ql/src/Security Features/CWE-548/Web.config.good index 5c0566153c64..b2d3258c5d05 100644 --- a/csharp/ql/src/Security Features/CWE-548/Web.config.good +++ b/csharp/ql/src/Security Features/CWE-548/Web.config.good @@ -1,7 +1,7 @@ - + ... - - \ No newline at end of file + +