Skip to content

Commit

Permalink
Unify Yrprey entries & update schema (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: kingthorin <[email protected]>
  • Loading branch information
kingthorin authored Jun 29, 2024
1 parent aa2200e commit d885b77
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 94 deletions.
20 changes: 20 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,29 @@
"name": {
"$ref": "#/definitions/Name"
},
"summary": {
"oneOf": [
{
"type": "null"
},
{
"type": "string"
}
]
},
"url": {
"type": "string",
"format": "uri"
},
"note": {
"oneOf": [
{
"type": "null"
},
{
"type": "string"
}
]
}
},
"required": [
Expand Down
136 changes: 42 additions & 94 deletions src/data/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2877,114 +2877,62 @@
"badge": null
},
{
"name": "Yrprey",
"url": "https://yrprey.com",
"author": "Fernando Mengali, Vagner Mengali",
"badge": null,
"collection": [
"offline"
],
"name": "Yrprey",
"notes": "Framework created in NextJs (TypeScript) and PHP/MySQL with OWASP TOP 10 API vulnerabilities of 2019 and 2023. Yrprey can was created for educational purposes, contributing to the teaching and learning of those interested in Pentest (intrusion testing) and Application Security (Appsec).",
"references": [
{
"name": "download",
"url": "https://github.com/yrprey/yrprey-backend"
},
{
"name": "download",
"url": "https://github.com/yrprey/yrprey-frontend"
},
{
"name": "docker",
"url": "https://github.com/yrprey/yrprey-application"
}
],
"technology": [
"PHP",
"TypeScript",
"NextJs"
],
"url": "https://yrprey.com"
},
{
"author": "Fernando Mengali",
"badge": null,
"collection": [
"offline"
],
"name": "YrpreyPHP",
"notes": "A framework created in PHP/MySQL with OWASP TOP 10 Web Application vulnerabilities. YrpreyPHP was created for educational purposes, contributing to the teaching and learning of those interested in Pentest (intrusion testing) and Application Security (AppSec).",
"notes": "Framework created in NextJs (TypeScript) and PHP/MySQL with OWASP TOP 10 API vulnerabilities of 2019 and 2023. Yrprey can was created for educational purposes, contributing to the teaching and learning of those interested in Pentest (intrusion testing) and Application Security (Appsec).",
"references": [
{
"name": "download",
"url": "https://github.com/yrprey/yrpreyPHP/"
}
],
"technology": [
"PHP",
"CSS",
"Bootstrap",
"MySQL"
],
"url": "https://yrprey.com"
},
{
"author": "Fernando Mengali",
"badge": null,
"collection": [
"offline"
],
"name": "YrpreyBlog",
"notes": "A framework created in PHP/MySQL with OWASP TOP 10 Web Application vulnerabilities.",
"references": [
"summary": "Yrprey-backend",
"url": "https://github.com/yrprey/yrprey-backend"
},
{
"name": "download",
"url": "https://github.com/yrprey/yrpreyBlog"
}
],
"technology": [
"PHP",
"CSS",
"Bootstrap",
"MySQL"
],
"url": "https://yrprey.com"
},
{
"author": "Fernando Mengali",
"badge": null,
"collection": [
"offline"
],
"name": "YrpreyC",
"notes": "YrpreyC is a framework written in the C language that contains vulnerabilities related to memory issues, categorized as overflows",
"references": [
"summary": "Yrprey-frontend",
"url": "https://github.com/yrprey/yrprey-frontend"
},
{
"name": "docker",
"summary": "Yrprey-application",
"url": "https://github.com/yrprey/yrprey-application"
},
{
"name": "download",
"url": "https://github.com/yrprey/yrpreyC"
}
],
"technology": [
"C"
],
"url": "https://yrprey.com"
},
{
"author": "Fernando Mengali",
"badge": null,
"collection": [
"offline"
],
"name": "YrpreyC++",
"notes": "YrpreyC++ is a framework written in the C++ language that contains vulnerabilities related to memory issues, categorized as overflows",
"references": [
"summary": "YrpreyPHP",
"url": "https://github.com/yrprey/yrpreyPHP/",
"note": "A framework created in PHP/MySQL with OWASP TOP 10 Web Application vulnerabilities. YrpreyPHP was created for educational purposes, contributing to the teaching and learning of those interested in Pentest (intrusion testing) and Application Security (AppSec)."
},
{
"name": "download",
"url": "https://github.com/yrprey/yrpreyCPlus"
"summary": "YrpreyBlog",
"url": "https://github.com/yrprey/yrpreyBlog",
"note": "A framework created in PHP/MySQL with OWASP TOP 10 Web Application vulnerabilities."
},
{
"name": "download",
"summary": "C variant",
"url": "https://github.com/yrprey/yrpreyC",
"note": "YrpreyC is a framework written in the C language that contains vulnerabilities related to memory issues, categorized as overflows"
},
{
"name": "download",
"summary": "C++ variant",
"url": "https://github.com/yrprey/yrpreyCPlus",
"note": "YrpreyC++ is a framework written in the C++ language that contains vulnerabilities related to memory issues, categorized as overflows"
}
],
"technology": [
"C++"
],
"url": "https://yrprey.com"
],
"technology": [
"C",
"C++",
"PHP",
"CSS",
"Bootstrap",
"MySQL"
]
}
]

0 comments on commit d885b77

Please sign in to comment.