Skip to content

Releases: oscal-compass/compliance-trestle

v0.14.0

15 Apr 09:28
Compare
Choose a tag to compare

Feature

  • Release of enhanced markdown functionality (f327fd6)

v0.13.1

13 Apr 12:25
Compare
Choose a tag to compare

Fix

v0.13.0

13 Apr 04:50
Compare
Choose a tag to compare

Feature

  • Tanium to oscal tranform refactored to exploit the ResultsTransformer interface (#466) (6fced57)
  • Update of OSCAL schema to 1.0.0-rc2 (#465) (4e2f64d)

Fix

  • Cleanup of fs.py to allow relative and absolute paths (#464) (1407911)

v0.12.0

09 Apr 08:43
Compare
Choose a tag to compare

Feature

  • Release of transformation factory interface for beta testing. (a036522)

v0.11.0

08 Apr 01:47
Compare
Choose a tag to compare

Feature

  • Update NIST models to latest including refactors & UT's (5a7a8a3)
  • Initial trestle markdown functionality. (#407) (4d58e26)
  • Basics of HTTPS Fetcher for remote caching (#421) (cbb43ae)

Fix

  • Issue 344 checked rc for commands in tests and removed dependency on dictdiffer (#440) (acc337b)
  • Strangely behaving log lines (#425) (2cca882)

v0.10.0

25 Mar 23:20
Compare
Choose a tag to compare

Feature

  • Adding exchange protocol as a supported 3rd party schema and object model. (#416) (05b8781)
  • Added collection utilities. (#413) (83c1f17)

Fix

  • Correcting more issues with load_distributed impacting trestle split and merge (6ccb4db)
  • Cleanup and add unit tests to the exchange_protocol module (#417) (a194580)
  • Merge updates - added version subcommand and modified load_distrib to load files by name (#415) (0a22c83)
  • Correct OSCAL output to desired design point for osco-to-oscal. (5530eb4)
  • Model behaviour correction and update to latest pydantic version. (fcbaa23)

Documentation

  • Added more tutorials to the documentation for split and merge. (0bf275a)
  • Instructions for gen_oscal and fix_any added to website.md (#389) (5053e52)

v0.9.0

02 Mar 23:04
Compare
Choose a tag to compare

Feature

  • Tanium export to oscal conversion task. (5f7bcbf)

Fix

  • Enforce oscal version in models and tests (#377) (7fc08e1)

v0.8.1

24 Feb 11:11
Compare
Choose a tag to compare

Fix

  • Import issues with hyphen named files (#371) (07493ad)

v0.8.0

22 Feb 01:35
Compare
Choose a tag to compare

Feature

  • Added bulk operations for assemble (#367) (771d54e)
  • Utility to transform OSCO yaml data into OSCAL observations json data. (#348) (488a75a)
  • Validate duplicates now loads distributed models (#346) (1d54353)

Fix

  • Allow assemble to succeed when no model is found. (#368) (fe7a288)
  • To website automation test on windows (#366) (8e3ecbf)
  • Fix merge main to back to develop automatically.(#332) (b64dd9f)
  • Corrected assemble to push files into the correct location. (f3bc0e5)

Documentation

  • Website documentation for trestle task osco-to-oscal (#336) (95c5c09)

v0.7.2

02 Feb 11:47
Compare
Choose a tag to compare

Fix