Skip to content

[Snyk] Security upgrade org.springframework.ai:spring-ai-starter-mcp-server-webmvc from 2.0.0 to 2.0.1 - #338

Open
albogdano wants to merge 1 commit into
masterfrom
snyk-fix-149223c73eac0ae8d03dcd863fd2e1ce
Open

albogdano wants to merge 1 commit into
masterfrom
snyk-fix-149223c73eac0ae8d03dcd863fd2e1ce

Conversation

@albogdano

Copy link
Copy Markdown
Member

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the maven dependencies of this project.

Snyk changed the following file(s):

  • para-server/pom.xml

Vulnerabilities that will be fixed with an upgrade:

Issue Upgrade
high severity Allocation of Resources Without Limits or Throttling
SNYK-JAVA-ORGSPRINGFRAMEWORKAI-19233328
org.springframework.ai:spring-ai-starter-mcp-server-webmvc:
2.0.0 -> 2.0.1
No Known Exploit

Breaking Change Risk

Merge Risk: Medium

Notice: This assessment is enhanced by AI.


Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Allocation of Resources Without Limits or Throttling

@albogdano

Copy link
Copy Markdown
Member Author

Merge Risk: Medium

This is a patch upgrade from version 2.0.0 to 2.0.1, which is the first maintenance release for the 2.0.0 GA. While most applications can be upgraded by just changing the version, there are several changes that require attention and could be breaking for some use cases.

Key Changes:

  • OpenAI Tool-Calling Strict Mode: The default for strict mode in OpenAI tool-calling has been changed to false. Previously, this could cause errors for tools with optional parameters. If you relied on the strict validation, you must now enable it explicitly.
  • Retired Mistral AI Models: Deprecated Mistral AI chat model constants have been removed. If your application references these constants, you must update your code to use a currently supported model name.
  • Renamed Redis Module: The Redis chat memory auto-configuration module has been renamed for consistency. You will need to update the artifact ID in your build file.
  • Couchbase Vector Store: The Couchbase vector store now uses the Spring Boot-managed client, which may affect how your application configures its connection.

Other notable changes:

  • Media builders now use typed overloads instead of accepting a generic Object.
  • The DeepSeekApi was revised for consistency.
  • Exception handling for @McpTool was updated to mirror @Tool.

Recommendation:
Review your project for the use of Mistral AI constants and the Redis chat memory module to apply necessary updates to your code and build files. If you use OpenAI tool-calling, verify its behavior, as the default has changed.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

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

Successfully merging this pull request may close these issues.

2 participants