Skip to content

discussions Search Results · repo:github/codeql language:Java

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 :)

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 ...

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, ...

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 ...

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; } ...

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 ...

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. ...

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 ...

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, ...

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 ...