mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 20:50:02 +00:00
feat(file_utils): robust path handling and safe directory listing (#1195)
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: bytecii <bytecii@users.noreply.github.com>
This commit is contained in:
parent
e76568c1e1
commit
6776a90a6f
7 changed files with 702 additions and 93 deletions
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
|
|
@ -73,12 +73,7 @@ jobs:
|
|||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
config: |
|
||||
paths-ignore:
|
||||
# Third-party packages (vendored from external sources)
|
||||
- 'package/@stackframe/**'
|
||||
- 'node_modules/**'
|
||||
- '**/node_modules/**'
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||
# By default, queries listed here will override any specified in a config file.
|
||||
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue