Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docs/themes/uswds from 631e114 to ac7915f #73

Closed

Commits on Oct 31, 2022

  1. Release 1.0 metaschema adjustments (usnistgov#1065)

    * Many fixes to the constraints in the OSCAL metaschemas to repair broken Metapaths.
    * fixing defects in metaschema constraints
    * Updating to latest Metaschema toolchain. Removed use of the "require" constraint.
    * updating readme with current links
    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f6d70c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41033b View commit details
    Browse the repository at this point in the history
  3. Profile resolver selection: XSpec additions and minor XSLT enhancemen…

    …ts (usnistgov#1101)
    
    * Group scenarios and add edge case scenario
    * Group the scenarios that test o:glob-as-regex.
    * Add scenario for edge case where input is empty.
    * For selection, augment XSpec and update XSLT
    * Add XSpec tests for oscal-profile-resolve-select.xsl, mostly at the level of templates and functions.
    * Minor enhancements in oscal-profile-resolve-select.xsl:
    * Add support for with-parent-controls
    * Generate fatal error if resource cannot be fetched
    * Provide focused error message if resource has no suitable rlink
    * Handle missing matching pattern
    * Fix indentation
    * Fix scenario that intentionally omits pattern
    * Rename o:resource-or-warning as o:resource-or-error
    * Attributes, not elements, for "from" and "to"
    * Update expected value for 4a3cadf changes in catalog
    * The abc-full_catalog.xml file has changed, so the "Loose parameters" test scenario needs adjustment.
    * Reduce redundancy in expected metadata
    * metadata is copied verbatim, so no need to check details in multiple test scenarios for the match=profile template
    * Update verbiage to cross-reference with logged discussion pages
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a1474f0 View commit details
    Browse the repository at this point in the history
  4. Use XSpec variable instead of entity (usnistgov#1136)

    For consistency with select.xspec, use XSpec variable instead of entity
    for the path to the profile resolution examples.
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e6b837b View commit details
    Browse the repository at this point in the history
  5. Nonrecursive UUID functions plus XSpec tests (usnistgov#1158)

    random-util.xsl provides r:make-uuid and r:make-uuid-sequence for creating one
    or more random UUIDs. The r:make-random-string-sequence function supports
    more flexible random patterns. Implementations here use the XPath
    function, random-number-generator.
    
    random-util.xspec provides template- and function-level tests for
    code in random-util.xsl.
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    71ce039 View commit details
    Browse the repository at this point in the history
  6. Iterate over sequence of characters, not positions (usnistgov#1163)

    Implementing an idea from @wendellpiez: Instead of iterating over a
    numeric sequence that represents the position of each character in a
    long string, iterate over the sequence of characters.
    
    This change is in the implementation only, not in the function output.
    I used ad hoc modifications of the label="seq-length=10000" scenario
    in the XSpec test to check that the original and modified functions
    produce the same UUID sequence.
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0dfcf91 View commit details
    Browse the repository at this point in the history
  7. Profile resolver: Metadata tests and way of determining top UUID (usn…

    …istgov#1175)
    
    - Metadata tests and way of determining top UUID
    - Remove global parameter assign-uuid (note backward incompatibility - is it OK?)
    - Instead, support global parameters uuid-method and top-uuid, in uuid-method-choice.xsl
    - Support global parameter hide-source-profile-uri
    - Stub of opr:oscal-version function
    - Stub of message handler template, using xsl:message for now
    - Add XSpec tests
    - Add table of parameters and clarify testing folder content
    - Change "home" from global param to global variable; does not need to be set from outside
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1e547a3 View commit details
    Browse the repository at this point in the history
  8. Test merge phase, plus minor XSLT enhancements (usnistgov#1207)

    XSLT
    - Move some code from oscal-profile-resolve-select.xsl to new file, select-or-custom-merge.xsl, and share it between Selection phase and Merge phase.
    - Add error checking for multiple structuring directives.
    - Finish the incomplete support for `insert-controls/@order`.
    - Fix bug in support for `@with-parent-controls` in Selection phase.
    
    XSpec
    - In select.xspec, add test for order of controls matching imported document, not profile document. Also, add test for `@with-parent-controls` bug fix.
    - Create merge-combine.xspec for testing combine-elements and mode="o:combine-elements" templates.
    - Organize tests among merge.xspec, merge-combine.xspec, merge-as-is.xspec, and merge-custom.xspec.
    - Integrate back-matter testing into template-level tests in merge.xspec and merge-as-is.xspec, and delete merge-back-matter.xspec.
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    690b967 View commit details
    Browse the repository at this point in the history
  9. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    42eb7fb View commit details
    Browse the repository at this point in the history
  10. Support for control mapping (usnistgov#1150)

    * Added mapping model supporting mapping controls and control statements between two catalogs.
    * Adjusted relationships based on PR usnistgov#1150 discussions. Added type enumerations.
    * Included a simple example
    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9de71bd View commit details
    Browse the repository at this point in the history
  11. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3f1189a View commit details
    Browse the repository at this point in the history
  12. Update metaschema

    Adding the mapping model to the metaschema CI build.
    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e1b0a6b View commit details
    Browse the repository at this point in the history
  13. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9e9e29d View commit details
    Browse the repository at this point in the history
  14. Bump ajv-cli from 4.2.0 to 5.0.0 in /build (usnistgov#1354)

    Bumps [ajv-cli](https://github.com/ajv-validator/ajv-cli) from 4.2.0 to 5.0.0.
    - [Release notes](https://github.com/ajv-validator/ajv-cli/releases)
    - [Commits](ajv-validator/ajv-cli@v4.2.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: ajv-cli
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0a1a2c1 View commit details
    Browse the repository at this point in the history
  15. Bump peter-evans/create-issue-from-file from 3.0.0 to 4 (usnistgov#1355)

    Bumps [peter-evans/create-issue-from-file](https://github.com/peter-evans/create-issue-from-file) from 3.0.0 to 4.
    - [Release notes](https://github.com/peter-evans/create-issue-from-file/releases)
    - [Commits](peter-evans/create-issue-from-file@97e6f90...99b87c3)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-issue-from-file
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a5f4ed5 View commit details
    Browse the repository at this point in the history
  16. Bump actions/setup-java from 2 to 3 (usnistgov#1360)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    aeb04b4 View commit details
    Browse the repository at this point in the history
  17. Bump actions/setup-node from 2 to 3 (usnistgov#1359)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c079b62 View commit details
    Browse the repository at this point in the history
  18. Bump stefanzweifel/git-auto-commit-action from 4.9.2 to 4.14.1 (usnis…

    …tgov#1357)
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.9.2 to 4.14.1.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@be7095c...49620cd)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a165fd3 View commit details
    Browse the repository at this point in the history
  19. Bump github.com/gohugoio/hugo from 0.83.1 to 0.101.0 in /build (usnis…

    …tgov#1358)
    
    Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.83.1 to 0.101.0.
    - [Release notes](https://github.com/gohugoio/hugo/releases)
    - [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml)
    - [Commits](gohugoio/hugo@v0.83.1...v0.101.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gohugoio/hugo
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    7872b1b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3e10496 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    40c5ba1 View commit details
    Browse the repository at this point in the history
  22. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    08372c8 View commit details
    Browse the repository at this point in the history
  23. Bump Saxon-HE from 10.6 to 10.8 in /build (usnistgov#1375)

    Bumps Saxon-HE from 10.6 to 10.8.
    
    ---
    updated-dependencies:
    - dependency-name: net.sf.saxon:Saxon-HE
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    e7b00fe View commit details
    Browse the repository at this point in the history
  24. Bump actions/setup-node from 3.4.0 to 3.4.1 (usnistgov#1374)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@5b949b5...2fddd88)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    802c275 View commit details
    Browse the repository at this point in the history
  25. Bump xmlcalabash from 1.2.5-100 to 1.4.1-100 in /build (usnistgov#1363)

    Bumps [xmlcalabash](https://github.com/ndw/xmlcalabash1) from 1.2.5-100 to 1.4.1-100.
    - [Release notes](https://github.com/ndw/xmlcalabash1/releases)
    - [Commits](ndw/xmlcalabash1@1.2.5-100...1.4.1-100)
    
    ---
    updated-dependencies:
    - dependency-name: com.xmlcalabash:xmlcalabash
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a52b8c7 View commit details
    Browse the repository at this point in the history
  26. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    972dc1a View commit details
    Browse the repository at this point in the history
  27. Update metaschema-docs

    Add mapping model to docs collection.
    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    232f69b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5985a53 View commit details
    Browse the repository at this point in the history
  29. Clarify how to determine target catalog oscal-version (usnistgov#1386)

    * Revised text to address ambiguity around handling `oscal-version` in the generated catalog target based on the versions provided in the imports and source profile. Resolves usnistgov#1272.
    * Adding swap space to resolve memory issue with Hugo build
    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9a73a13 View commit details
    Browse the repository at this point in the history
  30. Profile Resolution spec: updated names of 'remove' directives (usnist…

    …gov#1381)
    
    * Profile Resolution spec: updated names of 'remove' directives
    * Resolves usnistgov#1246. Also repairs a few errors in surrounding copy.
    * Adding swap space to address Hugo memory exhaustion.
    
    Co-authored-by: David Waltermire <[email protected]>
    wendellpiez and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    197f9c7 View commit details
    Browse the repository at this point in the history
  31. Test finish phase, plus minor XSLT enhancements and fixes (usnistgov#…

    …1377)
    
    XSLT
    - Remove template that provides link to source, because metadata phase accomplished that
    - Add "[last()]" predicate when passing through elements that cannot appear twice
    - Align with schema by passing through revisions, document-id, location, and
      group/link but not control/annotation
    - Align with schema for param insertions, `<insert type="param" id-ref="...">`
    - Align with schema and spec for keeping items, `<prop name="keep" value="always">`
    
    XSpec
    - Add tests at the level of individual templates
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    69f3fb1 View commit details
    Browse the repository at this point in the history
  32. Follow keep instruction for back-matter resources (usnistgov#1378)

    If a back-matter resource has a keep instruction, the spec
    requirement "req-backmatter-keep" says not to replace the
    resource unless a later one also has a keep instruction.
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4d402e4 View commit details
    Browse the repository at this point in the history
  33. Bump lycheeverse/lychee-action from 1.5.0 to 1.5.1 (usnistgov#1390)

    Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/lycheeverse/lychee-action/releases)
    - [Commits](lycheeverse/lychee-action@76ab977...4a5af7c)
    
    ---
    updated-dependencies:
    - dependency-name: lycheeverse/lychee-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    3e8537a View commit details
    Browse the repository at this point in the history
  34. Bump golang from 1.18.4-bullseye to 1.19.0-bullseye in /build (usnist…

    …gov#1402)
    
    Bumps golang from 1.18.4-bullseye to 1.19.0-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c06cf4f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b3ca87f View commit details
    Browse the repository at this point in the history
  36. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    bbe64eb View commit details
    Browse the repository at this point in the history
  37. Profile alter model adjustments (usnistgov#1418)

    * - Adjusted the profile metaschema to refactor the alter assemblies in a backwards-compatible way.
      - Enumerated the set of target item types for remove.
      - Fixed references to use current `by-` syntax.
    - Adjusted unit tests to support better add/remove testing.
    * Updated to latest metaschema development version
    * added default value `ending` for `add/@position`.
    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    68b289d View commit details
    Browse the repository at this point in the history
  38. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c3653e7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ba44745 View commit details
    Browse the repository at this point in the history
  40. Bump actions/github-script from 6.1.0 to 6.1.1 (usnistgov#1415)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@7a5c598...d50f485)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    69a3f1d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c7902d6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3b5aa08 View commit details
    Browse the repository at this point in the history
  43. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ed50b75 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2c41f0f View commit details
    Browse the repository at this point in the history
  45. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    93949aa View commit details
    Browse the repository at this point in the history
  46. Fixing broken links

    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b0f005e View commit details
    Browse the repository at this point in the history
  47. Fixed broken links.

    david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ae198df View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    d889ebe View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    02bdec6 View commit details
    Browse the repository at this point in the history
  50. Bump actions/cache from 3.0.5 to 3.0.8 (usnistgov#1422)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.8.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@0865c47...fd5de65)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    d2a011f View commit details
    Browse the repository at this point in the history
  51. Bump actions/setup-go from 3.2.0 to 3.3.0 (usnistgov#1425)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@b22fbbc...268d8c0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    72d35d5 View commit details
    Browse the repository at this point in the history
  52. Create <define-assembly name="impact"> (fix usnistgov#1129) (usnist…

    …gov#1171)
    
    * Create`<define-assembly name="impact">`
    * Restored C/I/A formal names and descriptions.
    
    Resolves usnistgov#1129.
    
    Co-authored-by: David Waltermire <[email protected]>
    guyzyl and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a8bc96c View commit details
    Browse the repository at this point in the history
  53. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    26e226a View commit details
    Browse the repository at this point in the history
  54. imported-from relations for usnistgov#1023. (usnistgov#1403)

    Co-authored-by: David Waltermire <[email protected]>
    Signed-off-by: Alexander Stein <[email protected]>
    aj-stein-nist and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    8d92480 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    eed2495 View commit details
    Browse the repository at this point in the history
  56. Update metaschema submodule for usnistgov#1454. (usnistgov#1455)

    * Update metaschema submodule for usnistgov#1454.
    
    * Update obsolete GCN FR OSCAL article link
    
    While working on usnistgov#1454, this link appears to have changed
    on the GCN news site, so we update. More info in failed build here.
    
    https://github.com/usnistgov/OSCAL/actions/runs/3054991503
    
    Additionaly we formatted it back down to a conventional Markdown link.
    Previously it was an inline <a/> with data-proofer-ignore='yes' attribute
    and it was/is unclear why that was done. No conclusive evidence found
    with git blamen on a call with Dave.
    
    Be forewarned: if you found this commit to understand, you have likely
    gone too far.
    aj-stein-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4847e3e View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    ee2343f View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    dcdf2f8 View commit details
    Browse the repository at this point in the history
  59. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f1d138a View commit details
    Browse the repository at this point in the history
  60. Add actions assembly to encode an action (i.e. approval) and its role…

    …, party, and approval date. (usnistgov#1052) (usnistgov#1429)
    
    * Create actions assembly in OSCAL metadata model.
    * Address PR feedback to wrap up.
    
    usnistgov#1052 (review)
    usnistgov#1052 (comment)
    
    Co-authored-by: Al S <[email protected]>
    2 people authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    84634bc View commit details
    Browse the repository at this point in the history
  61. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2371e80 View commit details
    Browse the repository at this point in the history
  62. Implement opr:oscal-version and v:compare functions. (usnistgov#1420)

    The opr:oscal-version function meets the "req-meta-oscal-version"
    requirement from usnistgov#1386.
    
    The v:compare utility function helps opr:oscal-version meet the
    "req-meta-oscalversion-error" requirement.
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    791f6b1 View commit details
    Browse the repository at this point in the history
  63. Updates to OSCAL Metaschema documentation and constraints (usnistgov#…

    …1263)
    
    * completed partial update of the Metadata object documentation.
    * adjustments to roles
    * adjusted the cardinality of location/address to make address optional.
    * Improved documentation and constraints related to location and parties
    * addressed the remainder of metadata and control feedback from @Rene2mt.
    * Improved the introductory remarks for a profile to better describe what a profile is and what it does.
    * Fixed a broken constraint that was not targeting the right node.
    * started refining descriptions and adding properties to describe identifier attributes.
    * Addressed feedback from AJ during 20220718-20220722. (#48)
    * Week 30 feedback on SSP model. (#49)
    * Proposed metaschema docs updates (#50)
    * Addressed feedback based on usnistgov#1392
    * Adjustments based on model review feedback on 8/12.
    * Removed outdated merge phase remarks. Created issue #53 to address this.
    * Addressed A.J. Stein's Week 32 Feedback for Model Review (#52)
    * Addressed AJ Stein's week 32 feedback for usnistgov#1331.
    * Addressed DRAFT: Update catalog & profile metaschema documentation (#51)
    * Update catalog & profile metaschema documentation
    * Add props to control identifier
    * Fixed broken syntax and addressed consistency in wording within the Profile 'merge' construct.
    * Adjustments to alter, moving to to an inline definition
    * cleaned up empty remark.
    * Removed redundant constraints
    * removed some redundant constraints
    * Preliminary work on URI documentation to address usnistgov#1249.
    * More work on document URI use in OSCAL
    * Updating data types related to usnistgov/metaschema#224.
    * Improved consistency of how URI concepts are discussed.
    * Added note about party locations
    * Updated Metaschema instances of `uri` and `uri-reference` data types to indicate their URI semantics. Resolves usnistgov#1249.
    * Added identifier props to control layer metaschemas (#55)
    * Responding to usnistgov#1066: metaschema edits; CSS enhancement (#56)
    * Whitespace cleanup in metadata metaschema
    * Apply suggestions from code review
    
    Co-authored-by: Alexander Stein <[email protected]>
    Co-authored-by: Wendell Piez <[email protected]>
    Co-authored-by: Rene Tshiteya <[email protected]>
    4 people committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6f775a4 View commit details
    Browse the repository at this point in the history
  64. Test modify phase, plus minor XSLT enhancements (usnistgov#1321)

    Most of the XSLT changes are to align with the latest specification.
    
    XSLT
    - Warn if set-parameter matches nothing
    - Handle more types of children of param
    - Make match="control" template handle both implicit and explicit binding
    - New oscal:patches-to-id-targeting-ancestor function for processing
      needed in multiple places
    - For explicit binding that adds a title, add it after original title
      to facilitate keeping the right one in finish phase
    - For removal by class, expect exact match with no tokenization or
      case insensitivity
    - In finish phase, keep only last title of a control
    
    XSpec
    - Add tests at the level of individual templates and functions
    galtm authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6ecadba View commit details
    Browse the repository at this point in the history
  65. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1070e9b View commit details
    Browse the repository at this point in the history
  66. Bump actions/cache from 3.0.8 to 3.0.10 (usnistgov#1486)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.10.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@fd5de65...56461b9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    24a984b View commit details
    Browse the repository at this point in the history
  67. Bump ncipollo/release-action from 1.10.0 to 1.11.0 (usnistgov#1487)

    Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.10.0 to 1.11.0.
    - [Release notes](https://github.com/ncipollo/release-action/releases)
    - [Commits](ncipollo/release-action@58ae73b...d935604)
    
    ---
    updated-dependencies:
    - dependency-name: ncipollo/release-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    aa03f14 View commit details
    Browse the repository at this point in the history
  68. Bump actions/github-script from 6.1.1 to 6.3.1 (usnistgov#1485)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.1.1 to 6.3.1.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@d50f485...7dff1a8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    69ea72c View commit details
    Browse the repository at this point in the history
  69. Bump actions/setup-node from 3.4.1 to 3.5.0 (usnistgov#1481)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@2fddd88...969bd26)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2fdc0ea View commit details
    Browse the repository at this point in the history
  70. Bump actions/setup-java from 3.4.1 to 3.5.1 (usnistgov#1476)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.1 to 3.5.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@2c7a487...a18c333)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4d2eafe View commit details
    Browse the repository at this point in the history
  71. Bump actions/checkout from 3.0.2 to 3.1.0 (usnistgov#1488)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@2541b12...93ea575)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    964cd4f View commit details
    Browse the repository at this point in the history
  72. Bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 (usni…

    …stgov#1472)
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.14.1 to 4.15.0.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@49620cd...6c32682)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ebd841c View commit details
    Browse the repository at this point in the history
  73. Bump golang from 1.19.0-bullseye to 1.19.1-bullseye in /build (usnist…

    …gov#1446)
    
    Bumps golang from 1.19.0-bullseye to 1.19.1-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    dbfb218 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    3a45f0c View commit details
    Browse the repository at this point in the history
  75. Bump github.com/gohugoio/hugo from 0.101.0 to 0.104.3 in /build (usni…

    …stgov#1489)
    
    Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.101.0 to 0.104.3.
    - [Release notes](https://github.com/gohugoio/hugo/releases)
    - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
    - [Commits](gohugoio/hugo@v0.101.0...v0.104.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gohugoio/hugo
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    8fdba8b View commit details
    Browse the repository at this point in the history
  76. Bump golang from 1.19.1-bullseye to 1.19.2-bullseye in /build (usnist…

    …gov#1491)
    
    Bumps golang from 1.19.1-bullseye to 1.19.2-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    35c42e1 View commit details
    Browse the repository at this point in the history
  77. Bump xmlcalabash from 1.4.1-100 to 1.5.1-100 in /build (usnistgov#1492)

    Bumps [xmlcalabash](https://github.com/ndw/xmlcalabash1) from 1.4.1-100 to 1.5.1-100.
    - [Release notes](https://github.com/ndw/xmlcalabash1/releases)
    - [Commits](ndw/xmlcalabash1@1.4.1-100...1.5.1-100)
    
    ---
    updated-dependencies:
    - dependency-name: com.xmlcalabash:xmlcalabash
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c33ce2a View commit details
    Browse the repository at this point in the history
  78. Bump stefanzweifel/git-auto-commit-action from 4.15.0 to 4.15.1 (usni…

    …stgov#1500)
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.0 to 4.15.1.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@6c32682...fd157da)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0a55df0 View commit details
    Browse the repository at this point in the history
  79. Bump actions/github-script from 6.3.1 to 6.3.2 (usnistgov#1504)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.1 to 6.3.2.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@7dff1a8...1005277)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    07b13f5 View commit details
    Browse the repository at this point in the history
  80. Bump actions/github-script from 6.3.2 to 6.3.3 (usnistgov#1510)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.2 to 6.3.3.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@1005277...d556fea)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    704b283 View commit details
    Browse the repository at this point in the history
  81. Bump actions/cache from 3.0.10 to 3.0.11 (usnistgov#1512)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@56461b9...9b0c1fc)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    480d9de View commit details
    Browse the repository at this point in the history
  82. Bump actions/setup-node from 3.5.0 to 3.5.1 (usnistgov#1511)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@969bd26...8c91899)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    f61f84f View commit details
    Browse the repository at this point in the history
  83. Support additional control-origination props usnistgov#784 (usnistgov…

    …#1460)
    
    * Support additional control-origination props usnistgov#784
    * Update recommended path to target additional nodes.
    
    Co-authored-by: David Waltermire <[email protected]>
    Compton-US and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    126d535 View commit details
    Browse the repository at this point in the history
  84. POAM related finding support, fixes usnistgov#1120 (usnistgov#1478)

    * Add related finding assembly. usnistgov#1120
    * Add finding assembly to support related-findings, also moved finding to assessment common from assessment result metaschema.
    * Accept suggestion to revise description.
    
    Co-authored-by: Alexander Stein <[email protected]>
    2 people authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    4c8dd04 View commit details
    Browse the repository at this point in the history
  85. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    5bc17ab View commit details
    Browse the repository at this point in the history
  86. Fix broken uri-use page links in updated reference docs of develop br…

    …anch (usnistgov#1518)
    
    * Fix documentation relative paths in Metaschema
    
    Recently added links in documentation refer to href="/OSCAL" and not
    href="https://pages.nist.gov/OSCAL" in error or to simplify link gen
    and lookup. Now that we are remapping the full URLs to local paths and
    offsets for link-checking, we want these to be consistent across the
    board in Metaschema after usnistgov#1263.
    
    * Pushing generated website pages manual override [ci skip].
    
    * Restore rel paths for develop branch ref model docs and fix link checks.
    
    * Test full URLs per @dave-waltermire-nist's PR feedback.
    aj-stein-nist authored and david-waltermire committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    a37c965 View commit details
    Browse the repository at this point in the history
  87. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361) (usnistgov#1517)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    92ec6fb View commit details
    Browse the repository at this point in the history
  88. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361) (usnistgov#1514)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ef62215 View commit details
    Browse the repository at this point in the history
  89. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361) (usnistgov#1519)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    25804ef View commit details
    Browse the repository at this point in the history
  90. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361) (usnistgov#1515)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    9496e17 View commit details
    Browse the repository at this point in the history
  91. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361) (usnistgov#1516)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    ee9d899 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    11ab178 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Bump golang from 1.18.3-bullseye to 1.18.4-bullseye in /build (usnist…

    …gov#1361) (usnistgov#1533)
    
    Bumps golang from 1.18.3-bullseye to 1.18.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9687cc2 View commit details
    Browse the repository at this point in the history
  2. Add profile checks with Schematron for usnistgov/oscal-content#128. (u…

    …snistgov#1513)
    
    Profile checker Schematron queryBinding from xslt3->xslt2.
    
    We need to do this in the interim or we will need to significantly change
    or upgrade the CI/CD Schematron checker from current Schematron/schematron
    skeleton to SchXslt or equivalent. The former is mothballed and there was
    no addition of XSLT3 support. Potentially investigate further.
    
    Team discussion: https://gitter.im/usnistgov-OSCAL/xslt-etc?at=634dc527dcbf067fdc9c47cd
    Schematron issue: Schematron/schematron#20
    SchXslt docs on XSLT 3.0 support: https://github.com/schxslt/schxslt/blob/62f1141613c9d4c02d8de86713bb3f3b29d6cf1c/README.md#additional-xslt-elements
    aj-stein-nist authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    23e9cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd2849 View commit details
    Browse the repository at this point in the history
  4. Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 (usnistgov#1537)

    Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.0.
    - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
    - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
    - [Commits](peaceiris/actions-gh-pages@068dc23...de7ea6f)
    
    ---
    updated-dependencies:
    - dependency-name: peaceiris/actions-gh-pages
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    63cfcf1 View commit details
    Browse the repository at this point in the history
  5. Bump actions/upload-artifact from 3.1.0 to 3.1.1 (usnistgov#1536)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@3cea537...83fd05a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    23f81dc View commit details
    Browse the repository at this point in the history
  6. Bump stefanzweifel/git-auto-commit-action from 4.15.1 to 4.15.3 (usni…

    …stgov#1535)
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.1 to 4.15.3.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@fd157da...0049e3f)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    8a951dc View commit details
    Browse the repository at this point in the history
  7. Add possible Schematron documentation checks (usnistgov#1501)

    * Add possible Schematron documentation checks
    
    This is the product of the meeting and spike where we pair-programmed
    and came up with example Schematron rules for tentative editorial
    standards that can be used for reviews of models and embedded docs as
    part of usnistgov#801.
    
    Co-authored-by: Chris Compton <[email protected]>
    Co-authored-by: Rene Rene Tshiteya <[email protected]>
    Co-authored-by: Wendell Piez <[email protected]>
    
    Add CI/CD checking of Schematron doc standards checking.
    Always zip and upload Schematron validation results for potential debug.
    
    * After, show the Schematron checks passing after Metaschema def fixes.
    
    * Revert validate-metaschema.sh changes.
    
    * Revert refactored Schematron and remove from PR.
    
    * Update metaschema module to include updated Schematron in usnistgov/metaschema#246.
    
    Co-authored-by: David Waltermire <[email protected]>
    aj-stein-nist and david-waltermire authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a095278 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d9b008 View commit details
    Browse the repository at this point in the history
  9. Added resource-fragment flag to link. (usnistgov#1527)

    Defined a constraint to validate the allowed characters for a fragment.
    Resolves usnistgov#756.
    david-waltermire authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    a52aa15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69cc108 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Bump golang from 1.19.2-bullseye to 1.19.3-bullseye in /build (usnist…

    …gov#1538)
    
    Bumps golang from 1.19.2-bullseye to 1.19.3-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3f114c0 View commit details
    Browse the repository at this point in the history
  2. Adds a constraint and index of by-component objects to support provid…

    …ed-by relation in links usnistgov#1022 (usnistgov#1452)
    
    * Adds a constraint and index of by-component objects to support provided-by relation in links usnistgov#1022
    * Fix path in by-component-export-provided-uuid index to include statement level.
    Compton-US authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b08d9b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Bump actions/setup-java from 3.6.0 to 3.7.0 (usnistgov#1566)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@de1bb2b...19eeec5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d5ccf97 View commit details
    Browse the repository at this point in the history
  2. Bump ncipollo/release-action from 1.11.0 to 1.11.2 (usnistgov#1565)

    Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.11.0 to 1.11.2.
    - [Release notes](https://github.com/ncipollo/release-action/releases)
    - [Commits](ncipollo/release-action@d935604...18eadf9)
    
    ---
    updated-dependencies:
    - dependency-name: ncipollo/release-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7a2d30c View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-go from 3.3.1 to 3.4.0 (usnistgov#1564)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@c4a742c...d0a58c1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ffb26ae View commit details
    Browse the repository at this point in the history
  4. Bump stefanzweifel/git-auto-commit-action from 4.15.3 to 4.16.0 (usni…

    …stgov#1563)
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.3 to 4.16.0.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@0049e3f...3ea6ae1)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    734cc6c View commit details
    Browse the repository at this point in the history
  5. Bump maven-dependency-plugin from 3.3.0 to 3.4.0 in /build (usnistgov…

    …#1562)
    
    Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.3.0...maven-dependency-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c2ebb49 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/gohugoio/hugo from 0.105.0 to 0.107.0 in /build (usni…

    …stgov#1558)
    
    Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.105.0 to 0.107.0.
    - [Release notes](https://github.com/gohugoio/hugo/releases)
    - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
    - [Commits](gohugoio/hugo@v0.105.0...v0.107.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gohugoio/hugo
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    98064bc View commit details
    Browse the repository at this point in the history
  7. Bump lycheeverse/lychee-action from 1.5.1 to 1.5.4 (usnistgov#1547)

    Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.1 to 1.5.4.
    - [Release notes](https://github.com/lycheeverse/lychee-action/releases)
    - [Commits](lycheeverse/lychee-action@4a5af7c...4dcb8be)
    
    ---
    updated-dependencies:
    - dependency-name: lycheeverse/lychee-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4574947 View commit details
    Browse the repository at this point in the history
  8. Bump actions/setup-java (usnistgov#1576)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 19eeec562b37d29a1ad055b7de9c280bd0906d8d to c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@19eeec5...c3ac5dd)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    11ab39d View commit details
    Browse the repository at this point in the history
  9. Bump github.com/gohugoio/hugo from 0.107.0 to 0.108.0 in /build (usni…

    …stgov#1578)
    
    Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.107.0 to 0.108.0.
    - [Release notes](https://github.com/gohugoio/hugo/releases)
    - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
    - [Commits](gohugoio/hugo@v0.107.0...v0.108.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/gohugoio/hugo
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d82023e View commit details
    Browse the repository at this point in the history
  10. Bump golang from 1.19.3-bullseye to 1.19.4-bullseye in /build (usnist…

    …gov#1577)
    
    Bumps golang from 1.19.3-bullseye to 1.19.4-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5423bfd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5be47c5 View commit details
    Browse the repository at this point in the history
  12. Fixed improper use of allowed-values/allow-other. Ensured that all pr…

    …ops in the OSCAL namespace are properly closed and all link rels are open for extension. (usnistgov#1579)
    david-waltermire authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d6dd542 View commit details
    Browse the repository at this point in the history
  13. Bump xmlcalabash from 1.5.1-100 to 1.5.3-110 in /build (usnistgov#1575)

    * Bump xmlcalabash from 1.5.1-100 to 1.5.3-110 in /build
    
    Bumps [xmlcalabash](https://github.com/ndw/xmlcalabash1) from 1.5.1-100 to 1.5.3-110.
    - [Release notes](https://github.com/ndw/xmlcalabash1/releases)
    - [Commits](ndw/xmlcalabash1@1.5.1-100...1.5.3-110)
    
    ---
    updated-dependencies:
    - dependency-name: com.xmlcalabash:xmlcalabash
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update pom.xml
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: David Waltermire <[email protected]>
    dependabot[bot] and david-waltermire authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    07a4981 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed1150a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Bump docs/themes/uswds from 631e114 to ac7915f

    Bumps [docs/themes/uswds](https://github.com/usnistgov/hugo-uswds) from `631e114` to `ac7915f`.
    - [Release notes](https://github.com/usnistgov/hugo-uswds/releases)
    - [Commits](usnistgov/hugo-uswds@631e114...ac7915f)
    
    ---
    updated-dependencies:
    - dependency-name: docs/themes/uswds
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    cbc3c0e View commit details
    Browse the repository at this point in the history