-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README and other documentation
Fixes #3
- Loading branch information
Showing
4 changed files
with
5 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
## [Unreleased] | ||
|
||
## [0.1.0] - 2023-10-16 | ||
|
||
- Initial release | ||
### 0.1.0 / 2024-12-03 | ||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
Unimplemented features, in no particular order: | ||
|
||
- [x] Limit ces/checks/controls based on selected profile | ||
- [x] Correlation between ces/controls and checks | ||
- [ ] Test merge of profiles (ordering of settings) | ||
- [ ] Test malformed data | ||
- [ ] Storage and resolution of facts | ||
- [ ] Confinement | ||
- [ ] Enforcement tolerance | ||
- [ ] Hiera backend functionality | ||
- [ ] Add missing documentation | ||
- [ ] Reset state when files are updated | ||
- [ ] Shared state between multiple objects (store file data) | ||
- [ ] Command-line tools for examining compliance data | ||
- [ ] Lint support (replace `scelint`) | ||
- [ ] Resolve oval ids to CEs | ||
- [ ] Puppet environment support | ||
- [ ] Read/store metadata | ||
- [ ] Load compliance data from a module path |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,11 +9,9 @@ Gem::Specification.new do |spec| | |
spec.email = ['[email protected]'] | ||
|
||
spec.summary = 'Parser for Sicura Compliance Engine data' | ||
spec.homepage = 'https://sicura.us/' | ||
spec.homepage = 'https://simp-project.com/docs/sce/' | ||
spec.required_ruby_version = '>= 2.7.0' | ||
|
||
# spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'" | ||
|
||
spec.metadata['homepage_uri'] = spec.homepage | ||
spec.metadata['source_code_uri'] = 'https://github.com/simp/rubygem-simp-compliance_engine' | ||
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." | ||
|