22 questions
1
vote
0
answers
44
views
A fatal error occurred: python-security-extended.qls is not a .ql file, .qls file, a directory, or a query pack specification
enter image description here
error while running the Advanced security scanning using codeql in my azure devops i installed self-hosted-agents name dev-pool
and installed them in ubuntu machine(ec2) ...
1
vote
1
answer
127
views
How can I run multiple CodeQL query suites in a single GitHub Actions workflow?
My goal is to run multiple CodeQL query packs and suites (like security-extended and audit) in one GitHub Action workflow, and ideally merge the results into one SARIF file for upload to GitHub Code ...
0
votes
0
answers
84
views
Ignore specific dependencies in requirements file during GAS ADS
We've recently enabled GitHub Advanced Security(GAS) in one of our repositories, and whenever we create pull requests, the Automatic Dependency Submission(ADS) tries to validate our project(mainly the ...
-1
votes
1
answer
190
views
Secret Alerts for Github Advanced Security for Azure DevOps
I've been setting up Github Advanced Security for Azure Devops, to use with Git hosted in Azure Devops (not Github), which has been largely successful. For the secret scanning, the system has ...
1
vote
1
answer
416
views
CodeQL: Setting paths in Github Advanced Security for Devops
I'm using Github Advanced Security in Azure devops in a monorepo. With the given folder structure:
.
└── apps/
├── frontend/
│ ├── green-app
│ └── red-app
└── backend/
├── ...
1
vote
1
answer
196
views
How to resolve eslint errors due to use of the html() method in jquery libraries when running security scans with Github advanced security?
We are using Azure Dev Ops pipelines and Github Advanced Security to scan our repositories for security risks.
ESLint is flagging violations for two rules, @microsoft/sdl/no-html-method and @microsoft/...
0
votes
1
answer
869
views
‘Block Secrets on Push’ Feature Not Working as Expected
I’m encountering an issue with the “Block secrets on push” feature in Azure DevOps (ADO). Despite having the checkbox checked under **Settings **> Advanced Security, I was able to push a secret to ...
0
votes
0
answers
91
views
GitHub Advanced Security is not recognizing hard-coded passwords
I'm new to SAST and started performing tests in a C# repository with GitHub Advanced Security to understand the working principle. I inserted hard-coded credentials into the code, which does not ...
0
votes
2
answers
469
views
GitHub Advanced Security for Azure DevOps - Dependency Scanning failing today (same code/pipeline was working before)
We've a number of pipelines (one using yaml and one with the classic jobs) that have suddenly started failing today. Anyone seeing a similar error?
##[error] An exception occurred during execution.
...
3
votes
2
answers
437
views
Azure DevOps Task: AdvancedSecurity-Dependency-Scanning@1 throws System.InvalidOperationException
Azure devops pipeline task: AdvancedSecurity-Dependency-Scanning@1 ran fine yesterday, but not today.
throws error:
System.InvalidOperationException: Sequence contains no matching element
at System....
2
votes
2
answers
661
views
How to get notified when vulnerabilities found - GHAS for Azure DevOps - Dependency Scanning
With Github Advanced Security for Azure DevOps we have created a nightly build (yaml) which builds our projects and scans for vulnerabilities with the AdvancedSecurity-Dependency-Scanning@1 task.
What ...
1
vote
3
answers
2k
views
Custom CodeQL query in Azure DevOps in yaml pipeline gives error: No queries defined for javascript
I want to run custom codeql queries for Advanced Security in Azure DevOps (this is a feature that is now available in Azure DevOps not only GitHub). The built in default queries like security-and-...
1
vote
1
answer
475
views
GitHub Advanced Security for Azure - accessing historical reports
Any idea if GitHub Advanced Security for Azure supports accessing the historical vulnerability reports by date/tag/etc? Currently I'm only able to filter by things like the branch, pipeline, status, ...
0
votes
2
answers
267
views
Todo comment violation not reported in github codeql code scanning
I am new to github advance security. I have create a Github repo and enabled Codeql scanning. And used queries: security-extended,security-and-quality in codeql.yml file. Still if I add a comment in ...
0
votes
0
answers
1k
views
GitHub Advanced Security for Azure DevOps - Dependency Scanning and CodeQL for a C# application using Docker@2 build failing to find code
GitHub Advanced Security for Azure DevOps - Dependency Scanning and CodeQL for a C# application built using task: Docker@2 failing to find code but similar pipeline works for JS.
I’ve got two ...