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?
:
Hello everyone
I just got started using CodeQL and currently try to write a query for the following case: I have a Java Map (Map
String,Object ) which gets passed to a critical function. I want to make ...
:
Hey,
Not sure if this is the best place to post this, in any case I think this could be useful for others in the future.
Im trying to create a database for V8, but so far I didn t manage to make it work. ...
:
Demo c code
#include stdio.h
void wrap_printf(char* x)
{
printf(x);
}
int wrap_read(char* x)
{
int n = read(0, x, 0x20);
return n;
}
int vuln1()
{
char buf[0x20] = {0};
int ...
:
Hi all,
First of all, I m excited about learning capabilities of codeQL. Great idea,great implementation! I took U-Boot course
but when commit fails for some reason (that being docker build failure most ...