-
## Step 3: Finding calls to the jQuery `$` function
You will now run a simple CodeQL query, to understand its basic concepts and get familiar with your IDE.
### :keyboard: Activity: Run a CodeQL que…
-
Today, opentelemetry-cpp got an attack in the form of:
* a PR, that wants to add binary files (a .zip) and shell scripts in the repo
This PR is deleted already, audit trail shows:
```
File C…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
It would be better if checkov would appear in github tools option like the CodeQL as seen in the provided screenshot. However I could see "Prisma Cloud IaC Scan" by Palo Alto but its look like outdate…
-
Hi, I used this command to analyze databases with the CodeQL CLI:
`$../codeql/codeql database analyze test-db ql.ql --format=csv --output=js-analysis.csv`
but I got this error:
`
Running queries…
-
**Describe the bug**
- Talisman showed to add the checksum
```
fileignoreconfig:
- filename: .env
checksum: 908d465d343b767253e77c80d7f12c592aa7fdab854b0d1f6a0b6999c5528321
version: ""
```
…
-
-
Error: Could not auto-detect a suitable build method
Error: We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Failure in…
-
One challenge we've seen with customers running CodeQL against large applications is the time to execute CodeQL scans. One potential solution is to split out the query packs to run separately.
ex.…
-
Currently, CodeQL runs all languages defined in the array, even when a pull request does not touch a particular language. For example a single change to `index.js` triggers Python tests if that repo …