Releases: OpenSCAP/openscap-report
Releases · OpenSCAP/openscap-report
v0.2.0
What's Changed
- Add a footer to the HTML report by @Honny1 in #106
- CSS improvements by @Honny1 in #101
- Format man page by @Honny1 in #102
- Fix FIRST_HIDDEN_ELEMENT is null by @Honny1 in #108
- Add a copy to the clipboard for the rule ID field by @Honny1 in #109
- Fix pylint errors by @Honny1 in #110
- JSON output [0] by @Honny1 in #93
- JSON output [1] by @Honny1 in #94
- JSON output [2] by @Honny1 in #97
- JSON output [4] by @Honny1 in #103
- JSON output [3] by @Honny1 in #98
- JSON output [5] by @Honny1 in #105
- Add instalation and basic usage to readme by @Honny1 in #113
- Update docs by @Honny1 in #114
- Enhance parsing of OVAL by @Honny1 in #111
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #115
- Update Nodejs actions by @Honny1 in #118
- Add srpm_build_deps to Packit config by @Honny1 in #122
- Replace the empty rule title with the rule id by @Honny1 in #116
- OVAL enhancement: HTML report by @Honny1 in #112
- Move comment of OVAL nodes behind result label by @Honny1 in #123
- Fix parsing of checking engine results after remediation by @Honny1 in #125
- Conscious language by @Honny1 in #124
- Fix OVAL graphs and CPE graphs by @Honny1 in #119
- Regenerate docs modules by @Honny1 in #128
- Fix CodeQL alerts by @Honny1 in #127
- Info about profile by @Honny1 in #117
- Fix issues by @Honny1 in #131
- CPE Applicability Language by @Honny1 in #120
- Fix data type by @Honny1 in #133
- Reduce the usage of external tools in the tox test suite by @Honny1 in #132
- Add warning category by @Honny1 in #129
- Ignore deprecated settings of pylint by @Honny1 in #135
- Improve OVAL test info by @Honny1 in #126
- Fix XCCDF support by @Honny1 in #134
- Issue templates by @Honny1 in #138
- JSON content extension by @Honny1 in #130
- Improvements to the runtime of unit tests by @Honny1 in #137
New Contributors
- @lgtm-com made their first contribution in #115
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
What's Changed
- Format imports in docs by @Honny1 in #86
- Add Favicon by @Honny1 in #91
- Fix release details by @Honny1 in #89
- Tox conf by @Honny1 in #83
- Fix minify of html report by @Honny1 in #82
- Fix man page permissions by @Honny1 in #87
- Fix the issue that causes displaying all rules by @Honny1 in #81
- Fix problems found by package review by @Honny1 in #99
- Fix typo by @Honny1 in #95
- Debug settings enhancement by @Honny1 in #92
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Create LICENSE by @Honny1 in #1
- CI setup by @Honny1 in #5
- Create a command line API by @Honny1 in #2
- ARF validation and error handling by @Honny1 in #3
- Fix W1514 by @Honny1 in #7
- Generation of report like in oscap by @Honny1 in #4
- Tests of CLI and ARF validation by @Honny1 in #6
- HTML report generator by @Honny1 in #8
- Fix storing reports by @Honny1 in #9
- Parse rules by @Honny1 in #10
- CSS in HTML by @Honny1 in #11
- OVAL graphs in the report by @Honny1 in #12
- Setup Scrutinizer coverage by @Honny1 in #15
- Parser for info on the OVAL test by @Honny1 in #13
- Info on the OVAL test add to report by @Honny1 in #14
- CPE in OVAL tree by @Honny1 in #16
- Set only warning for code style test by @Honny1 in #22
- Remove white space by @Honny1 in #18
- JavaScript code in a report in one place by @Honny1 in #19
- Generate OVAL graphs with JavaScript by @Honny1 in #20
- Fix details in HTML report by @Honny1 in #21
- New parameter
--debug
by @Honny1 in #24 - Improve accessibility of HTML report by @Honny1 in #23
- Offline jQuery and organisation of Javascript by @Honny1 in #26
- Fix problem with displaying OVAL graph by @Honny1 in #28
- Fix of oscap-report crashes if the ARF contains only passing rules by @Honny1 in #27
- Offline HTML report by @Honny1 in #31
- Remove unused code by @Honny1 in #32
- Unit tests by @Honny1 in #30
- Fix jquery search by IDs by @Honny1 in #33
- Advanced search of rules by @Honny1 in #36
- Setup workflow by @Honny1 in #34
- Change dependencies by @Honny1 in #46
- Fix bad option value by @Honny1 in #49
- Fix graphs of CPE checks in the report by @Honny1 in #35
- Fix missing dependencies in CI by @Honny1 in #52
- Rename oscap-report to openscap-report by @Honny1 in #47
- Test OVAL tree evaluation by @Honny1 in #45
- Tests of OVAL operator evaluation by @Honny1 in #43
- Tests for CPE check trees by @Honny1 in #41
- Fix import by @Honny1 in #54
- Fix centos stream 9 CI by @Honny1 in #56
- Result after remediaton by @Honny1 in #48
- Process XML tag
sub
in description and in remediation code by @Honny1 in #40 - Improve imports of HTML report generators by @Honny1 in #57
- Improve imports of parsers by @Honny1 in #55
- Improve imports of data structures by @Honny1 in #53
- Use global ignore for F401 in
__init__.py
by @Honny1 in #58 - Update patternfly css by @Honny1 in #64
- Show all rules button in debug mode by @Honny1 in #62
- Fix incomplete text by @Honny1 in #59
- Make safe text for html by @Honny1 in #63
- Online CSS in debug mode by @Honny1 in #65
- Fix CSS by @Honny1 in #61
- Create documentation skeleton by @evgenyz in #67
- Disable docs analysis by @Honny1 in #68
- Fix disable docs analysis by @Honny1 in #69
- Remove jquery by @Honny1 in #66
- UI performance improvements by @Honny1 in #71
- Show all rules and all OVAL test details in debug mode by @Honny1 in #70
- CSS enhancements by @Honny1 in #73
- Fix bugs before release by @Honny1 in #77
- Rename PyPI package to 'openscap-report' (underscores are discouraged) by @evgenyz in #76
- License and copyright notice by @Honny1 in #78
- Update patternfly to 4.194.4 by @Honny1 in #79
- Spec and package enhancement by @Honny1 in #80
- Automate release by @Honny1 in #88
- Create python-publish.yml by @Honny1 in #85
New Contributors
Full Changelog: https://github.com/OpenSCAP/openscap-report/commits/v0.1.1