Skip to content

Commit 707728e

Browse files
committed
fix cve and smoke test
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent c18f98c commit 707728e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

test/security/data/ecr_scan_allowlist/ray/framework_allowlist.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,10 @@
7878
"vulnerability_id": "CVE-2026-54275",
7979
"reason": "aiohttp 3.13.5 bundled inside ray/_private/runtime_env/agent/thirdparty_files/, cannot patch without upstream ray release",
8080
"review_by": "2026-09-29"
81+
},
82+
{
83+
"vulnerability_id": "CVE-2026-54277",
84+
"reason": "aiohttp 3.13.5 bundled inside ray/_private/runtime_env/agent/thirdparty_files/, cannot patch without upstream ray release",
85+
"review_by": "2026-09-29"
8186
}
8287
]

test/sglang/scripts/sglang_vision_grounding_smoke_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ RESPONSE=$(curl -sf http://localhost:${SGLANG_PORT}/v1/chat/completions \
6969
{\"type\": \"text\", \"text\": \"Locate all the instances that matches the following description: car\"}
7070
]
7171
}],
72-
\"max_tokens\": 2048
72+
\"max_tokens\": 2048,
73+
\"skip_special_tokens\": false
7374
}")
7475

7576
echo "Response: ${RESPONSE}"

0 commit comments

Comments
 (0)