-
Notifications
You must be signed in to change notification settings - Fork 0
๐ก๏ธ Sentinel: CSV ์์ ์ฃผ์ NULยท์ ๊ฐ ์ฐ์ฐ์ ์ฐํ ์ฐจ๋จ #941
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
Open
seonghobae
wants to merge
30
commits into
develop
Choose a base branch
from
fix-csv-injection-15377750598684407704
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
a96293e
CSV ์์ ์ฃผ์
(Formula Injection) ๋ฐฉ์ง ๋ก์ง ์ฐํ ์ทจ์ฝ์ ์์ (NUL ๋ฐ์ดํธ)
seonghobae a8b4d50
๋ณด์ ์ทจ์ฝ์ ํจํค์ง ์
๋ฐ์ดํธ (npm audit fix)
seonghobae 35981b5
chore(csv): restore dependency scope ownership
seonghobae b032325
test(csv): reproduce full-width formula injection bypass
seonghobae bac6216
fix(csv): block full-width formula injection operators
seonghobae ccfe2a9
๋ณด์ ์ทจ์ฝ์ ํจํค์ง ์
๋ฐ์ดํธ (npm audit fix) ๋ฐ pdfjs-dist 6.2 ํธํ์ฑ ์์
seonghobae eb6a6d5
test(export): reproduce full-width CSV formula prefixes
seonghobae 3fed3c8
fix(export): block full-width spreadsheet formula prefixes
seonghobae 1afc85a
chore(export): remove competing dependency changes
seonghobae 9b9581b
docs(security): record CSV prefix bypass boundary
seonghobae 80e3b19
test(security): expose leading control CSV bypasses
seonghobae eea1cd1
fix(security): preserve dangerous CSV control prefixes
seonghobae 9aaa8ab
docs(security): doctor CSV formula injection boundary
seonghobae 3f080cb
Fix CSV Formula Injection Bypass
seonghobae 1108e7b
test(security): restore direct CSV control-prefix regressions
seonghobae 0b2c228
fix(security): preserve dangerous CSV control prefixes
seonghobae f7a2634
docs(security): restore CSV formula-injection traceability
seonghobae ae4d135
Merge branch 'develop' into fix-csv-injection-15377750598684407704
seonghobae cedf35a
fix(security): treat form feed and vertical tab as dangerous CSV prefโฆ
seonghobae 9d28ee7
Merge branch 'develop' into fix-csv-injection-15377750598684407704
seonghobae c48520e
Fix CSV Formula Injection Bypass
seonghobae 54a762a
Fix CSV Formula Injection Bypass
seonghobae e9f83c4
fix(security): restore regressions flagged by review
seonghobae 2575ed2
Fix CSV Formula Injection Bypass
seonghobae 1f7505a
fix(security): re-restore review-flagged regressions on current head
seonghobae bbd24fc
fix(security): apply reviewer fixes for workflows, npm CVEs, and nanoid
seonghobae fa06fb3
fix(security): restore branch coverage gate and PDF.js hardening flags
seonghobae d2ce556
fix(security): resolve python branch coverage omissions from base
seonghobae 1cde8cb
fix(security): resolve python branch coverage omissions from base
seonghobae 6726de9
fix(security): resolve python branch coverage omissions from base
seonghobae 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
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
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 was deleted.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๐ก Frozen-lockfile supply-chain gate removed from CI
The
lock-validationjob is deleted, dropping frozennpm ci --ignore-scriptsvalidation and the package.json/package-lock.jsondrift check, plus the npm runtime provenance checks. This loosens a supply-chain control the repository rules require kept in place.Was this helpful? React with ๐ or ๐ to provide feedback.