Skip to content

Fix defaultSuiteFile path #15

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
wants to merge 1 commit into from
Closed

Fix defaultSuiteFile path #15

wants to merge 1 commit into from

Conversation

jorgectf
Copy link
Contributor

@jorgectf ➜ /workspaces $ codeql database analyze foo/ --format=sarif-latest --output=test.sarif --download githubsecuritylab/codeql-python-queries
{
  "packs" : [
    {
      "name" : "githubsecuritylab/codeql-python-queries",
      "version" : "0.0.1",
      "library" : false,
      "result" : "INSTALLED"
    }
  ],
  "packDir" : "/home/vscode/.codeql/packages"
}
Running queries.
A fatal error occurred: Could not read /home/vscode/.codeql/packages/githubsecuritylab/codeql-python-queries/0.0.1/suites/python.qls
(eventual cause: NoSuchFileException "/home/vscode/.codeql/packages/githubsecuritylab/codeql-python-queries/0.0.1/suites/python.qls")
@jorgectf ➜ /workspaces $ ls /home/vscode/.codeql/packages/githubsecuritylab/codeql-python-queries/0.0.1/
audit/                .codeql/              codeql-pack.lock.yml  qlpack.yml            security/             suites/
@jorgectf ➜ /workspaces $ ls /home/vscode/.codeql/packages/githubsecuritylab/codeql-python-queries/0.0.1/suites/
suites
@jorgectf ➜ /workspaces $ ls /home/vscode/.codeql/packages/githubsecuritylab/codeql-python-queries/0.0.1/suites/suites/python
python-audit.qls                  python-local.qls                  python-security-experimental.qls  
python-external-api.qls           python.qls

@jorgectf jorgectf requested a review from pwntester September 20, 2023 10:31
@jorgectf jorgectf closed this Sep 20, 2023
@jorgectf jorgectf mentioned this pull request Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant