Skip to content
New issue

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

Make use of ident while showing server error (generated by waitress) #382

Merged
merged 3 commits into from Jan 23, 2023

Commits on Jul 2, 2022

  1. Make use of ident while showing server error (generated by waitress)

    this will help users to hide the server details from waitress generated error response with the help of ident value.
    Some organization don't want to expose there server details to user, since it will help the attackers perform attacks based on the known vulnerability of the server.
    So instead of showing generated by waitress, we can show a generic text.
    AkhilmsAchu committed Jul 2, 2022
    Copy the full SHA
    4d07f40 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Update src/waitress/utilities.py

    Co-authored-by: Bert JW Regeer <xistence@0x58.com>
    AkhilmsAchu and digitalresistor committed Dec 22, 2022
    Copy the full SHA
    3dbffbf View commit details
    Browse the repository at this point in the history
  2. Update src/waitress/utilities.py

    Co-authored-by: Bert JW Regeer <xistence@0x58.com>
    AkhilmsAchu and digitalresistor committed Dec 22, 2022
    Copy the full SHA
    3b0e7d6 View commit details
    Browse the repository at this point in the history