We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nikto identifies the "traceparent" header as uncommon.
"vulnerabilities": [ { "id": "999100", "method": "GET", "msg": "Uncommon header 'traceparent' found, with contents: 00-be484f8b1ba6ea20ebb8819b6a7cfb72-5120fc279a175459-01.", "url": "/" } ]
The traceparent header is widely used by tracing systems to identify the incoming request and IMHO not uncommon or interesting for the user.
Flagging it makes it hard to deduplicate Nikto findings because it's content changes with every request.
Header description: https://www.w3.org/TR/trace-context/
The text was updated successfully, but these errors were encountered:
Add traceparent per #813
559f8ab
Successfully merging a pull request may close this issue.
Description
Nikto identifies the "traceparent" header as uncommon.
The traceparent header is widely used by tracing systems to identify the incoming request and IMHO not uncommon or interesting for the user.
Flagging it makes it hard to deduplicate Nikto findings because it's content changes with every request.
Links/Info
Header description: https://www.w3.org/TR/trace-context/
The text was updated successfully, but these errors were encountered: