anweiss
anweiss
Re-opening as the library could use a re-write of the error handling mechanisms for both parsing and validation. Will likely leverage [thiserror](https://github.com/dtolnay/thiserror).
Decided on https://github.com/yaahc/displaydoc due to its support for `no_std`.
@tomachristian would love your input on how I can improve the error handling mechanisms in the validator. Some of this is still dependent on the [ratification of JSONPath](https://datatracker.ietf.org/doc/draft-ietf-jsonpath-base/) as a...
Thanks @cabo. Interested in the validation failures specifically. And yea, at the moment, this crate is just presenting all of the failures in the case of type choices where none...
This capability is now possible via the UI. Can update control info
Experimental now. Need to update CircleCI tests to actually enforce key phrase validation
Windows Server 2016 is also undergoing Common Criteria evaluation for PP Conformance as indicated [here](https://oc.ccn.cni.es/index.php?option=com_content&view=article&id=319&Itemid=131&lang=en)
Server 2016 now CC certified [here](https://oc.ccn.cni.es/index.php?option=com_content&view=article&id=329%3Amicrosoft-windows-10-anniversary-update&catid=38%3Arelacion-productos-certificados-publico&Itemid=102&lang=en)
Update per #29
Maybe just adding support for `` elements in prose in XML ... which when formatted as JSON is turned into a simple Object with key value pairs, where the values...