-
Notifications
You must be signed in to change notification settings - Fork 21
Security/src findings #398
New issue
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
595fb2c
Address vulnerabilities in scorecard
batzela 2e2415d
Remediations for security scorecard findings
batzela 1b652f7
Adding migration from older version of litellm
batzela e44e8cd
Merge branch 'develop' into security/src-findings
batzela 992d63a
Implement model API key cleanup and update dependencies
batzela 8e549d7
Merge branch 'develop' into security/src-findings
batzela 91f1c6e
Refactor API key handling in handle_add_model_to_litellm function
batzela 9479495
Enhance LiteLLM API integration and update environment configurations
batzela 6cf463e
Merge branch 'develop' into security/src-findings
batzela c080d82
Fix test failures: update expected NAG and role counts
batzela 1844916
Add test coverage for security cleanup functions
batzela adc1345
Fix build issues after security updates
batzela 6cdcdb2
Update workflows, enhance Cypress commands, and improve test coverage
batzela e5b4906
Refactor CodeQL workflow, enhance Cypress commands, and improve test …
batzela b15917e
Enhance Cypress smoke tests and admin helper functions
batzela 1627c24
Minor adjustments in whitespace across various files for consistency.
batzela 6bd5514
Reverting Cypress test changes
batzela 5a7250d
Reverting more cypress test file changes
batzela 2c5fe4f
Updated import paths for the atomOneDark theme in Message.tsx and mod…
batzela 3d62eaf
Fixes for litellm db cleanup for api keys
batzela ca244c9
Merge branch 'develop' into security/src-findings
batzela 48a7dc7
Update requirements and VitePress configuration
batzela 549d3b9
Fixing issues
estohlmann 407bab5
Merging
estohlmann c8dc67c
Update block device volume size to 50 in configuration files. Added c…
estohlmann b365b87
Remove lisa-sdk from lambdas
bedanley 3817a8d
Fixes
estohlmann 63d94d3
Merge remote-tracking branch 'origin/security/src-findings' into secu…
estohlmann 739bb07
Fixes
estohlmann d6ca6bb
Fixes
estohlmann 6e7892a
Remove SDK from lambda layers
bedanley 6845b2e
Revert containerization of RAG layers
bedanley 9257ffb
peer comments
bedanley a3d056b
dynamic partition
bedanley f4c87f4
revert dependabot consolidation
bedanley 2ece33d
consolidate dependabot
bedanley 273c667
consolidate dependabot
bedanley e2a92f7
pre
bedanley 035d1df
Fixing more security dependencies and addressing PR feedback;
batzela 4f9e8da
pre
bedanley c1ec313
Updates
estohlmann 29167ea
remove sha
bedanley File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,240 @@ | ||
| version: 2 | ||
| updates: | ||
| # Enable version updates for npm | ||
| - package-ecosystem: "npm" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "monday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
| rebase-strategy: "auto" | ||
|
|
||
| # Enable version updates for pip - root directory | ||
| - package-ecosystem: "pip" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable version updates for pip - lisa-sdk | ||
| - package-ecosystem: "pip" | ||
| directory: "/lisa-sdk" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable version updates for pip - authorizer layer | ||
| - package-ecosystem: "pip" | ||
| directory: "/lib/core/layers/authorizer" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable version updates for pip - common layer | ||
| - package-ecosystem: "pip" | ||
| directory: "/lib/core/layers/common" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable version updates for pip - fastapi layer | ||
| - package-ecosystem: "pip" | ||
| directory: "/lib/core/layers/fastapi" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable version updates for pip - rest-api src | ||
| - package-ecosystem: "pip" | ||
| directory: "/lib/serve/rest-api/src" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable version updates for pip - rag layer | ||
| - package-ecosystem: "pip" | ||
| directory: "/lib/rag/layer" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "tuesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable security updates for GitHub Actions | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "wednesday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 5 | ||
|
|
||
| # Enable updates for Docker - RAG ingestion | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/rag/ingestion/ingestion-image" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - vector store | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/rag/vector-store/state_machine" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - REST API | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/serve/rest-api" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - MCP workbench | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/serve/mcp-workbench" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - VLLM | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/serve/ecs-model/vllm" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - TEI | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/serve/ecs-model/embedding/tei" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - instructor | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/serve/ecs-model/embedding/instructor" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
|
|
||
| # Enable updates for Docker - TGI | ||
| - package-ecosystem: "docker" | ||
| directory: "/lib/serve/ecs-model/textgen/tgi" | ||
| schedule: | ||
| interval: "weekly" | ||
| day: "thursday" | ||
| time: "09:00" | ||
| reviewers: | ||
| - "awslabs/lisa-maintainers" | ||
| commit-message: | ||
| prefix: "chore" | ||
| include: "scope" | ||
| open-pull-requests-limit: 3 | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.