microsoft / ApplicationInspector

A source code analyzer built for surfacing features of interest and other characteristics to answer the question 'What's in the code?' quickly using static analysis with a json based rules engine. Ideal for scanning components before use or detecting feature level changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure json and xml path conditions are supported

gfs opened this issue · comments

Ensure that the within clause properly handles conditions based on structured paths as introduced in #491

This currently does not work, and withinclause requires refactoring to directly use subclauses. Rewrite partially compelte but requires the fix from microsoft/OAT#158.