liboscal-java icon indicating copy to clipboard operation
liboscal-java copied to clipboard

A Java library to support processing OSCAL content

Results 34 liboscal-java issues
Sort by recently updated
recently updated
newest added

Bumps `dependency.log4j2.version` from 2.22.0 to 2.23.1. Updates `org.apache.logging.log4j:log4j-api` from 2.22.0 to 2.23.1 Updates `org.apache.logging.log4j:log4j-core` from 2.22.0 to 2.23.1 You can trigger a rebase of this PR by commenting `@dependabot rebase`....

dependencies
java

# Committer Notes Closes #232. ### All Submissions: - [x] Have you followed the guidelines in our [Contributing](https://github.com/usnistgov/oss-maven/blob/master/CONTRIBUTING.md) document? - [x] Have you checked to ensure there aren't other open...

# Committer Notes This PR incorporates a bunch of Metaschema Java improvements, including: - usnistgov/metaschema-java#373 - usnistgov/metaschema-java#368 - usnistgov/metaschema-java#367 - usnistgov/metaschema-java#365 - usnistgov/metaschema-java#363 - usnistgov/metaschema#659 This PR builds on the...

# Committer Notes Implements #16. ### All Submissions: - [ ] Have you followed the guidelines in our [Contributing](https://github.com/usnistgov/oss-maven/blob/master/CONTRIBUTING.md) document? - [ ] Have you checked to ensure there aren't...

# User Story: As an `liboscal-java` user, I would like for the ability to set the `source-profile` link `@href` value to a user provided path on profile resolution. ## Goals:...

enhancement

# Describe the bug `oscal-cli` throws `Exception in thread "main" java.lang.NullPointerException` when resolving a profile. # Who is the bug affecting? Users of `oscal-cli` who wish to resolve a profile....

bug

# Describe the bug Valid XML component-definitions are returning findings. Add the following to `src/test/resources/content/component-def.xml` ``` Test Component Definition 2023-11-30T01:01:01Z 1.0 1.1.1 Test Service ``` Add the following test function...

bug

# Describe the bug While writing tests for usnistgov/oscal-cli#178, I have been unable to resolve a profile with a catalog with a "flat" catalog that has only two controls. This...

bug

# User Story: Because straight-up XPath seems a little cumbersome and to reflect its special semantics, we proposed wrapping the test for the oscal namespace (@ns flag) in a function...

enhancement

Review and determine a better course of action in how we process and handle the `oscal-version` when parsing and comparing disparate versions during profile resolution. Original request was reported by...