18F / fedramp-automation

FedRAMP Automation
https://federalist-2372d2fd-fc94-42fe-bcc7-a8af4f664a51.app.cloud.gov/site/18f/fedramp-automation/
Other
16 stars 6 forks source link

Toggle Network-Based Checks On and Off #229

Closed ohsh6o closed 3 years ago

ohsh6o commented 3 years ago

Extended Description

As a tool developer and a reviewer, in order to run the validations in secure and/or offline environments, I want the ability to configure the validations to not perform remote network-based checks over the internet when analyzing external data is required.

Preconditions

Acceptance Critera

Story Tasks

Definition of Done

GaryGapinski commented 3 years ago

A Schematron document can reference an xs:boolean XSL param defined within the same document that is optional and has a default value. This can be used to conditionally use XPath functions which refer to XML and text documents (there are no other variants without using extension functions not supported by Saxon-HE) for purposes of existence checks and more. Such an XSL reference will not adversely affect Schematron validation in the context of a schema-driven editor (since the param will always be defined with its default value).