commoncriteria / transforms

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

f-component 'invisible' status not working #46

Open jfisherbah opened 1 year ago

jfisherbah commented 1 year ago

The status="invisible" attribute for an f-component is not currently working to hide the SFR. See for example the un-iterated FIA_PSK_EXT.1 in authserver (which is intended to be invisible so that it only exists in the ECD).

kgal commented 1 year ago

I cannot see where FIA_PSK_EXT.1 (mistakenly) exists in the body. You can link to https://commoncriteria.github.io/pp/authserver/authserver-release-linkable.html (all periods are anchors).

jfisherbah commented 1 year ago

Here it is: https://commoncriteria.github.io/pp/authserver/authserver-release-linkable.html#period_517

The un-iterated FIA_PSK_EXT.1 that is linked here is supposed to be invisible and only exists for the purpose of the ECD. The iteration FIA_PSK_EXT.1/AuthSvr right below it is the only one that's actually supposed to be present in that section.

kgal commented 1 year ago

I updated the transforms and that seemed to fix it: https://commoncriteria.github.io/pp/authserver/authserver-release.html#FIA_PSK_EXT.1.1/AuthSvr

The linkable version still seems to have those in there, which I'm having trouble figuring out, but the plain release seems okay.

jfisherbah commented 1 year ago

I see it's resolved in the release version as well, but it's also present in the combined module-SD version 'authserver.html' in addition to the linkable one.

kgal commented 1 year ago

The SD should be working now.

jfisherbah commented 1 year ago

issue is still present in the combined module-EAs (authserver.html) and in the linkable one