discussions Search Results · repo:github/codeql language:Java
Filter by
408 results
(77 ms)408 results
ingithub/codeql (press backspace or delete to remove):
Hi, I see that TaintInheritingContent is available for Java but not for csharp, how to implement this or are you
planning to implement this ?
Thank you :)
Hug0Vincentposted
12 days ago- 2
:
Hi, I don t understand why my taint is not propagating. I have 3 test cases that look similar, but it only works for
one. Here is my C# code:
protected FullyInstrumentedType(SerializationInfo info, StreamingContext ...
Hug0Vincentposted
yesterday- 3
:
Is there a correct way to write rules for Corel and integrate them into the Cli? I encounter problems supporting both
old rules and new ones, for example, the http method in the new version is deprecated, ...
BenJoiceposted
21 hours ago- 0
:
1. I am trying to analyse a codebase with C, C++ using the MISRA/CERT query package during analysis.
2. I found there are many false positives which are not required to solve this I need to exclude ...
Beeram12posted
2 days ago- 0
:
Hi, the title might no be super clear, I have this Sink class:
public class Sink
{
public string Command { get; set; }
public Sink(string command)
{
Command = command;
}
...
Hug0Vincentposted
12 days ago- 4
:
Hi,
When doing dataflow analysis in Java, is it possible to redirect calls made to a method on a subinterface to a specific
implementation?
I m working in a microservices codebase where each service ...
the-cartographerposted
25 days ago- 3
:
A Code scanning results action always marked with a grey square whenever it is supposed to run.
An example can be seen here.
How can I fix it? I ve seen tried some solutions, but nothing solved the problem. ...
rgoldbergposted
on Jan 16- 10
:
Hello! I am trying to reduce results for unreachable blocks in JS. Can you, please, give a hint, how to do it? I
understand by docs and code that it is something with DataFlow and ControlFlow but can t ...
bftmoonposted
27 days ago- 3
:
I am using CodeQL to analyse an open-source code base which uses./waf build for building at the root level. I created 3
databases for 3 different languages: C, C++, and Python, with some C and C++ packages, ...
Beeram12posted
on May 30- 13
:
Dear Developers, greetings from Brazil!
I was reading about how to configure vulnerability scanning in code here on Github.
The idea is to provide scanning security vulnerabilities in Delphi code.
It ...
marconivposted
23 days ago- 2