commoncriteria / transforms

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

Runtime error in package builds #63

Open jfisherbah opened 11 months ago

jfisherbah commented 11 months ago

When building a package, the 'base' version of the package is missing several sections or otherwise has incorrect layout, while the other versions are correct. For example, https://commoncriteria.github.io/pp/tls/tls.html is missing appendices for non-mandatory SFRs and simply collapses all SFRs into the body text. Contrast with https://commoncriteria.github.io/pp/tls/tls-release.html which is working properly.

robertmclemons commented 6 months ago

Is this still a problem?

jfisherbah commented 6 months ago

The issue is still present but it's OBE because the "-release" version for a package has the EAs embedded in it (unlike for PPs and Modules), so the fact that the "normal" version isn't working correctly doesn't matter here.

For posterity, you can see the differences in Appendix A in the copies below (as of 1/5/24):