codeql icon indicating copy to clipboard operation
codeql copied to clipboard

C#: Narrow source model generation.

Open michaelnebel opened this issue 1 year ago • 0 comments

In this PR we further narrow the C# source model generation to exclude all callables that overrides or implements something else. This is because we need to "limit" the number of generated sources models that could be used during dynamic dispatch (to avoid getting to many false positive/speculative results).

michaelnebel avatar Jun 28 '24 10:06 michaelnebel