Modules Reference - commoncriteria/pp-template GitHub Wiki
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>