We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running npm audit reveals moderate severity vulnerabilities in the AI SDK dependencies of @mastra/[email protected] and current stable version
npm audit
@mastra/[email protected]
nanoid < 3.3.8
@ai-sdk/provider-utils
@ai-sdk/anthropic
@ai-sdk/openai
anthropic-vertex-ai
The vulnerability allows predictable results in nanoid generation when given non-integer values (GHSA-mwcw-c2x4-8c55).
Recommendation:
{ "@mastra/core": "^0.1.27-alpha.67", "@ai-sdk/anthropic": "^1.1.2", "@ai-sdk/openai": "^1.1.2", "@ai-sdk/provider-utils": "^2.1.2", "anthropic-vertex-ai": "^1.0.2" }
Steps to Reproduce:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
npm audit
reveals moderate severity vulnerabilities in the AI SDK dependencies of@mastra/[email protected]
and current stable versionnanoid < 3.3.8
vulnerability in:@ai-sdk/provider-utils
@ai-sdk/anthropic
@ai-sdk/openai
anthropic-vertex-ai
The vulnerability allows predictable results in nanoid generation when given non-integer values (GHSA-mwcw-c2x4-8c55).
Recommendation:
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: