Bibliography Appendix - commoncriteria/pp-template GitHub Wiki

1 April 2024

The Bibliography Appendix appears as the last Appendix in a PP.

If the cc-version attribute is set to cc-2022r1 in the Conformance Claims section, then the Bibliography is automatically populated with the CC:2022 Parts and the CEM.

If cc-2022r1 is not specified, then the Appendix is auto-populated with the CC 3.1r5 Parts, but not the CEM. So the CEM must be added manually.

If the cc-errata attribute is specified in the Conformance Claims section, then the appropriate version of the CC:2022 errata documents is added.

To manually add documents to the Bibliography, you must declare a Bibliography and fill in the <entry>, <tag>, and <description> elements. For example,

 <bibliography>
      <entry id="bibCEM">
        <tag>CEM</tag>
        <description>
	    <h:a href="http://www.commoncriteriaportal.org/files/ccfiles/CEMV3.1R4.pdf">Common
              Evaluation Methodology for Information Technology Security - Evaluation Methodology</h:a>,
	    CCMB-2012-09-004, Version 3.1, Revision 4, September 2012. </description>
      </entry>

      <entry id="bibOMB">
        <tag>OMB</tag>
        <description>
          <h:a href="http://www.whitehouse.gov/sites/default/files/omb/memoranda/fy2006/m06-19.pdf">
            Reporting Incidents Involving Personally Identifiable Information and Incorporating the
            Cost for Security in Agency Information Technology Investments</h:a>, OMB M-06-19, July 12, 2006. 
        </description>
      </entry>
 </bibliography>

The description appears in the bibliography. The tag is used to reference this bibliography entry throughout the document. All occurrences of "[CEM]" in the document are automatically linked to the bibliography entry. All occurrences of "CEM" without the brackets automatically link to the entry in the Acronyms appendix.

⚠️ **GitHub.com Fallback** ⚠️