commoncriteria / transforms

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

Repeated SFRs in ECD in Modules #91

Closed robertmclemons closed 7 months ago

robertmclemons commented 7 months ago

It appears that additional-sfrs that have the same name are being repeated in the ECD Appendix. See vpnclient (module-reform branch) for repeat of the fake FTP_VPN_EXT requirement

robertmclemons commented 7 months ago

Turns out that if you have repeated SFRs under different bases in Modules, you have to use the notonew="true" attribute on the <f-component> to avoid each ECD entry including all the others of the same name. But you really want only one of them to appear in ECD. So, the one you want must not have the notnew="true" and it must have a <ext-comp-def> for the Family. And all the others must have the notnew attribute set to true and not have an <ext-comp-def> for the Family.