[Frontend] Improve error message#31987
Merged
russellb merged 1 commit intovllm-project:mainfrom Jan 8, 2026
Merged
Conversation
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Contributor
There was a problem hiding this comment.
Code Review
The pull request introduces a sanitize_message utility function to remove memory addresses from error messages, enhancing security by preventing information leaks. This function is correctly integrated into the API server's exception handlers for both HTTPException and RequestValidationError. A dedicated test case for the new utility function has also been added. The changes are well-implemented and directly address the stated purpose of improving error messages.
yugong333
pushed a commit
to yugong333/vllm
that referenced
this pull request
Jan 9, 2026
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
5 tasks
akh64bit
pushed a commit
to akh64bit/vllm
that referenced
this pull request
Jan 16, 2026
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
dsuhinin
pushed a commit
to dsuhinin/vllm
that referenced
this pull request
Jan 21, 2026
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
Open
2 tasks
ItzDEXX
pushed a commit
to ItzDEXX/vllm
that referenced
this pull request
Feb 19, 2026
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
dtrifiro
pushed a commit
to dtrifiro/vllm
that referenced
this pull request
Mar 9, 2026
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
dtrifiro
added a commit
to dtrifiro/vllm
that referenced
this pull request
Mar 9, 2026
Fix: GHSA-4r2x-xpjr-7cvv - [Frontend] Improve error message (vllm-project#31987) - [Frontend] Standardize use of `create_error_response` (vllm-project#32319) - [Misc] Bump opencv-python dependecy version to 4.13 (vllm-project#32668) https://issues.redhat.com/browse/INFERENG-4411
Shafi-Hussain
pushed a commit
to odh-on-pz/vllm-cpu
that referenced
this pull request
Mar 17, 2026
Fix: GHSA-4r2x-xpjr-7cvv - [Frontend] Improve error message (vllm-project/vllm#31987) - [Frontend] Standardize use of `create_error_response` (vllm-project/vllm#32319) - [Misc] Bump opencv-python dependecy version to 4.13 (vllm-project/vllm#32668) https://issues.redhat.com/browse/INFERENG-4411 https://issues.redhat.com/browse/RHOAIENG-48365
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Improve the error message that is returned to the client
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.