You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+95-1Lines changed: 95 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ To generate the id of the SRO, a UUIDv5 is generated using the namespace `d91de5
174
174
175
175
e.g. `CanPrecede+CWE-1423+CWE-1102` = `7a612ea9-a08b-54bd-9e21-570509ba5d25` = `relationship--7a612ea9-a08b-54bd-9e21-570509ba5d25`
176
176
177
-
### Grouping
177
+
### Grouping (category)
178
178
179
179
The CWE XML also contains category entries. e.g.
180
180
@@ -283,6 +283,100 @@ In some cases related weakness do not exist, as the CWE record does not exist in
283
283
284
284
If a reference to a Vulnerability that does not exist (e.g. Weakness ID="227") is made, the entry is ignored in the Grouping `object_refs` dictionary.
285
285
286
+
### Grouping (views)
287
+
288
+
```xml
289
+
<ViewID="1450"Name="Weaknesses in OWASP Top Ten RC1 (2025)"Type="Graph"Status="Incomplete">
290
+
<Objective>CWE entries in this view (graph) are associated with the first release candidate (RC1) of the OWASP Top Ten, as released in 2025.</Objective>
291
+
<Audience>
292
+
<Stakeholder>
293
+
<Type>Software Developers</Type>
294
+
<Description>This view outlines the most important issues as identified by the OWASP Top Ten (2025 RC1), providing a good starting point for web application developers who want to code more securely.</Description>
295
+
</Stakeholder>
296
+
<Stakeholder>
297
+
<Type>Product Customers</Type>
298
+
<Description>This view outlines the most important issues as identified by the OWASP Top Ten (2025 RC1), providing product customers with a way of asking their software development teams to follow minimum expectations for secure code.</Description>
299
+
</Stakeholder>
300
+
<Stakeholder>
301
+
<Type>Educators</Type>
302
+
<Description>Since the OWASP Top Ten covers the most frequently encountered issues, this view can be used by educators as training material for students.</Description>
303
+
</Stakeholder>
304
+
</Audience>
305
+
<Members>
306
+
<Has_MemberCWE_ID="1436"View_ID="1450"/>
307
+
<Has_MemberCWE_ID="1437"View_ID="1450"/>
308
+
<Has_MemberCWE_ID="1438"View_ID="1450"/>
309
+
<Has_MemberCWE_ID="1439"View_ID="1450"/>
310
+
<Has_MemberCWE_ID="1440"View_ID="1450"/>
311
+
<Has_MemberCWE_ID="1441"View_ID="1450"/>
312
+
<Has_MemberCWE_ID="1442"View_ID="1450"/>
313
+
<Has_MemberCWE_ID="1443"View_ID="1450"/>
314
+
<Has_MemberCWE_ID="1444"View_ID="1450"/>
315
+
<Has_MemberCWE_ID="1445"View_ID="1450"/>
316
+
</Members>
317
+
<References>
318
+
<ReferenceExternal_Reference_ID="REF-1500"/>
319
+
</References>
320
+
<Mapping_Notes>
321
+
<Usage>Prohibited</Usage>
322
+
<Rationale>This entry is a View. Views are not weaknesses and therefore inappropriate to describe the root causes of vulnerabilities.</Rationale>
323
+
<Comments>Use this View or other Views to search and navigate for the appropriate weakness.</Comments>
324
+
<Reasons>
325
+
<ReasonType="View"/>
326
+
</Reasons>
327
+
</Mapping_Notes>
328
+
<Notes>
329
+
<NoteType="Maintenance">As of CWE 4.19, the relationships in this view were pulled directly from the CWE mappings cited in the 2025 OWASP Top Ten RC1. These mappings include categories and high-level weaknesses. One mapping to a deprecated entry was removed. The CWE Program will work with OWASP to improve these mappings, possibly requiring modifications to CWE itself.</Note>
0 commit comments