-
Follow the directions on this wiki page: https://github.com/commoncriteria/pp-template/wiki/Creating-a-New-Project
-
Edit the README contents below, replacing QQQQ with the name of your requirements document, and replacing all occurrences of "pp-template" with the name of your new repo.
-
And then delete this part, leaving everything below here.
pp-template |
|||||||
-
Protection Profile for QQQQ (html)
If you are interested in contributing directly to future versions the this Protection Profile, please consider joining the NIAP technical community. * How to join the NIAP Technical Community (Mailing list and updates)
Questions, comments, and fixes can be submitted to the repository issue tracker
To clone this project along with its transforms submodule run:
git clone --recursive [email protected]:commoncriteria/qqqq.git
To pull updates from the upstream transforms submodule and commit them run:
git submodule update --remote transforms git add transforms git commit
-
input - Contains the `meat' of the project. It’s the input content (in XML form) that gets transformed to readable html.
-
output - The output directory where the html is placed after transformation.
-
output/images - The directory where images are stored
-
transforms - Points to the transform subproject which is really a repository for resources shared amongst many Common Criteria projects. You shouldn’t need to modify it.
See License