Gabe Stocco
Gabe Stocco
I have a project for a Visual Studio Extension that uses Newtonsoft.Json. When using 12.0.3 I have no issues. When I updated to 13.0.1 I get a FileNotFoundException on this...
Fix #492
Ensure that the within clause properly handles conditions based on structured paths as introduced in #491
As a follow up from #420 it would be nice to also support YAMLPath. I haven't found a C# library that has the functionality we need yet but YamlDotNet has...
**Is your feature request related to a problem? Please describe.** See #480 for an example of a regression in parameter parsing. **Describe the solution you'd like** 1.5 had a large...
**Is your feature request related to a problem? Please describe.** 1.5 has added some features that are not yet documented. **Describe the solution you'd like** Documentation should be updated.
Many of the default rules are too broad. This results in long run times and inaccurate results. The rules need to be audited for precision and narrowed down where appropriate.
With #472 we add the ability to include tests directly in Rule object JSON. These tests consist of an array of strings which must/must not match the rule. A user...
When creating an analyze command the "ConfigSourceToScan" and "ConfigRules" methods are called from the constructor. These methods may throw exceptions, and those exceptions are printed to the console with the...
**Is your feature request related to a problem? Please describe.** When outputting sarif you can specify the repository uri and commit. We should be able to programatically fetch that automatically....