Ryan Ahearn
Ryan Ahearn
Refactors the rake task to enable testing of the changes made in #472 ## All PRs: * [x] Has tests * [ ] Documentation updated
## Issue A simple app built with Ruby on Rails and deployed to cloud.gov via docker image runs fine, but `cf run-tasks` and `cf ssh` do not work without workarounds....
I'm trying to create a space with an existing running security group, but I'm getting an authorization error even though the user running the terraform is an OrgManager. I'm using...
I am consistently running into the following error when trying to use checkdmarc. Environment: Official [python docker image](https://hub.docker.com/_/python) with no customizations. ``` └─> docker run -it --rm python bash root@baba3ff4b235:/#...
After moving to rack 3.1.x, `last_request.env["rack.input"]` is returning nil on `get` requests. This will safely deal with that situation, replacing the return value with an empty string.
## Describe the bug For `aggregates` parameters (such as `si-7_prm_1` from https://raw.githubusercontent.com/usnistgov/oscal-content/main/nist.gov/SP800-53/rev5/json/NIST_SP-800-53_rev5_catalog.json) ssp-generate is showing a warning about `the parameter has no values and was referenced by prose` and the...
There were two instances (that I could find) of overridden methods in classes inheriting from `BaseFormatter` that likely should have called `super` to complete the cleanup.
The backticks were being run, resulting in a blank space in output of `adr help new` rather than the formatting that was likely being attempted.
## Describe the bug Validation returns incorrect failures when called with the `-t` flag, at least for `-t system-security-plan` when the model has been split using `trestle split` ## To...
## Describe the bug When using `trestle author jinja` to create documents from an ssp/profile combination, any jinja tags within the OSCAL result in jinja errors. ## To Reproduce SSP...