Skip to content

Fix to X-AspNet-Version header description #215

Closed
@baggers27

Description

@baggers27

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions