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 golang from 1.19.0-bullseye to 1.19.3-bullseye in /build #50

Commits on Aug 23, 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    47833eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b2488 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0be8317 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4c0ebf8 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f87ddc3 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6783fdd 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    74d93e4 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4c2cb0d 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f31a1c2 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    980f4a5 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3e01660 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8212ea1 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4275235 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0c0bc48 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a2f25e3 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    771ef18 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3a31573 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    e690473 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    963716c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    afc2634 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    12e63ff 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5f1c818 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    264d6a6 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5537f11 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    57633a2 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c7f6008 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3563e36 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fd2d45a 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9d2b6ea 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2ce73eb 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7a20513 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    17f3ced 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ed9731b 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6801ccf View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2ea836d 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a50045b 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    8c3e916 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6f1d854 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a8ebdd4 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c09366c View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2f20e32 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    9df3a0d 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5749ad1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    9aeea54 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0a6189a View commit details
    Browse the repository at this point in the history
  46. Fixing broken links

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

    david-waltermire committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5485a30 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    68c251b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d1efd99 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 Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1f3af5b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. 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 Aug 25, 2022
    Configuration menu
    Copy the full SHA
    e538d6e View commit details
    Browse the repository at this point in the history
  2. 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 authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    3198f05 View commit details
    Browse the repository at this point in the history
  3. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and github-actions[bot] committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    6489d47 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. 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 authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    054a7b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    37a3f11 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. 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 Sep 19, 2022
    Configuration menu
    Copy the full SHA
    0972890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f17e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    f26ce30 View commit details
    Browse the repository at this point in the history
  2. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and github-actions[bot] committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    aad9038 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. 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]>
    aj-stein-nist and xee5ch authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    05aba76 View commit details
    Browse the repository at this point in the history
  2. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and github-actions[bot] committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9261d94 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. 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 Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b424536 View commit details
    Browse the repository at this point in the history
  2. 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 authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    39477fd View commit details
    Browse the repository at this point in the history
  3. 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 Sep 27, 2022
    Configuration menu
    Copy the full SHA
    b866b52 View commit details
    Browse the repository at this point in the history
  4. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and github-actions[bot] committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    80878bf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Bump golang from 1.19.0-bullseye to 1.19.3-bullseye in /build

    Bumps golang from 1.19.0-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]>
    dependabot[bot] authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7b67a84 View commit details
    Browse the repository at this point in the history