Skip to content

Commit c64ac50

Browse files
emmanuelgjrclaude
andcommitted
Rebrand crosswalk: complete sweep across remaining 181 files
Follow-up to 247b9e9, which only updated crosswalk/README.md. This commit completes the rename across all other files inside crosswalk/. Replacements applied: - Pages URL: emmanuelgjr.github.io/GenAI-Security-Crosswalk -> genai-security-project.github.io/GenAI-Data-Security-Initiative - Repo URL: github.com/emmanuelgjr/GenAI-Security-Crosswalk -> github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative (with /blob/main/, /raw/main/, /tree/main/ paths gaining a /crosswalk/ prefix because of the subfolder move) - Display name: OWASP GenAI Security Crosswalk -> OWASP GenAI Crosswalk - Bare display name: GenAI Security Crosswalk -> OWASP GenAI Crosswalk - User-Agent header: GenAI-Security-Crosswalk-Watcher -> OWASP-GenAI-Crosswalk-Watcher - Dir-tree references: GenAI-Security-Crosswalk/ -> crosswalk/ Preserved intentionally: - npm package name genai-security-crosswalk (would require republishing) - GitHub user URL https://github.com/emmanuelgjr (author profile, not the repo) Total: 1428 + 24 replacements across two passes, 181 files. Note: docs/index.html updates social-meta tags (og:url, og:image, twitter:image) and in-page navigation links. The Pages workflow will re-deploy on this push, so the new social previews go live with the next deploy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 247b9e9 commit c64ac50

181 files changed

Lines changed: 1358 additions & 1358 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crosswalk/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
All notable changes to the GenAI Security Crosswalk are documented here.
3+
All notable changes to the OWASP GenAI Crosswalk are documented here.
44

55
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66
Versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
@@ -101,7 +101,7 @@ Next: npm publish to npmjs.com, custom domain (crosswalk.owasp.org), vendor inte
101101

102102
### Added
103103

104-
#### Web application — live at emmanuelgjr.github.io/GenAI-Security-Crosswalk
104+
#### Web application — live at genai-security-project.github.io/GenAI-Data-Security-Initiative
105105

106106
- 7-page SPA: Landing, Explorer, Frameworks, Incidents, Score, Leaderboard, About
107107
- Evidence-based scoring with 3 validation tiers (Self-Assessed / Tool-Verified / Independently Attested)
@@ -161,7 +161,7 @@ Replaces jq with Node.js: `--stats`, `--severity`, `--framework`, `--entry`, `--
161161

162162
#### GitHub Pages web application
163163

164-
Live at **https://emmanuelgjr.github.io/GenAI-Security-Crosswalk/**
164+
Live at **https://genai-security-project.github.io/GenAI-Data-Security-Initiative/**
165165

166166
6-page SPA with hash-based routing:
167167
- **Landing** — hero, stats (computed from data), framework grid, source list breakdown
@@ -731,7 +731,7 @@ All planned framework mappings are now complete.
731731

732732
### First public release — v1.0
733733

734-
The GenAI Security Crosswalk v1.0 is the most comprehensive publicly
734+
The OWASP GenAI Crosswalk v1.0 is the most comprehensive publicly
735735
available mapping of OWASP GenAI security risks to industry frameworks.
736736

737737
---
@@ -862,6 +862,6 @@ Quick reference:
862862

863863
---
864864

865-
*Part of the [GenAI Security Crosswalk](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk)
865+
*Part of the [OWASP GenAI Crosswalk](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk)
866866
maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*
867867

crosswalk/CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
cff-version: 1.2.0
2-
title: "OWASP GenAI Security Crosswalk"
2+
title: "OWASP GenAI Crosswalk"
33
message: "If you use this dataset, please cite it using these metadata."
44
type: dataset
55
authors:
66
- given-names: Emmanuel
77
family-names: Guilherme Junior
88
orcid: ""
99
affiliation: "OWASP GenAI Data Security Initiative"
10-
repository-code: "https://github.com/emmanuelgjr/GenAI-Security-Crosswalk"
11-
url: "https://emmanuelgjr.github.io/GenAI-Security-Crosswalk/"
10+
repository-code: "https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk"
11+
url: "https://genai-security-project.github.io/GenAI-Data-Security-Initiative/"
1212
abstract: >-
1313
The most comprehensive publicly available mapping of AI security risks
1414
to industry compliance frameworks. Maps 41 OWASP GenAI vulnerability
@@ -36,7 +36,7 @@ version: "3.1.0"
3636
date-released: "2026-04-10"
3737
identifiers:
3838
- type: url
39-
value: "https://emmanuelgjr.github.io/GenAI-Security-Crosswalk/"
39+
value: "https://genai-security-project.github.io/GenAI-Data-Security-Initiative/"
4040
description: "Live web application"
4141
- type: url
4242
value: "https://www.npmjs.com/package/genai-security-crosswalk"

crosswalk/CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Our pledge
44

5-
We, the contributors and maintainers of the GenAI Security Crosswalk,
5+
We, the contributors and maintainers of the OWASP GenAI Crosswalk,
66
pledge to make participation in this project a harassment-free experience
77
for everyone, regardless of age, body size, disability, ethnicity, gender
88
identity and expression, level of experience, nationality, personal
@@ -138,5 +138,5 @@ https://www.contributor-covenant.org/faq
138138

139139
---
140140

141-
*Part of the [GenAI Security Crosswalk](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk)
141+
*Part of the [OWASP GenAI Crosswalk](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk)
142142
maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*

crosswalk/CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
GenAI Security Crosswalk
2+
OWASP GenAI Crosswalk
33
File : CONTRIBUTING.md
44
Version : 2026-Q1
55
License : CC BY-SA 4.0
@@ -24,26 +24,26 @@ researchers, and practitioners at any experience level.
2424
- **OT/ICS specifics** � industrial context for any mapping entry
2525
- **Translations** � see `/i18n/` for language stubs
2626
- **Bug fixes** — broken links, incorrect control IDs, typos
27-
- **Framework submissions** — use the [Submit-a-Standard](https://emmanuelgjr.github.io/GenAI-Security-Crosswalk/#/submit) page to submit a new framework for automated mapping
27+
- **Framework submissions** — use the [Submit-a-Standard](https://genai-security-project.github.io/GenAI-Data-Security-Initiative/#/submit) page to submit a new framework for automated mapping
2828

2929
---
3030

3131
## Submit a Standard (automated)
3232

3333
The fastest way to add a new framework:
3434

35-
1. Go to [Submit-a-Standard](https://emmanuelgjr.github.io/GenAI-Security-Crosswalk/#/submit) in the web app
35+
1. Go to [Submit-a-Standard](https://genai-security-project.github.io/GenAI-Data-Security-Initiative/#/submit) in the web app
3636
2. Paste your framework controls as JSON (see `data/framework-schema.json` for the schema)
3737
3. The classifier pipeline automatically proposes mappings to all 41 OWASP entries
38-
4. A PR is opened for review — use the [Review page](https://emmanuelgjr.github.io/GenAI-Security-Crosswalk/#/review) to accept/reject
38+
4. A PR is opened for review — use the [Review page](https://genai-security-project.github.io/GenAI-Data-Security-Initiative/#/review) to accept/reject
3939

40-
You can also submit via the [GitHub Issue template](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk/issues/new?template=submit-framework.yml).
40+
You can also submit via the [GitHub Issue template](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/issues/new?template=submit-framework.yml).
4141

4242
---
4343

4444
## Before you start
4545

46-
1. Check [open issues](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk/issues)
46+
1. Check [open issues](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/issues)
4747
� your contribution may already be in progress
4848
2. For new framework files, open an issue first to confirm scope
4949
3. Read [`shared/SEVERITY.md`](shared/SEVERITY.md) before assigning severity ratings
@@ -125,15 +125,15 @@ All contributors are expected to engage respectfully and constructively.
125125
## Recognition
126126

127127
All contributors are credited in the repo
128-
[contributors graph](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk/graphs/contributors)
128+
[contributors graph](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk/graphs/contributors)
129129
and in release notes. Significant contributions will be highlighted in
130130
the OWASP GenAI Data Security Initiative acknowledgements.
131131

132132
---
133133

134134
## Questions
135135

136-
Open a [GitHub Discussion](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk/discussions)
136+
Open a [GitHub Discussion](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk/discussions)
137137
or reach out via the
138138
[OWASP GenAI Security Project](https://genai.owasp.org/contact/).
139139

crosswalk/CROSSREF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GenAI Security Crosswalk — Master Cross-Reference
1+
# OWASP GenAI Crosswalk — Master Cross-Reference
22

33
This is the single navigation index across all three OWASP GenAI source lists.
44
Read left to right: an LLM vulnerability ? its agentic amplification ? its data security dimension.

crosswalk/GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Governance
22

3-
This document defines how the GenAI Security Crosswalk project is
3+
This document defines how the OWASP GenAI Crosswalk project is
44
maintained, how decisions are made, and how contributors can grow
55
into leadership roles.
66

crosswalk/RATIONALE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
GenAI Security Crosswalk
2+
OWASP GenAI Crosswalk
33
File : RATIONALE.md
44
Purpose : Rationale behind all framework mappings — what was included, why, and how
55
Version : 2026-Q1
@@ -8,7 +8,7 @@
88

99
# Mapping Rationale
1010

11-
This document explains the reasoning behind the GenAI Security Crosswalk: why each framework was selected, how the mappings were constructed, and the methodology that ties it all together.
11+
This document explains the reasoning behind the OWASP GenAI Crosswalk: why each framework was selected, how the mappings were constructed, and the methodology that ties it all together.
1212

1313
---
1414

@@ -247,4 +247,4 @@ Markdown serves human readers. JSON serves automation — compliance report gene
247247

248248
---
249249

250-
*Part of the [GenAI Security Crosswalk](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk) — maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*
250+
*Part of the [OWASP GenAI Crosswalk](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk) — maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*

crosswalk/SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Scope of this policy
44

55
This policy covers security vulnerabilities in the content and tooling
6-
of the **GenAI Security Crosswalk** repository — specifically:
6+
of the **OWASP GenAI Crosswalk** repository — specifically:
77

88
- Factually incorrect security guidance that could mislead practitioners
99
into deploying insecure controls
@@ -117,5 +117,5 @@ https://owasp.org/www-policy/operational/bug-bounty
117117

118118
---
119119

120-
*Part of the [GenAI Security Crosswalk](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk)
120+
*Part of the [OWASP GenAI Crosswalk](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk)
121121
maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*

crosswalk/agentic-top10/Agentic_AITG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
GenAI Security Crosswalk
2+
OWASP GenAI Crosswalk
33
Source list : OWASP Top 10 for Agentic Applications 2026 (ASI01-ASI10)
44
Framework : OWASP AI Testing Guide (AITG)
55
Version : 2026-Q1
@@ -847,4 +847,4 @@ add the following tests from `Agentic_ISA62443.md`:
847847
---
848848

849849
Maintained by the OWASP GenAI Data Security Initiative.
850-
Part of the GenAI Security Crosswalk: https://github.com/emmanuelgjr/GenAI-Security-Crosswalk
850+
Part of the OWASP GenAI Crosswalk: https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk

crosswalk/agentic-top10/Agentic_AIUC1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
GenAI Security Crosswalk
2+
OWASP GenAI Crosswalk
33
Source list : OWASP Top 10 for Agentic Applications 2026 (ASI01–ASI10)
44
Framework : AIUC-1 — The standard for AI agent security, safety and reliability
55
Version : 2026-Q1
@@ -610,4 +610,4 @@ See: [AIUC-1 covers all OWASP Agentic Top 10 threats](https://www.aiuc-1.com/res
610610

611611
---
612612

613-
*Part of the [GenAI Security Crosswalk](https://github.com/emmanuelgjr/GenAI-Security-Crosswalk) — maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*
613+
*Part of the [OWASP GenAI Crosswalk](https://github.com/GenAI-Security-Project/GenAI-Data-Security-Initiative/tree/main/crosswalk) — maintained by the [OWASP GenAI Data Security Initiative](https://genai.owasp.org)*

0 commit comments

Comments
 (0)