-
Notifications
You must be signed in to change notification settings - Fork 0
병합해주세요 #16
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
병합해주세요 #16
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e1a5575
Potential fix for code scanning alert no. 2: Binding a socket to all …
parkcheolhong 5b48abe
fix: harden auth recovery security (#6)
Copilot 7852209
Harden Pillow dependency floor to patched range for active image pars…
Copilot b9229e1
Harden orchestrator/auth error surfaces and remove CodeQL-flagged uns…
Copilot f163cd6
Sanitize health diagnostic errors to avoid exception detail exposure …
Copilot 0940c5d
Potential fix for code scanning alert no. 4: Information exposure thr…
parkcheolhong 75ed443
fix(ci): set explicit python-version in codeql workflow (#11)
Copilot b0d3b71
fix: webauthn stub in tests, timezone-aware datetimes, Pydantic v2 Co…
Copilot 5af66d7
Add consolidated design-change report and expanded PR body draft (#13)
Copilot d9a4363
Copilot/fix unauthorized data in path expression (#15)
parkcheolhong 85b895e
Potential fix for pull request finding
parkcheolhong da0fcce
Potential fix for pull request finding
parkcheolhong 01a84e5
Potential fix for pull request finding
parkcheolhong 3378f3f
Potential fix for pull request finding 'CodeQL / Uncontrolled data us…
parkcheolhong b12f631
Potential fix for pull request finding 'CodeQL / Uncontrolled data us…
parkcheolhong 1a1e8b9
Merge branch 'copilot/fix-security-issues' into main
parkcheolhong 609c361
Potential fix for pull request finding 'CodeQL / Uncontrolled data us…
parkcheolhong b3c314a
Harden orchestrator progress file paths and profiler bind host policy…
Copilot 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
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,58 @@ | ||
| # Python | ||
| __pycache__/ | ||
| *.py[cod] | ||
| *.pyo | ||
| *.pyd | ||
| .Python | ||
| *.egg | ||
| *.egg-info/ | ||
| dist/ | ||
| build/ | ||
| eggs/ | ||
| .eggs/ | ||
| lib/ | ||
| lib64/ | ||
| parts/ | ||
| sdist/ | ||
| var/ | ||
| wheels/ | ||
| *.whl | ||
| .installed.cfg | ||
|
|
||
| # Virtual environments | ||
| .venv/ | ||
| venv/ | ||
| env/ | ||
| ENV/ | ||
|
|
||
| # Testing | ||
| .pytest_cache/ | ||
| .coverage | ||
| htmlcov/ | ||
| .tox/ | ||
|
|
||
| # IDEs | ||
| .idea/ | ||
| .vscode/ | ||
| *.swp | ||
| *.swo | ||
|
|
||
| # OS | ||
| .DS_Store | ||
| Thumbs.db | ||
|
|
||
| # Logs | ||
| *.log | ||
|
|
||
| # Environment variables | ||
| .env | ||
| .env.* | ||
| !.env.example | ||
|
|
||
| # Node | ||
| node_modules/ | ||
| npm-debug.log* | ||
|
|
||
| # Distribution | ||
| *.tar.gz | ||
| *.zip |
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.