-
Notifications
You must be signed in to change notification settings - Fork 2
Modules Reference
Bob Clemons edited this page Dec 5, 2023
·
1 revision
5 December 2023
The modules section allows the specification of the PP Modules that the PP or cPP may be included with in a PP Configuration.
Although this section is allowed by the schema, modern PPs should not use it as it is used to provide references to documents that should not be referenced from within the body of a PP.
In the future, this section might be revived as used to provide input for the Conformance Claims section. In fact, it could be used for this now, but it isn't.
So, don't use this section.
<modules required="yes">
<module id="client-virt">
<git>
<url>https://github.com/commoncriteria/clientvirtualization</url>
<branch>master</branch>
</git>
<url>https://www.niap-ccevs.org/Profile/Info.cfm?PPID=409&id=409</url>
</module>
<module id="server-virt">
<git>
<url>https://github.com/commoncriteria/servervirtualization</url>
<branch>master</branch>
</git>
<url>https://www.niap-ccevs.org/Profile/Info.cfm?PPID=410&id=410</url>
</module>
</modules>