Skip to content

Commit d3c27f6

Browse files
Merge branch 'main' into myopencre-cre-csv-download
2 parents 7402c09 + 4ca6c8f commit d3c27f6

File tree

4 files changed

+5
-357
lines changed

4 files changed

+5
-357
lines changed

application/defs/osib_defs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def paths_to_osib(
347347
attributes=Node_attributes(
348348
sources_i18n={
349349
Lang("en"): _Source(
350-
name="Open Web Application Security Project",
350+
name="Open Worldwide Application Security Project",
351351
source="https://owasp.org",
352352
)
353353
}

application/tests/data/osib_example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ schema: v0.90
44
date: 2021/11/04
55
children:
66
"OWASP":
7-
aliases: ["Open Web Application Security Project", "owasp"]
7+
aliases: ["Open Worldwide Application Security Project", "owasp"]
88
attributes:
99
sources_i18n:
1010
en:
11-
name: "Open Web Application Security Project® (OWASP)"
11+
name: "Open Worldwide Application Security Project® (OWASP)"
1212
children:
1313
"ZAP":
1414
attributes:

application/tests/data/osib_example.yml.bak

Lines changed: 0 additions & 352 deletions
This file was deleted.

application/tests/osib_defs_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
# attributes=Node_attributes(
264264
# sources_i18n={
265265
# Lang("en"): _Source(
266-
# name="Open Web Application Security Project",
266+
# name="Open Worldwide Application Security Project",
267267
# source="https://owasp.org",
268268
# )
269269
# }
@@ -326,7 +326,7 @@
326326
# attributes=defs.Node_attributes(
327327
# sources_i18n={
328328
# defs.Lang("en"): defs._Source(
329-
# name="Open Web Application Security Project",
329+
# name="Open Worldwide Application Security Project",
330330
# source="https://owasp.org",
331331
# )
332332
# }

0 commit comments

Comments
 (0)