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

Investigate authorization header null termination (MINOR) #75

Open
gary-archer opened this issue Sep 3, 2024 · 0 comments
Open

Investigate authorization header null termination (MINOR) #75

gary-archer opened this issue Sep 3, 2024 · 0 comments

Comments

@gary-archer
Copy link
Contributor

gary-archer commented Sep 3, 2024

This came up during the development of another plugin and is a code safety issue that only applies in particular circumstances. It was suggested that the code to form the introspection body does not need to be null terminated, and that header objects can be received as an ngx_str_t whose value does not require null termination. Therefore, do a small investigation to ensure that the plugin code follows best practices.

@gary-archer gary-archer changed the title Investigate authorization header null termination Investigate authorization header null termination (MINOR) Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant