https://github.com/commoncriteria/redaction
Protection Profile for Redaction
https://github.com/commoncriteria/redaction
extended-package extends-app niap
Last synced: 6 months ago
JSON representation
Protection Profile for Redaction
- Host: GitHub
- URL: https://github.com/commoncriteria/redaction
- Owner: commoncriteria
- License: unlicense
- Created: 2014-11-17T18:24:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-13T13:21:56.000Z (8 months ago)
- Last Synced: 2025-11-13T15:21:41.105Z (8 months ago)
- Topics: extended-package, extends-app, niap
- Language: Makefile
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PP-Module for Redaction Tools
===========




[](https://github.com/commoncriteria/redaction/blob/gh-pages/ValidationReport.txt)
[](https://github.com/commoncriteria/redaction/blob/gh-pages/SanityChecksOutput.md)
[](https://github.com/commoncriteria/redaction/blob/gh-pages/SpellCheckReport.txt)
[](https://commoncriteria.github.io/redaction)
[](https://github.com/commoncriteria/redaction/issues)
This repository hosts the draft version of the PP-Module for Redaction Tools based on the
[Essential Security Requirements (ESR)](https://commoncriteria.github.io/pp/redaction/redaction-esr.html) ## for this technology class of products.
This repository is used to facilitate collaboration and development on the draft document.
See the [release](#Release-Version) section if you are looking for the officially released version for evaluations.
A list of products that have passed evaluation against this Protection Profile Module can be found [here](https://www.niap-ccevs.org/Profile/Info.cfm?id=390).
## Draft Version
* [PP-Module for Redaction Tools](https://commoncriteria.github.io/pp/redaction/redaction-release.html) (html)
* [PP-Module for Redaction Tools](https://commoncriteria.github.io/pp/redaction/redaction-release.pdf) (pdf)
## Release Version
[Extended Package for Redaction](https://www.niap-ccevs.org/Profile/Info.cfm?id=390)
## Contributing
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)](https://www.niap-ccevs.org/NIAP_Evolution/tech_communities.cfm)
## Feedback
Questions, comments, and fixes can be submitted to the [repository issue tracker](https://github.com/commoncriteria/redaction/issues)
## Quickstart
To clone this project along with its _transforms_ submodule run:
````
git clone --recursive git@github.com:commoncriteria/redaction.git
````
To pull updates from the upstream _transforms_ submodule and commit them run:
````
git submodule update --remote transforms
git add transforms
git commit
````
### Development Info
[Help working with Transforms Submodule](https://github.com/commoncriteria/transforms/wiki/Working-with-Transforms-as-a-Submodule)
## Repository Content
* 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.
## Links
* [National Information Assurance Partnership (NIAP)](https://www.niap-ccevs.org/)
* [Common Criteria Portal](https://www.commoncriteriaportal.org/)
## License
See [License](./LICENSE)