commoncriteria / transforms

Repository for various transforms that are common across CC projects.
The Unlicense
1 stars 2 forks source link

ECD schema validation failure for packages #64

Open jfisherbah opened 11 months ago

jfisherbah commented 11 months ago

Functional packages (e.g. tls, ssh) need to have extended component definitions (ECDs) but the schema for a package that uses the ECD related tags throws validation errors for all of those tags.

The build process still handles them correctly and the ECD builds without error, so the schema validation failures are false.

This is a low impact issue since it doesn't actually prevent the desired functionality from working, but the validation errors are a potential source of confusion especially if future updates have legitimate errors that are difficult to diagnose because of the false ones.