You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create a new blazor UX that allows the user to load/save a JSON report and view it either via running the command line via "appinspector gui" or by visiting our hosted WASM on github pages.
The GUI should have the ability to:
Run the Analyze Command on a Path, optionally with custom rules
Run the Get Tags command on a Path, optionally with custom rules
Show the results of either the Get Tags or Analyze Command
Save the results of the Get Tags or Analyze command as JSON
Load the saved JSON result for Get Tags or Analyze commands
List all the tags found
Show the lighted feature boxes like the current UI
Show the full list of files scanned and their statuses
Show all the files which matched a tag, click on a file to see the snippet
Show all the tags which matched a file, click on a tag to view the tag view with all files the tags applied to
Show the general metadata gathered
Show the rules used
The text was updated successfully, but these errors were encountered:
We should create a new blazor UX that allows the user to load/save a JSON report and view it either via running the command line via "appinspector gui" or by visiting our hosted WASM on github pages.
The GUI should have the ability to:
Run the Analyze Command on a Path, optionally with custom rules
Run the Get Tags command on a Path, optionally with custom rules
Show the results of either the Get Tags or Analyze Command
Save the results of the Get Tags or Analyze command as JSON
Load the saved JSON result for Get Tags or Analyze commands
List all the tags found
Show the lighted feature boxes like the current UI
Show the full list of files scanned and their statuses
Show all the files which matched a tag, click on a file to see the snippet
Show all the tags which matched a file, click on a tag to view the tag view with all files the tags applied to
Show the general metadata gathered
Show the rules used
The text was updated successfully, but these errors were encountered: