https://github.com/commoncriteria/wids
Protection Profile Module for Wireless Intrusion Detection Systems
https://github.com/commoncriteria/wids
cpp extends-netdevice niap pp-module
Last synced: 3 months ago
JSON representation
Protection Profile Module for Wireless Intrusion Detection Systems
- Host: GitHub
- URL: https://github.com/commoncriteria/wids
- Owner: commoncriteria
- License: unlicense
- Created: 2016-04-18T13:24:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T14:59:47.000Z (3 months ago)
- Last Synced: 2026-01-13T17:18:40.415Z (3 months ago)
- Topics: cpp, extends-netdevice, niap, pp-module
- Language: Makefile
- Homepage:
- Size: 4.73 MB
- Stars: 3
- Watchers: 16
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
== Wireless Intrusion Detection/Prevention Systems Protection Profile Module
[cols="1,1,1,1,1,1,1,1"]
|===
8+|wids
| https://github.com/commoncriteria/wids/tree/master[master]
a| https://commoncriteria.github.io/wids/master/wids-release.html[π]
a|[link=https://github.com/commoncriteria/wids/blob/gh-pages/master/ValidationReport.txt]
image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/validation.svg[Validation]
a|[link=https://github.com/commoncriteria/wids/blob/gh-pages/master/SanityChecksOutput.md]
image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/warnings.svg[SanityChecks]
a|[link=https://github.com/commoncriteria/wids/blob/gh-pages/master/SpellCheckReport.txt]
image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/spell-badge.svg[SpellCheck]
a|[link=https://github.com/commoncriteria/wids/blob/gh-pages/master/TDValidationReport.txt]
image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/tds.svg[TDs]
a|image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/transforms.svg[transforms,150]
a| [link=https://github.com/commoncriteria/wids/blob/gh-pages/master/HTMLs.adoc]
image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/html_count.svg[HTML Count]
[link=https://github.com/commoncriteria/wids/blob/gh-pages/master/PDFs.adoc]
image::https://raw.githubusercontent.com/commoncriteria/wids/gh-pages/master/pdf_count.svg[PDF Count]
|===
This repository hosts the draft version of the Network Devices PP-Module
for Wireless Intrusion Detection/Prevention Systems (WIDS/WIPS) based on
the https://commoncriteria.github.io/pp/wids/wids-esr.html[Essential
Security Requirements (ESR)] for this technology class of products. This
repository is used to facilitate collaboration and development on the
draft document. See the link:#Release-Version[release] section if you
are looking for the officially released version for evaluations. A list
of products that have passed evaluation against this Protection Profile
can be found https://www.niap-ccevs.org/Profile/Info.cfm?id=395[here].
=== Draft Version
* https://commoncriteria.github.io/pp/wids/wids-release.html[Wireless
Intrusion Detection/Prevention Systems (WIDS/WIPS) Protection Profile
Module (PP-Module)] (html)
* https://commoncriteria.github.io/pp/wids/wids-release-paged.pdf[Wireless
Intrusion Detection/Prevention Systems (WIDS/WIPS) Protection Profile
Module (PP-Module)] (pdf)
=== Release Version
* https://www.niap-ccevs.org/Profile/Info.cfm?id=395[Wireless Intrusion
Detection/Prevention Systems (WIDS/WIPS) Extended Package (EP) v1.0]
=== Contributing
If you are interested in contributing directly to future versions the
this Protection Profile, please consider joining the NIAP technical
community.
* https://www.niap-ccevs.org/NIAP_Evolution/tech_communities.cfm[How to
join the NIAP Technical Community (Mailing list and updates)]
=== Feedback
Questions, comments, and fixes can be submitted to the
https://github.com/commoncriteria/wids/issues[repository issue tracker]
=== Quickstart
To clone this project along with its _transforms_ submodule run:
....
git clone --recursive git@github.com:commoncriteria/wids.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
https://github.com/commoncriteria/transforms/wiki/Working-with-Transforms-as-a-Submodule[Help
working with Transforms 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
* https://www.niap-ccevs.org/[National Information Assurance Partnership
(NIAP)]
* https://www.commoncriteriaportal.org/[Common Criteria Portal]
=== License
See link:./LICENSE[License]