Bump ssrf-guard demos to 3.1.1#95
Merged
Merged
Conversation
Point all 8 ssrf-guard demo dependencies + READMEs (en/ko) at the v3.1.1 security patch (uppercase-scheme bypass fix). API-identical patch — no demo code changes. Verified: meta demo (core + resttemplate + webclient), springai, and langchain4j demos clean-build green against 3.1.1 (--refresh-dependencies, fresh compile + test). CI matrix covers the remaining single-adapter demos (feign, okhttp, jdkhttp, httpclient5, native-image).
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.
Points all 8 ssrf-guard demos at the v3.1.1 security patch (uppercase-scheme bypass fix in the LLM tool-input guard).
ssrf-guard-demo(meta),-feign,-httpclient5,-jdkhttp,-langchain4j,-native-image,-okhttp,-springaibuild.gradle.ktsdependency coordinates + README (en/ko) references,3.1.0→3.1.1Verification
3.1.1 is live on Maven Central. Clean-built (
--refresh-dependencies, fresh compile + test) locally, all green:ssrf-guard-demo(core + resttemplate + webclient)ssrf-guard-springai-demossrf-guard-langchain4j-demoThe springai + langchain4j demos exercise the exact module the fix touched. The remaining single-adapter demos (feign, okhttp, jdkhttp, httpclient5, native-image) follow the identical pattern and are covered by the CI build matrix.
한국어
8개 ssrf-guard 데모를 v3.1.1(LLM 툴 입력 가드 대문자 스킴 우회 수정)로 갱신. build.gradle.kts 의존성 + README(en/ko) 좌표를 3.1.0 → 3.1.1로. API 동일 patch라 데모 코드 변경 없음. 3.1.1은 Maven Central live 확인, 메타·springai·langchain4j 데모를 clean 빌드(--refresh-dependencies)로 green 검증. 나머지 단일 어댑터 데모는 동일 패턴이며 CI 매트릭스가 커버.