-
**Version Used**:
**Steps to Reproduce**:
1. Open the solution in VS 2022 Enterprise
2. Open Program.cs
3. Wait for a few seconds
4. If you have just in time debugging, it will pop up
5. In…
-
Hello, I am using Pyvrilog's dataflow analyzer. But it is very strange that he saw an error in the process. The error does not seem to be due to my code, but to the fact that there is no module named …
-
### Description
Spotted what seems to be an incorrect trim warning that's not suppressed correctly.
### Reproduction Steps
```csharp
[RequiresUnreferencedCode("")]
class A;
class B where…
-
The compiler generated backing field of properties can generate warnings in the trimmer that aren't found in the analyzer. For example, this getter returns an unannotated field in IL and will warn in …
-
Hello,
I am trying to detect a scenario where sensitive information is exposed via an error message. For example,
```
protected void doGet(HttpServletRequest request, HttpServletResponse re…
-
Analyzer will not warn that an element of a multidimensional array does not satisfy DAM constraints.
ArrayDataFlow.cs:
```C#
// Multidimensional Arrays not handled -- assumed to be UnknownValue
…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR39699](https://bugs.llvm.org/show_bug.cgi?id=39699) |
| Status | NEW |
| Importance | P normal |
|…
-
| | |
| --- | --- |
| Bugzilla Link | [39699](https://llvm.org/bz39699) |
| Version | 7.0 |
| OS | All |
| Attachments | [tidy-minimal.c](https://user-images.githubusercontent.com/95090674/143758344…
-
**Is your feature request related to a problem? Please describe.**
In DAX Studio 3.2.0, when I run VertiPaq Analyzer, under tab _Relationships_, no missing keys are reported (good!)
![image](https…
-
**Version Used**:
Version 16.9.0 Preview 3.0
**Steps to Reproduce**:
1. Set a variable to an asynchronous await call
var root = await document.GetSyntaxRootAsync(cancellationToken).ConfigureAw…