Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b038c8b
fix(extension): resolve symlinks in containment check
margaretjgu Aug 6, 2026
db9c808
test(extension): cover symlink containment bypass
margaretjgu Aug 6, 2026
03ad991
Merge branch 'main' into fix/extension-symlink-containment
margaretjgu Aug 7, 2026
7c74235
Merge branch 'main' into fix/extension-symlink-containment
margaretjgu Aug 7, 2026
38657f2
fix: use native realpath for windows short path names
margaretjgu Aug 7, 2026
3607e9f
ci: add ecr fallback for trivy db download
margaretjgu Aug 7, 2026
13c90f2
Merge branch 'main' into fix/extension-symlink-containment
margaretjgu Aug 10, 2026
1d9703d
ci: fix mirror.gcr.io trivy db namespace
margaretjgu Aug 10, 2026
e6f5d81
fix(extension): fix windows path separator in containment check
margaretjgu Aug 10, 2026
605ecb0
test(extension): fix outsideDir cleanup leak
margaretjgu Aug 10, 2026
2d2713e
fix(extension): check symlink containment in upgradeExtension
margaretjgu Aug 12, 2026
db9c99d
fix: recheck symlink containment after npm update
margaretjgu Aug 13, 2026
4aaca9e
Merge remote-tracking branch 'origin/main' into fix/extension-symlink…
margaretjgu Aug 13, 2026
2c00aa4
test: create entrypoint file in npm ignore scripts upgrade test
margaretjgu Aug 13, 2026
4a12a26
chore: regenerate NOTICE.txt with correct schemas version
margaretjgu Aug 13, 2026
c623359
chore: add cross spawn dependency
margaretjgu Aug 13, 2026
591f441
fix: use cross spawn so npm resolves on windows
margaretjgu Aug 13, 2026
55ca621
docs: note toctou limit in containment check
margaretjgu Aug 13, 2026
39790cb
Merge remote-tracking branch 'origin/main' into fix/extension-symlink…
margaretjgu Aug 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
132 changes: 132 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,36 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


------------------------------------------------------------------------
cross-spawn@7.0.6
License: MIT
Repository: https://github.com/moxystudio/node-cross-spawn
Publisher: André Cruz <andre@moxy.studio>
------------------------------------------------------------------------

The MIT License (MIT)

Copyright (c) 2018 Made With MOXY Lda <hello@moxy.studio>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


------------------------------------------------------------------------
csv-parse@7.0.1
License: MIT
Expand Down Expand Up @@ -1144,6 +1174,30 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


------------------------------------------------------------------------
isexe@2.0.0
License: ISC
Repository: https://github.com/isaacs/isexe
Publisher: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
------------------------------------------------------------------------

The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


------------------------------------------------------------------------
json-schema-traverse@0.4.1
License: MIT
Expand Down Expand Up @@ -1463,6 +1517,24 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


------------------------------------------------------------------------
path-key@3.1.1
License: MIT
Repository: https://github.com/sindresorhus/path-key
Publisher: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
------------------------------------------------------------------------

MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


------------------------------------------------------------------------
punycode@2.3.1
License: MIT
Expand Down Expand Up @@ -1553,6 +1625,42 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


------------------------------------------------------------------------
shebang-command@2.0.0
License: MIT
Repository: https://github.com/kevva/shebang-command
Publisher: Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
------------------------------------------------------------------------

MIT License

Copyright (c) Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


------------------------------------------------------------------------
shebang-regex@3.0.0
License: MIT
Repository: https://github.com/sindresorhus/shebang-regex
Publisher: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
------------------------------------------------------------------------

MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


------------------------------------------------------------------------
skin-tone@2.0.0
License: MIT
Expand Down Expand Up @@ -1754,6 +1862,30 @@ THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED WARRA
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court.


------------------------------------------------------------------------
which@2.0.2
License: ISC
Repository: https://github.com/isaacs/node-which
Publisher: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
------------------------------------------------------------------------

The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


------------------------------------------------------------------------
wrap-ansi@7.0.0
License: MIT
Expand Down
20 changes: 14 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,19 @@
"ajv": "^6.14.0",
"cli-table3": "^0.6.5",
"commander": "^15.0.0",
"cross-spawn": "^7.0.6",
"csv-parse": "^7.0.0",
"marked": "^14.1.4",
"marked-terminal": "^7.3.0",
"yaml": "^2.8.3"
},
"devDependencies": {
"@yao-pkg/pkg": "6.22.0",
"@eslint/js": "10.0.1",
"esbuild": "0.28.1",
"@types/cross-spawn": "^6.0.6",
"@types/marked-terminal": "6.1.1",
"@types/node": "25.9.4",
"@yao-pkg/pkg": "6.22.0",
"esbuild": "0.28.1",
"eslint": "10.6.0",
"license-checker": "25.0.1",
"mega-linter-runner": "9.5.0",
Expand Down
Loading
Loading