-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: escape input before returning #4810
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
Closed
Closed
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2ac737d
feat: added code scanning through CodeQL
mohamedzeidan2021 00078fc
fix: ModelBuilder not passing HF_TOKEN to model. (#4780)
makungaj1 ce552a7
prepare release v2.226.0
7ee239e
update development version to v2.226.1.dev0
fd59dc8
Fix: Adding application/octet-stream to content type #4772 (#4781)
selvask-aws cefc281
prepare release v2.226.1
00edac0
update development version to v2.226.2.dev0
bd26655
add support for new regions (#4792)
tejaschumbalkar c385bf9
change: update image_uri_configs 07-16-2024 07:17:45 PST
sagemaker-bot e4341e8
change: update image_uri_configs 07-17-2024 07:17:38 PST
sagemaker-bot 767471b
change: update image_uri_configs 07-22-2024 11:53:54 PST
sagemaker-bot 01b5d1e
chore: add huggingface TGI 2.2.0 config (#4795)
Captainia 4a9efa6
fix: explicitly access enum member values to avoid Python version rel…
malav-shastri 17594ec
Fix: Update model card for model package with no existing model card …
selvask-aws b665e44
Fix: Estimator Training details on register (#4789)
selvask-aws 281b4f0
fix: image uri in TGI 2.2.0 image (#4804)
Captainia cc7399c
chore: pin framework version in serverless inference tests (#4803)
benieric dfa933b
fix: censoring sensitive values from being logged
mohamedzeidan2021 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: "CodeQL" | ||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "master" ] | ||
schedule: | ||
- cron: '30 8 * * *' | ||
jobs: | ||
analyze: | ||
name: Analyze (${{ matrix.language }}) | ||
runs-on: ${{ 'ubuntu-latest' }} | ||
permissions: | ||
security-events: write | ||
packages: read | ||
|
||
strategy: | ||
matrix: | ||
include: | ||
- language: python | ||
build-mode: none | ||
- language: java-kotlin | ||
build-mode: none | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6 | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@4b1d7da102ff94aca014c0245062b1a463356d72 | ||
with: | ||
languages: ${{ matrix.language }} | ||
build-mode: ${{ matrix.build-mode }} | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@4b1d7da102ff94aca014c0245062b1a463356d72 | ||
with: | ||
category: "/language:${{matrix.language}}" |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.225.1.dev0 | ||
2.226.2.dev0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,6 @@ | |
"2.1.0", | ||
"2.1.2", | ||
"2.2.0", | ||
"2.3.0", | ||
"2.3.1", | ||
] | ||
|
||
|
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
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.
Check failure
Code scanning / CodeQL
Clear-text logging of sensitive information