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 github.com/gohugoio/hugo from 0.110.0 to 0.111.2 in /build #90

Open
wants to merge 146 commits into
base: develop
Choose a base branch
from

Commits on Jan 10, 2023

  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 authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    25505c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    929005a 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    63def77 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    dd09086 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9d0cbb3 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    79db795 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3e16c9d 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    395e743 View commit details
    Browse the repository at this point in the history
  9. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c022f30 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 authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3b6d09b View commit details
    Browse the repository at this point in the history
  11. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c3f071f 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 authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e435681 View commit details
    Browse the repository at this point in the history
  13. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    30bbdba 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b580c29 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    93fba71 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1fe199e 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8a7861e 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    68df9f1 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fecbe3c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a199209 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    84d2d46 View commit details
    Browse the repository at this point in the history
  22. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c3674b6 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    29a7f7a 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d8181a0 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d8a7b03 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    de301e5 View commit details
    Browse the repository at this point in the history
  27. Update metaschema-docs

    Add mapping model to docs collection.
    david-waltermire authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4e5296a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3b5e6a2 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 authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c87f267 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]>
    2 people authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1212030 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    bd33bf7 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    930fdac 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    01916ee 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f3df74b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b70886e View commit details
    Browse the repository at this point in the history
  36. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d93ecdb 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 authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b413079 View commit details
    Browse the repository at this point in the history
  38. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0c1720d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2d68868 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    967c1bc View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    05082b1 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    6d19f84 View commit details
    Browse the repository at this point in the history
  43. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1b53dd9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    32fbf44 View commit details
    Browse the repository at this point in the history
  45. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    e77b4d9 View commit details
    Browse the repository at this point in the history
  46. Fixing broken links

    david-waltermire authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    81cd54e View commit details
    Browse the repository at this point in the history
  47. Fixed broken links.

    david-waltermire authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    522a9de View commit details
    Browse the repository at this point in the history
  48. More broken link fixes.

    david-waltermire authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    753b485 View commit details
    Browse the repository at this point in the history
  49. Adding link to whitelist

    david-waltermire authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f034b0e 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ba6ca74 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    feb8356 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]>
    2 people authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c040810 View commit details
    Browse the repository at this point in the history
  53. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    290f476 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 Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ca4e5d3 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    b231958 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 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c38aa86 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    a71fb59 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    cf3f589 View commit details
    Browse the repository at this point in the history
  59. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2da4e5f 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]>
    aj-stein-nist and xee5ch committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    bb8f427 View commit details
    Browse the repository at this point in the history
  61. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a74ecba 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0890e8e 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 Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d1902c3 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    5359f23 View commit details
    Browse the repository at this point in the history
  65. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    aabdf59 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d3e8b7c 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1151670 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    58c0480 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ad55bb8 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6f917b3 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7f743f1 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    154fedb 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2ffcbc7 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    f9bd5c1 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d81db4f 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fe78fc4 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b3ad45a 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c87aee2 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    96bae32 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f48ad70 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c692d39 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 aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    ef5aa78 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]>
    2 people authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    7c922c7 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]>
    Compton-US and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    191fe2a View commit details
    Browse the repository at this point in the history
  85. Publishing generated metaschema resources [ci skip]

    david-waltermire-nist authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c2e55c7 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 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d9964a8 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    523f0be 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c47ca47 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    02f8136 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6af8024 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    005cbc3 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    198ba42 View commit details
    Browse the repository at this point in the history
  93. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b82dbc1 View commit details
    Browse the repository at this point in the history
  94. 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 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    b8b41b5 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    0737e61 View commit details
    Browse the repository at this point in the history
  96. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0ffe906 View commit details
    Browse the repository at this point in the history
  97. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    edad841 View commit details
    Browse the repository at this point in the history
  98. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    66c5183 View commit details
    Browse the repository at this point in the history
  99. 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 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    8d1c987 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    7d7a672 View commit details
    Browse the repository at this point in the history
  101. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    295c609 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    1a6f5cd View commit details
    Browse the repository at this point in the history
  103. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1ac9ce6 View commit details
    Browse the repository at this point in the history
  104. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    39b9d8e View commit details
    Browse the repository at this point in the history
  105. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c24dd1e View commit details
    Browse the repository at this point in the history
  106. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d104822 View commit details
    Browse the repository at this point in the history
  107. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f12ffb3 View commit details
    Browse the repository at this point in the history
  108. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    05a6b8a View commit details
    Browse the repository at this point in the history
  109. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0e29a87 View commit details
    Browse the repository at this point in the history
  110. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    672df8e View commit details
    Browse the repository at this point in the history
  111. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2b227ac View commit details
    Browse the repository at this point in the history
  112. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1eac90e View commit details
    Browse the repository at this point in the history
  113. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1f1336b View commit details
    Browse the repository at this point in the history
  114. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2569057 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    bbdb74d View commit details
    Browse the repository at this point in the history
  116. 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 and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    46700ba View commit details
    Browse the repository at this point in the history
  117. 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]>
    2 people authored and aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1a21bcf View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    eb38225 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    2fbaae0 View commit details
    Browse the repository at this point in the history
  120. Fix Docker container build for local dev and debugging (usnistgov#1598)

    * Fix Dockerfile multi-stage builds, closes usnistgov#1597.
    
    * Add maven.restlet.org workaround.
    
    If the TLS cert is bad, it will break local build just like
    maven building Java deps in GHA.
    
    * Fix directory safety for doctor, closes usnistgov#1600.
    
    * Somehow, docs/run-server.sh set to non-executable again.
    aj-stein-nist committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    dd6486a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Bump actions/setup-go from 3.4.0 to 3.5.0 (usnistgov#1586)

    Dependabot couldn't find the original pull request head commit, 6a131ed.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    c36fd37 View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 3.0.11 to 3.2.3 (usnistgov#1607)

    Dependabot couldn't find the original pull request head commit, bac5397.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    f977fea View commit details
    Browse the repository at this point in the history
  3. Bump docs/themes/uswds from 631e114 to ac7915f (usnistgov#1606)

    Dependabot couldn't find the original pull request head commit, 794aaad.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    5983454 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 3.1.0 to 3.3.0 (usnistgov#1601)

    Dependabot couldn't find the original pull request head commit, 0fc50f7.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    265a541 View commit details
    Browse the repository at this point in the history
  5. Bump actions/setup-java from 3.8.0 to 3.9.0 (usnistgov#1587)

    Dependabot couldn't find the original pull request head commit, 4abee5e.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    726ee96 View commit details
    Browse the repository at this point in the history
  6. Bump ncipollo/release-action from 1.11.2 to 1.12.0 (usnistgov#1583)

    Dependabot couldn't find the original pull request head commit, 1ea8e7a.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b959aec View commit details
    Browse the repository at this point in the history
  7. Bump golang from 1.19.4-bullseye to 1.19.5-bullseye in /build (usnist…

    …gov#1609)
    
    Bumps golang from 1.19.4-bullseye to 1.19.5-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 Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7bb0342 View commit details
    Browse the repository at this point in the history
  8. Bump github.com/gohugoio/hugo from 0.108.0 to 0.109.0 in /build (usni…

    …stgov#1593)
    
    Dependabot couldn't find the original pull request head commit, 6e86f78.
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6ba5bcf View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (usnistgov#1610)

    Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.0 to 3.9.1.
    - [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@de7ea6f...64b46b4)
    
    ---
    updated-dependencies:
    - dependency-name: peaceiris/actions-gh-pages
      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 Jan 12, 2023
    Configuration menu
    Copy the full SHA
    50f9b82 View commit details
    Browse the repository at this point in the history
  2. Bump maven-dependency-plugin from 3.4.0 to 3.5.0 in /build (usnistgov…

    …#1613)
    
    Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.4.0...maven-dependency-plugin-3.5.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 Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1caa849 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 3.1.1 to 3.1.2 (usnistgov#1612)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3.1.1...0b7f8ab)
    
    ---
    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 Jan 12, 2023
    Configuration menu
    Copy the full SHA
    e2db9e4 View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-node from 3.5.1 to 3.6.0 (usnistgov#1611)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.1 to 3.6.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@8c91899...64ed1c7)
    
    ---
    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 Jan 12, 2023
    Configuration menu
    Copy the full SHA
    fee6dd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 (usnistgov#1616)

    Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.1 to 3.9.2.
    - [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@64b46b4...bd8c6b0)
    
    ---
    updated-dependencies:
    - dependency-name: peaceiris/actions-gh-pages
      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 Jan 19, 2023
    Configuration menu
    Copy the full SHA
    4d9c460 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Bump github.com/gohugoio/hugo from 0.109.0 to 0.110.0 in /build (usni…

    …stgov#1617)
    
    Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.109.0 to 0.110.0.
    - [Release notes](https://github.com/gohugoio/hugo/releases)
    - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
    - [Commits](gohugoio/hugo@v0.109.0...v0.110.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 Jan 23, 2023
    Configuration menu
    Copy the full SHA
    45e1c2c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Bump actions/github-script from 6.3.3 to 6.4.0 (usnistgov#1628)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 6.3.3 to 6.4.0.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@d556fea...98814c5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      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 Jan 27, 2023
    Configuration menu
    Copy the full SHA
    5afde6c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3 (us…

    …nistgov#1631)
    
    Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.8.2 to 0.8.3.
    - [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
    - [Commits](alex-page/github-project-automation-plus@1f8873e...7ffb872)
    
    ---
    updated-dependencies:
    - dependency-name: alex-page/github-project-automation-plus
      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 Feb 6, 2023
    Configuration menu
    Copy the full SHA
    11ca0bd View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 3.2.3 to 3.2.4 (usnistgov#1632)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@58c146c...627f0f4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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 Feb 6, 2023
    Configuration menu
    Copy the full SHA
    472181b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Bump golang from 1.19.5-bullseye to 1.20.0-bullseye in /build (usnist…

    …gov#1635)
    
    Bumps golang from 1.19.5-bullseye to 1.20.0-bullseye.
    
    ---
    updated-dependencies:
    - dependency-name: golang
      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 Feb 7, 2023
    Configuration menu
    Copy the full SHA
    62700a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Bump actions/setup-java from 3.9.0 to 3.10.0 (usnistgov#1644)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@1df8dbe...3f07048)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      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 Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8e15f6b View commit details
    Browse the repository at this point in the history
  2. Bump Saxon-HE from 11.4 to 11.5 in /build (usnistgov#1648)

    Bumps Saxon-HE from 11.4 to 11.5.
    
    ---
    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 Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9f2d461 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Bump actions/cache from 3.2.4 to 3.2.5 (usnistgov#1653)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@627f0f4...6998d13)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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 Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ba932ed View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Bump golang from 1.20.0-bullseye to 1.20.1-bullseye in /build (usnist…

    …gov#1658)
    
    Bumps golang from 1.20.0-bullseye to 1.20.1-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 Feb 16, 2023
    Configuration menu
    Copy the full SHA
    808f012 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Bump lycheeverse/lychee-action from 1.5.4 to 1.6.1 (usnistgov#1671)

    Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.4 to 1.6.1.
    - [Release notes](https://github.com/lycheeverse/lychee-action/releases)
    - [Commits](lycheeverse/lychee-action@4dcb8be...9ace499)
    
    ---
    updated-dependencies:
    - dependency-name: lycheeverse/lychee-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 Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1a52731 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump actions/cache from 3.2.5 to 3.2.6 (usnistgov#1664)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@6998d13...69d9d44)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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 Feb 28, 2023
    Configuration menu
    Copy the full SHA
    709c3a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Require (Warn) port start and end when protocol is specified. (usnist…

    …gov#1674)
    
    * Require (Warn) port start and end when protocol is specified. usnistgov#1521
    
    * Fix less than/equal entity in test. usnistgov#1521
    Compton-US authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    20e5221 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Bump github.com/gohugoio/hugo from 0.110.0 to 0.111.2 in /build

    Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.110.0 to 0.111.2.
    - [Release notes](https://github.com/gohugoio/hugo/releases)
    - [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
    - [Commits](gohugoio/hugo@v0.110.0...v0.111.2)
    
    ---
    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]>
    dependabot[bot] authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    732b22e View commit details
    Browse the repository at this point in the history