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

REL: v0.16.2 #223

Merged
merged 16 commits into from
Nov 20, 2024
Merged

REL: v0.16.2 #223

merged 16 commits into from
Nov 20, 2024

Conversation

carlwilson
Copy link
Member

No description provided.

- removed the validation report output from profile reporting.
* DEV: v0.15.0 dev version.

* DEV: v0.15.0 dev version.
- added check for null manifest when attempting to list package XML files.

Closes #193
- null stream entries are no longer checked for macros.
* FIX: Version detection issues

- using full manifest entry name rather than simply file name; and
- use appropriate namespace for detection.

* FIX: Version detection fall-through.
- `PackageParser` changes:
  - parsing of `mimetype` and `META-INF/manifest.xml` are now done up front;
  - simpleified entry handling;
  - dedicated methods for mimetype and manifest parsing;
  - cleaned up handling of bad zip entries prior to moving this to the zip classes;
- `OdfPackage` now has an `isEncrypted()` method to check if the package contains encrypted entries;
- simplifed message processing in `ValidatingParser`;
- addded encryption detection to prevent validation and profiling of encrypted package entries;
- CLI reports incomplete validation for packages with encrypted entries, though this is still a little hacky.
- bumped maven version -> 0.16.0;
- updated version in batch start files; and
- updated version in README and other documentation.
* REL: v0.16.0 (#210)

* DEV: v0.15.0 dev version. (#202)

* FIX: Double validation reporting (#201)

- removed the validation report output from profile reporting.

* FIX: Policy crash when document unparsable (#203)

* Dev/0.15 (#204)

* DEV: v0.15.0 dev version.

* DEV: v0.15.0 dev version.

* FIX: Policy crash when package has no manifest (#205)

- added check for null manifest when attempting to list package XML files.

Closes #193

* FIX: Crashing policy macro check of unreadable entries. (#206)

- null stream entries are no longer checked for macros.

* FIX: Version detection issues (#207)

* FIX: Version detection issues

- using full manifest entry name rather than simply file name; and
- use appropriate namespace for detection.

* FIX: Version detection fall-through.

* FIX: Handling of encrypted entries (#208)

- `PackageParser` changes:
  - parsing of `mimetype` and `META-INF/manifest.xml` are now done up front;
  - simpleified entry handling;
  - dedicated methods for mimetype and manifest parsing;
  - cleaned up handling of bad zip entries prior to moving this to the zip classes;
- `OdfPackage` now has an `isEncrypted()` method to check if the package contains encrypted entries;
- simplifed message processing in `ValidatingParser`;
- addded encryption detection to prevent validation and profiling of encrypted package entries;
- CLI reports incomplete validation for packages with encrypted entries, though this is still a little hacky.

* REL: v0.16.0 (#209)

- bumped maven version -> 0.16.0;
- updated version in batch start files; and
- updated version in README and other documentation.

* FIX: Encryption checking of bad documents (#213)

- fixed bug where checking encryption of unparseable packages caused an NPE;
- bumped version to 0.16.1 for the fix;
- updated documentation and batch files for new version number.

* DEV: Version 0.16.2-SNAPSHOT (#216)

- bumped `pom.xml` versions to `0.16.2-SNAPSHOT`; and
- updated version in documents and batch files.

* FIX: Don't parse check missing entries (#217)

- check that an XML document in the manifest exists before grabbing the parse entry.

* PARK: Policy checking single files

- fixed a few rules so that single files don't crash; BUT
- a better approach would be to simply offer a single document based check method.

* FIX: Unimplemented profile checks

- for unimplemented profile checks against a single file, return an empty message log;
- added protection against missing package at the start of the profile check;
- added some null checks to profile checking methods; and
- removed some unused imports and parameters.

TODO: Implement schematron checks for a single file.
Also a start to the upcoming refactoring. The `Profile` and `Rule` classes now check `OpenDocument` objects rather than `OdfPackage` or `OdfXmlDocument` objects. This is a step towards the upcoming refactoring where the `OpenDocument` class will be the main class for handling OpenDocument files.

- `Profile` and `Rule` now check `OpenDocument` objects rather than `OdfPackage` or `OdfXmlDocument` objects;
- sensible flat file implementations now added for all policies (this still means returning an empty message list for some that are package exclusive);
- `OpenDocument` now has a `Path` attribute and instantiation now requires a `Path` object;
- added a `path` attribute to the `ZipArchive` so that tracing a documents source is easier;
- updated version of commons-compress to 1.27.1;
- replaced deprecated `ZipFile` constructors with `ZipFile.Builder` instantiation; and
- refactored some test duplication.
- bumped maven version; and
- regenerated site documents.
@carlwilson carlwilson merged commit 9609a5c into main Nov 20, 2024
4 of 5 checks passed
@carlwilson carlwilson deleted the integration branch February 21, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant