You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
gary-archer
changed the title
Investigate authorization header null termination
Investigate authorization header null termination (MINOR)
Nov 13, 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.
The text was updated successfully, but these errors were encountered: