discussions Search Results · repo:github/securitylab language:CodeQL
Filter by
114 results
ingithub/securitylab (press backspace or delete to remove)The language qualifier is not supported when searching discussions. Try searching for issues instead?
:
Print AST command is used in vscode-codeql extension where it uses the printast query in qlpack and displays the
results. I wanted to know how to get the ast outside of the vscode-extension?
printAst.ql ...
:
How is to possible to get the query result shown in vs code query result in CLI? If I run the same query in CLI and save
the result in csv file, I got different result.
img width= 362 alt= Screenshot ...
:
Hello all,
I m trying to pinpoint all locations calling a crypto library for a python project. Ideally I would be interested in two
types of information:
- immediate callers of a crypto function
...
:
Hi, I m trying get my query to filter out const token = process.env.TOKEN || token value ; as source, Where const token
variable s value has logical-or operator and right hand of that operator is a non-empty ...
:
I would like to build a database for kubelet, in the Kubernetes monorepo: https://github.com/kubernetes/kubernetes. It
partially worked with: codeql database create kubelet-db --language=go --command= ...
:
Hi there,
As I know, we need to create a Configuration for a brand new path query and then define Source, Sink. But I want to
customize existed queries such as Command Injection (js) by adding more subclass ...
:
Hello, I m fairly new to codeql so if I m using codeql terms or statements incorrectly, apologies for that.
I have this simple Test class, where I m trying to mimic a path problem. with Message1 as source ...
:
Hello folks, how are you doing? I m begineer on CodeQL (I start learning in past week) and I trying solve the CTF Go and
Don t Return but I can t understand the Data Flow Analysis in Go. I saw the answer ...
:
How to write a script which could show the path of shared library of a function ??
:
problem i encounter this problem during the compiling of project.