-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
On the "Best Practices" --> "Prevent information disclosure via HTTP headers", the X-AspNet-Version header is described as "Contain the version of the ASP .Net framework in use.", however all 4.x .NET Framework versions use the same CLR version number 4.0.30319, so it does not contain exactly the ASP .Net Framework, rather the CLR version (which is typically 4.0.30319). An attacker cannot ascertain the .NET framework in use from this header.
Describe the solution you'd like
Amend the description to accurately reflect the nature of the value contained in the header.
righettod
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
✅ Done