Gabe Stocco
Gabe Stocco
Update the fix it's engine to be able to do something like replace all instances of md5 hashijg in a project with sha256. This should come with a "patch" mode...
I'm seeing a lot of C# 8 Nullable Reference Type issues. ## Issue 1 These issues remind me to turn on nullable context, which is already enabled project wide in...
Experiment with EF Core for access instead of SQlite directly: https://docs.microsoft.com/en-us/ef/core/
Monitor Network Traffic. See https://github.com/chmorgan/sharppcap On Windows this requires the user to install npcap separately.
See #649. The current Linux collector parsed ss with regex but the formatting can be unreliable.
…ename" Fix #642 This is a semver change so it will be 2.4. Also should include the fix for the .net tool gui, clean up the interface returns in attacksurfaceanalyzerclient...
**Is your feature request related Recently fixed a non threadsafe collections bug and would be good to have tests to ensure single threaded and parallel compares of very large data...
**Is your feature request related to a problem? Please describe.** Currently ASA builds from release branches but main has stagnated and hasn't been updated with the latest. Now that we...
None of the static web assets are available in the packed version. I tried both with a "dotnet pack" version of the code in release/v2.3 as well as the latest...
https://devblogs.microsoft.com/dotnet/try-the-new-system-text-json-source-generator/ Benchmarks show 30-40% faster serialization performance.