compliance-trestle icon indicating copy to clipboard operation
compliance-trestle copied to clipboard

An opinionated tooling platform for managing compliance as code, using continuous integration and NIST's OSCAL standard.

Results 197 compliance-trestle issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.3. Changelog Sourced from cryptography's changelog. 43.0.3 - 2024-10-18 * Fixed release metadata for ``cryptography-vectors`` .. _v43-0-2: 43.0.2 - 2024-10-18 Fixed compilation when using LibreSSL...

dependencies
python

Bumps [datamodel-code-generator[http]](https://github.com/koxudaxi/datamodel-code-generator) from 0.25.3 to 0.26.2. Release notes Sourced from datamodel-code-generator[http]'s releases. 0.26.2 What's Changed New CLI option --output-datetime-class #1996 by @​archetipo in koxudaxi/datamodel-code-generator#2100 dataclass generator improvements by @​anis-campos in...

dependencies
python

Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.5.0. Commits 23f9200 Cut 3.5.0 eb7dbbc Changelog closes #982, re #2444, re #2157 977913f Refactor the AES-GCM support a bunch f2ebac5 Remove debug logging from...

dependencies
python

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 to 2.2.3. Release notes Sourced from urllib3's releases. 2.2.3 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

## 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...

documentation
investigate

## Types of changes - [ ] Hot fix (emergency fix and release) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change...

## Issue description / feature objectives Today in order to test compliance-trestle the tests include some tests which require access to github. This is driven by profile resolution requirements in...

## Types of changes - [ ] Hot fix (emergency fix and release) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking...

## Issue description / feature objectives Today a limited set of documents are supported. Examine whether we can in-principle support SAPs and SARs. ## Caveats / Assumptions ## Completion Criteria

## Issue description / feature objectives The recommended method fro managing python packages now is using `pyproject.toml` which we already have (based on this: https://packaging.python.org/en/latest/). `setup.py` is no longer a...

enhancement