Compliance-trestle

Latest version: v3.8.0

Safety actively analyzes 707283 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 16

53.8

51.5

/docs/tutorials/continuous-compliance/ContinuousCompliance.jpg -- 26.46kb -> 25.38kb (4.11%)

Signed-off-by: ImgBotApp <ImgBotHelpgmail.com>

Co-authored-by: ImgBotApp <ImgBotHelpgmail.com> ([`62b870d`](https://github.com/oscal-compass/compliance-trestle/commit/62b870d3d98bf2a67be2c7fc68b0cf9e8d4b7f07))

* fix: Allow for check suite to trigger a PR

Signed-off-by: Chris Butler <christhebutlers.me> ([`5c95318`](https://github.com/oscal-compass/compliance-trestle/commit/5c95318f8c43b6901d0992512e029d2aa584a73c))

* fix: Allow for check suite to trigger a PR

Signed-off-by: Chris Butler <christhebutlers.me> ([`9bce041`](https://github.com/oscal-compass/compliance-trestle/commit/9bce041a02326d9e148ada7271eda5dbda46e504))

* fix: Allow for test completion to trigger automerge correctly

Signed-off-by: Chris Butler <christhebutlers.me> ([`dc6864f`](https://github.com/oscal-compass/compliance-trestle/commit/dc6864f8a3bc03ec1f694d25dbeda19969507ab9))

* fix: correct github expression path.

Signed-off-by: Chris Butler <christhebutlers.me> ([`9ab4936`](https://github.com/oscal-compass/compliance-trestle/commit/9ab4936dc0aef7d4b2bd445dd4d8f1e3a13c6f9b))

* fix: Ensrue automerge fires off correctly

Signed-off-by: Chris Butler <christhebutlers.me> ([`d0f51b8`](https://github.com/oscal-compass/compliance-trestle/commit/d0f51b841073d06269272f2e5f5a7f04bb07bc3a))

* fix: CICD refinements

Signed-off-by: Chris Butler <christhebutlers.me> ([`a2d836b`](https://github.com/oscal-compass/compliance-trestle/commit/a2d836bc8e29d6cbe16346ed4172e258546e1196))

* fix: Dump context in automerge workflow.

Signed-off-by: Chris Butler <christhebutlers.me> ([`144a54f`](https://github.com/oscal-compass/compliance-trestle/commit/144a54f8ef51252b4a4fec6117e85b388cd69b17))

* fix: Cleanup CIDC workflow to prevent admin rights pushing over checks.

Signed-off-by: Chris Butler <christhebutlers.me> ([`56127e7`](https://github.com/oscal-compass/compliance-trestle/commit/56127e733dc0539d36e3faf32be1c3be701da1d8))

* fix: Cleanup CIDC workflow to prevent admin rights pushing over checks.

Signed-off-by: Chris Butler <christhebutlers.me> ([`a305ebb`](https://github.com/oscal-compass/compliance-trestle/commit/a305ebb24c8595a0014afe1d6da5886400f1211b))

* fix: Cleanup CIDC workflow to prevent admin rights pushing over checks.

Signed-off-by: Chris Butler <christhebutlers.me> ([`31e8cde`](https://github.com/oscal-compass/compliance-trestle/commit/31e8cde6b68009372a7dcf9562dc6e420ecec6d2))

Unknown

* Merge pull request 561 from IBM/develop ([`da34485`](https://github.com/oscal-compass/compliance-trestle/commit/da344851f6b373e19f900899c64f147eb08d7ff9))

* Merge pull request 552 from IBM/fix/cicd_cleanup ([`48d537b`](https://github.com/oscal-compass/compliance-trestle/commit/48d537bedc40f5127dba008f72fc63e5b4897457))

* Merge branch &39;develop&39; into fix/cicd_cleanup ([`7b099c6`](https://github.com/oscal-compass/compliance-trestle/commit/7b099c65a8843fb33aaf9a89d7c0f6081c54fda2))

33.02

Signed-off-by: ImgBotApp <ImgBotHelpgmail.com>

Co-authored-by: ImgBotApp <ImgBotHelpgmail.com>
Co-authored-by: Chris Butler <christhebutlers.me> ([`ad238c8`](https://github.com/oscal-compass/compliance-trestle/commit/ad238c84b5999f1c650109f7e61b276faf4d1b53))

* feature: introducing mandatory mypy typing. (174)

* Basic mypy setup

Signed-off-by: Chris Butler <christhebutlers.me>

* Added code typing support to build pipeline checks

Signed-off-by: Chris Butler <christhebutlers.me>

* Partial completion of mypy first pass.

Signed-off-by: Chris Butler <christhebutlers.me>

* Updated get_stripped_contextual_model

Signed-off-by: Chris Butler <christhebutlers.me>

* Partial update towards zero mypy errors

Signed-off-by: Chris Butler <christhebutlers.me>

* updates

Signed-off-by: Chris Butler <christhebutlers.me>

* Altered cicd to be permissive

Signed-off-by: Chris Butler <christhebutlers.me>

* Altered cicd to be permissive

Signed-off-by: Chris Butler <christhebutlers.me>

* Fixed UT&39;s related to split

Signed-off-by: Chris Butler <christhebutlers.me>

* Updated mypy conf to be a balanced severity

Signed-off-by: Chris Butler <christhebutlers.me> ([`ebde8e5`](https://github.com/oscal-compass/compliance-trestle/commit/ebde8e546bb5d3cb4ddb27f60b4ca0cbcd52f9c5))

* Feature/validate intra (188)

* Initial implementation of has_no_duplicate_elements

* renamed find_values_by_name_generic to convey not just pydantic objects

* Simplify parsing tests and use new read/write oscal methods

* Manually edit duplicate uuid&39;s

* add tests for duplicate uuids

* added tools and tests to find duplicate values of specified pydantic type

* better naming of test files and edited uuids

* better implementation of get_values_by_name using fields_set

* Prepare for cli validation

* initial connection to cli

* initial integration of validate test into cli

* Added validation test to cli and refactored

* refactored

* finalized dup uuid validation with doc

* get alias from class

Co-authored-by: Chris Butler <christhebutlers.me> ([`b4b7090`](https://github.com/oscal-compass/compliance-trestle/commit/b4b709059b35f1b33860bec89c9aa5ecc836ec9c))

* feature: implement trestle trash and RemovePathAction 69 (186)

* refactor: create trestle trash util module

* feature: implement move_dir_to_trash and tests

* feature: more functionalities in trestle trash module

* feature: unit tests for trash recovery methods

* feature: implement RemovePathAction ([`bcd19b5`](https://github.com/oscal-compass/compliance-trestle/commit/bcd19b561ce40af78fd9d95ff3cc17b782e37a3c))

* Merge pull request 171 from IBM/fix/sub_model_split_154

fix: subsequent sub model split 154 ([`02bc9e1`](https://github.com/oscal-compass/compliance-trestle/commit/02bc9e16be9d721ce372ecd308374a9509443451))

* Implement unit test and improve coverage 172 ([`10a441f`](https://github.com/oscal-compass/compliance-trestle/commit/10a441f68b68ac0982fde6330789f0df46330c43))

* remove unused function ([`561c430`](https://github.com/oscal-compass/compliance-trestle/commit/561c4304d6583a38e416ccab91123de5178c321f))

* Split should support chained element paths for multi-level split 172 ([`4e25e4f`](https://github.com/oscal-compass/compliance-trestle/commit/4e25e4f7cc0a50f17beab4cb8bcdaf12ca956c45))

* Merge branch &39;develop&39; into fix/sub_model_split_154 ([`4e8bb8c`](https://github.com/oscal-compass/compliance-trestle/commit/4e8bb8c135dc77a69b530970957b03c4220b5bd5))

* Stop generation of timestamp in oscal files, import conlist as needed, fix regex strings (173) ([`c731c33`](https://github.com/oscal-compass/compliance-trestle/commit/c731c336edab83ff888b399be0a5f0f891d0528d))

* only support split of first level childrent of a model ([`ef933d0`](https://github.com/oscal-compass/compliance-trestle/commit/ef933d0c0beec7c1c5f056004c6b241fe6c38ef2))

* add fixture for sample catalog and split unit test for catalog model ([`c923a99`](https://github.com/oscal-compass/compliance-trestle/commit/c923a998c5c75cc274bb0483b1f887b4a0da6351))

* refactor split tests ([`84bcd9f`](https://github.com/oscal-compass/compliance-trestle/commit/84bcd9f239a3a05caa709de5113deccb685f3c58))

* fix unit tests ([`0d9bc0d`](https://github.com/oscal-compass/compliance-trestle/commit/0d9bc0d997734ce0824bba2bb44a0aa0b145c79b))

* Merge branch &39;develop&39; into fix/sub_model_split_154 ([`bc912ce`](https://github.com/oscal-compass/compliance-trestle/commit/bc912ce091aaaabcf6a8bd259a4fd1248b4f95ae))

* Merge pull request 160 from IBM/feature/clear_content_159

CreatePathAction should have an option to clean the content of a file if it exists 159 ([`19018e2`](https://github.com/oscal-compass/compliance-trestle/commit/19018e2c1cd969887d08bf79805f9382ac32e14d))

* Add unit test for directory ([`1338b1f`](https://github.com/oscal-compass/compliance-trestle/commit/1338b1fc4c2232ec6cfb1d0bcf5d177a46dcd1c7))

* Include an option to clear content in CreatePathAction

https://github.com/IBM/compliance-trestle/issues/159 ([`f31a800`](https://github.com/oscal-compass/compliance-trestle/commit/f31a8007c311784ce914811ff0e9ef70eb1e6438))

* Merge branch &39;develop&39; into fix/issue_149b ([`24a51f3`](https://github.com/oscal-compass/compliance-trestle/commit/24a51f380be2aedcde397b45dbcccda37cfb000a))

* Merge pull request 157 from IBM/master

Master ([`84e8882`](https://github.com/oscal-compass/compliance-trestle/commit/84e8882bfce7a82be75ec60aea35cdcc0ac187f9))

16.91

Signed-off-by: ImgBotApp <ImgBotHelpgmail.com>

Co-authored-by: ImgBotApp <ImgBotHelpgmail.com> ([`d6f5148`](https://github.com/oscal-compass/compliance-trestle/commit/d6f514882934b895d4f1c3b22cf1d5e63288d95f))

* chore: Merge back version tags and changelog into develop. ([`18d4d38`](https://github.com/oscal-compass/compliance-trestle/commit/18d4d385dd1a4ba743a59811d199ab7dd1109820))

Feature

* feat: Merge pull request 611 from IBM/develop

feat: Support for OSCAL 1.0.0 ([`0e9a4c5`](https://github.com/oscal-compass/compliance-trestle/commit/0e9a4c51f75470c202efa53b625e3181bd31254c))

* feat: remove validate mode option and yaml_header optional in ssp-gen (607)

* fixed ssp assemble

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* updated doc

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed error checking blank line

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* yaml header now optional in ssp-generate

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* removed validate -mode

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fully removed validate mode and updated docs

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed problem with missing header and now check all optional class members for None

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* clean up statement labels to satisfy regex in ssp-assemble

Signed-off-by: frank <freestar8nyahoo.com>

* provide text for params when value not given. Add statement id to the Add description text

Signed-off-by: frank <freestar8nyahoo.com>

Co-authored-by: Chris Butler <christhebutlers.me>
Co-authored-by: frank <freestar8nyahoo.com> ([`3a5e104`](https://github.com/oscal-compass/compliance-trestle/commit/3a5e104d100feaad5334e8ee3231bdd6e93bbf82))

* feat: restore oscal write to use windows newlines on windows (608)

* restored oscal_write to use windows newlines on windows and removed dep. on filecmp

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* modified comment

Signed-off-by: FrankSuits <frankstau1.ibm.com>

Co-authored-by: Chris Butler <christhebutlers.me> ([`b7d8345`](https://github.com/oscal-compass/compliance-trestle/commit/b7d83458a233204b52e4271ee908392870992d5c))

* feat: Remove target model from trestle with OSCAL 1.0.0 release (595)

* feat: Remove target v1

Signed-off-by: Chris Butler <christhebutlers.me>

* chore: Pre-merge commit.

Signed-off-by: Chris Butler <christhebutlers.me>

* fix: Clean up UT&39;s / formatting

Signed-off-by: Chris Butler <christhebutlers.me>

* fix: Remove docs references to target definition.

Signed-off-by: Chris Butler <christhebutlers.me>

* chore: Remove typos and other issues identified in PR review.

Signed-off-by: Chris Butler <christhebutlers.me>

* fix: Remove bad comments

Signed-off-by: Chris Butler <christhebutlers.me> ([`ececd37`](https://github.com/oscal-compass/compliance-trestle/commit/ececd3792281b08bf26831acee1254bd24338815))

* feat: Ingestion of XML and other improvements for the OSCO transformer. (586)

* 0.18.1

Automatically generated by python-semantic-release

* feat: oscal normalize major changes to support new OSCAL 1.0.0 (577)

* removed nist modules

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* reloaded nist

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added oscal_normalize

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* first new oscal with common

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* tests now load

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* tmpdir -> tmp_path, fixed Model in files

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added lous fixes to transformers

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* more fixes for new oscal - 25 fail 379 pass

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix: Consolidate UUID sample and sample fix for POAM forward refs.

Signed-off-by: Chris Butler <christhebutlers.me>

* fixed ordering issue in oscal files

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix to poam forward

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix: Correct typing of assertion with OSCAL model changes.

Signed-off-by: Chris Butler <christhebutlers.me>

* fixed split compdef and updated split data up to including step2

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* updated data in step3 of splitmerge

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added more files from split merge workflow

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* more fixes to data files. 11 fails

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* improved add tests, started updating profile for ssp. 10 failures.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix: Correct generator behaviour

Signed-off-by: Chris Butler <christhebutlers.me>

* ssp tests now pass - fixed simple profile for 1.0.0

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed add and replicate failures

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed validate failure - replaced tests using target to use catalog instead

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed 2 import failures

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* removed test for load_dict, removed test for split too fine - all tests pass

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* boost validate test coverage

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* hooked oscal_normalize into gen_oscal and refined split of common files.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* now include oscal dir for yapf formatting. This commit is only a format change.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

Co-authored-by: Chris Butler <christhebutlers.me>

* ingest xml and other improvements for OSCO transformer

- enable ingestion of xml
- add target_type
- remove name & node
- improve test cases

* Fix typo.

Co-authored-by: semantic-release <semantic-release>
Co-authored-by: Frank Suits <47203786+fsuitsusers.noreply.github.com>
Co-authored-by: Chris Butler <christhebutlers.me> ([`f555f1e`](https://github.com/oscal-compass/compliance-trestle/commit/f555f1e1607edde8b6fc67d03b7804d28a0a345f))

* feat: oscal normalize major changes to support new OSCAL 1.0.0 (577)

* removed nist modules

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* reloaded nist

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added oscal_normalize

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* first new oscal with common

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* tests now load

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* tmpdir -> tmp_path, fixed Model in files

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added lous fixes to transformers

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* more fixes for new oscal - 25 fail 379 pass

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix: Consolidate UUID sample and sample fix for POAM forward refs.

Signed-off-by: Chris Butler <christhebutlers.me>

* fixed ordering issue in oscal files

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix to poam forward

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix: Correct typing of assertion with OSCAL model changes.

Signed-off-by: Chris Butler <christhebutlers.me>

* fixed split compdef and updated split data up to including step2

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* updated data in step3 of splitmerge

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added more files from split merge workflow

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* more fixes to data files. 11 fails

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* improved add tests, started updating profile for ssp. 10 failures.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fix: Correct generator behaviour

Signed-off-by: Chris Butler <christhebutlers.me>

* ssp tests now pass - fixed simple profile for 1.0.0

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed add and replicate failures

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed validate failure - replaced tests using target to use catalog instead

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* fixed 2 import failures

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* removed test for load_dict, removed test for split too fine - all tests pass

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* boost validate test coverage

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* hooked oscal_normalize into gen_oscal and refined split of common files.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* now include oscal dir for yapf formatting. This commit is only a format change.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

Co-authored-by: Chris Butler <christhebutlers.me> ([`fd7e137`](https://github.com/oscal-compass/compliance-trestle/commit/fd7e137d0cc19527754e1e6a25c2361f9338a513))

Fix

* fix: remove incorrect scc_check_version in tanium transformer (591)

* fix: remove incorrect scc_check_version

* Fix doc per Chris Butler&39;s review.

* Policy Validation Points, spelling.

Co-authored-by: Chris Butler <christhebutlers.me> ([`4c59eda`](https://github.com/oscal-compass/compliance-trestle/commit/4c59edacfcacef2921711642776126a9b4e6a386))

* fix: duplicate oscal classes and reordered. oscal_write line ending (592)

* fixed duplicate oscal classes and reordered. oscal_write specifies unix line ending. increased test coverage.

Signed-off-by: FrankSuits <frankstau1.ibm.com>

* added documentation

Signed-off-by: FrankSuits <frankstau1.ibm.com>

Co-authored-by: Chris Butler <christhebutlers.me> ([`ddaeece`](https://github.com/oscal-compass/compliance-trestle/commit/ddaeecebbf884f7b96509e3c75d798f65472278a))

* fix: Ensure line endings do not change (593)

* fix: Ensure line endings do not change

Signed-off-by: Chris Butler <christhebutlers.me>

* fix: Scope git config to only the CICD user.

Signed-off-by: Chris Butler <christhebutlers.me>

* fix: Correct config scope.

Signed-off-by: Chris Butler <christhebutlers.me> ([`82fcab3`](https://github.com/oscal-compass/compliance-trestle/commit/82fcab3ea5e4b06b6ff31a6e2749b30729cfd48d))

3.8.0

Chore

* chore: Merge back version tags and changelog into develop. ([`729bf44`](https://github.com/oscal-compass/compliance-trestle/commit/729bf4454ee5006915a156e52e6c570c4311b7a4))

Feature

* feat: upgrade to OSCAL 1.1.3 (1795)

* feat: upgrade to OSCAL 1.1.3

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: update README to OSCAL 1.1.3

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com> ([`ffc17c3`](https://github.com/oscal-compass/compliance-trestle/commit/ffc17c31ee570c08a8e39d837150ce0b7c1f04aa))

Fix

* fix: issue 1797 (1806)

* fix issue 1797

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: merge header for prof when ohv specified

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: remove profile header merge restriction

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: test_profile_ohv

* fix bdist

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* remove debug code

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: assure sorted by param_id

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* disable prof_test ohv else clause (for now)

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* use simple_test_profile2.json for proftest ohv

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* prof_test sort by pram_id for test ohv

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* add sort to test_profile_values_included_if_replaced

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com> ([`3de80bc`](https://github.com/oscal-compass/compliance-trestle/commit/3de80bc78e02fb380be6b53f207fc9fce48580f1))

* fix: remove submodule nist-source (1809)

* remove submodule nist-source

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: remove nist-source references

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com> ([`0d65f59`](https://github.com/oscal-compass/compliance-trestle/commit/0d65f59667b0101a85dcef371f6c0d8a71763b5c))

* fix: add deprecation warning (1812)

* fix: add deprecation warning

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* make lint ahppy

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com> ([`cfae19b`](https://github.com/oscal-compass/compliance-trestle/commit/cfae19b6dd0b303ecd9137a8a41288f8fe828d44))

Unknown

* Merge pull request 1818 from oscal-compass/develop

chore: trestle release 3.8.0 ([`815d74b`](https://github.com/oscal-compass/compliance-trestle/commit/815d74b7f1fe78ec83ec2ab93832b1404d9d1cbb))

3.7.0

Build

* build(deps): bump paramiko from 3.4.0 to 3.5.0 (1705)

Bumps [paramiko](https://github.com/paramiko/paramiko) from 3.4.0 to 3.5.0.
- [Commits](https://github.com/paramiko/paramiko/compare/3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: paramiko
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <supportgithub.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]users.noreply.github.com> ([`9327576`](https://github.com/oscal-compass/compliance-trestle/commit/93275766a7558c5113bedfaa53858c4b0448fee5))

Chore

* chore: Merge back version tags and changelog into develop. ([`5736cea`](https://github.com/oscal-compass/compliance-trestle/commit/5736cea34a3fa338a603ced07c082351360f2ba9))

Feature

* feat: task cis-xlsx-to-oscal-cd (1764)

* task cis-xlsx-to-oscal-cd

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* docs

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* signatures & trace

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* tmpdir

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* hack

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* give up.

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix failing macos pipeline (thanks Vikas!)

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* SortHelper

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Add debugging try/except

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* 2nd try

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* add utf-8 encoding to open

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix sonar code smells

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* improve test spot checking

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* tests: bad_confg and bad_overwrite

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Simplify & improve test coverage

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* 100% test coverage!

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* Fix license.

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com> ([`8171357`](https://github.com/oscal-compass/compliance-trestle/commit/8171357bf01030f8d96d079be90100b0a37f8087))

Fix

* fix: updates ssp add-props to replace existing properties (1801)

* fix: updates ssp add-props to replace existing properties

Signed-off-by: Jennifer Power <barnabei.jennifergmail.com>

* docs: fixes broken links

Signed-off-by: Jennifer Power <barnabei.jennifergmail.com>

---------

Signed-off-by: Jennifer Power <barnabei.jennifergmail.com> ([`b261ead`](https://github.com/oscal-compass/compliance-trestle/commit/b261eadc99da57bba3fd5df038b66efd7ba1156e))

* fix: release info in docs (1794)

* Fix release info in docs.

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* add trestle v0 and generalize current version to 3.x.x

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* specify 0.3.7 explicitly

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

* fix: version is 0.37.x

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com>

---------

Signed-off-by: Lou DeGenaro <lou.degenarogmail.com> ([`bdb6444`](https://github.com/oscal-compass/compliance-trestle/commit/bdb64444971275aed458dee85e1222fc4f77fd48))

* fix: activate mike (1776)

Signed-off-by: Chris Butler <chris.butlerredhat.com>
Co-authored-by: Jennifer Power <barnabei.jennifergmail.com> ([`9d5ebf3`](https://github.com/oscal-compass/compliance-trestle/commit/9d5ebf3eec7fc95b721a659206905d11d6ffd724))

Unknown

* Merge pull request 1787 from oscal-compass/develop

chore: Trestle Release ([`6e33ed2`](https://github.com/oscal-compass/compliance-trestle/commit/6e33ed27ba5c4eace8b3fbb621647d4174d3d179))

Page 1 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.