Datasets:
annotations_creators:
- expert-generated
language_creators:
- expert-generated
language: en
license: other
multilinguality: monolingual
size_categories: 10K<n<100K
source_datasets:
- original
task_categories:
- other
task_ids:
- language-modeling
pretty_name: SEI CERT C++ Coding Standard (Wiki rules)
tags:
- code
- security
- cpp
- c++
- static-analysis
- coding-standard
- sei-cert
Dataset Card for SEI CERT C++ Coding Standard (Wiki rules)
Structured export of the SEI CERT C++ Coding Standard from the SEI wiki.
Dataset Details
Dataset Description
Tabular snapshot of CERT C++ secure coding rules with narrative text and illustrative compliant / noncompliant code where published on the wiki.
- Curated by: Derived from public SEI CERT wiki pages; packaged as CSV by the dataset maintainer.
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Language(s) (NLP): English (rule text and embedded code).
- License: Compilation distributed as
other; confirm terms with CMU SEI for redistribution.
Dataset Sources [optional]
- Repository: https://wiki.sei.cmu.edu/confluence/display/seccode/SEI+CERT+Coding+Standards
- Paper [optional]: SEI CERT C++ Coding Standard
- Demo [optional]: [More Information Needed]
Uses
Direct Use
C++ security linting research, courseware, and retrieval-augmented assistants.
Out-of-Scope Use
Not authoritative for compliance audits without verifying against the current standard.
Dataset Structure
All rows share the same columns (scraped from the SEI CERT Confluence wiki):
| Column | Description |
|---|---|
language |
Language identifier for the rule set |
page_id |
Confluence page id |
page_url |
Canonical wiki URL for the rule page |
chapter |
Chapter label when present |
section |
Section label when present |
rule_id |
Rule identifier (e.g. API00-C, CON50-J) |
title |
Short rule title |
intro |
Normative / explanatory text |
noncompliant_code |
Noncompliant example(s) when present |
compliant_solution |
Compliant example(s) when present |
risk_assessment |
Risk / severity notes when present |
breadcrumb |
Wiki breadcrumb trail when present |
Dataset Creation
Curation Rationale
Expose CERT C++ guidance in a uniform schema for tooling and ML workflows.
Source Data
Data Collection and Processing
Wiki scrape normalized to the shared CSV schema used across SEI CERT language exports.
Who are the source data producers?
[More Information Needed]
Annotations [optional]
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Dataset Card Authors [optional]
[More Information Needed]
Dataset Card Contact
[More Information Needed]