fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
31 stars 18 forks source link

fix: fixed filtering nonexisting values not throwing an error, fixes #374 #385

Closed psmf22 closed 1 year ago

psmf22 commented 1 year ago

trying to filter on a non-existing field will now throw an exception, in case of inconsistent source data "has('propertyname')" and "get('propertyname')" can be used as workaround