Skip to content

Commit

Permalink
Revert "Unify Yrprey entries & update schema (#213)" (#214)
Browse files Browse the repository at this point in the history
This reverts commit d885b77.
  • Loading branch information
kingthorin authored Jun 29, 2024
1 parent d885b77 commit 09101b1
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 62 deletions.
20 changes: 0 additions & 20 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,29 +90,9 @@
"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: 94 additions & 42 deletions src/data/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2877,62 +2877,114 @@
"badge": null
},
{
"name": "Yrprey",
"url": "https://yrprey.com",
"author": "Fernando Mengali, Vagner Mengali",
"badge": null,
"collection": [
"offline"
],
"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).",
"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).",
"references": [
{
"name": "download",
"summary": "Yrprey-backend",
"url": "https://github.com/yrprey/yrprey-backend"
},
{
"name": "download",
"summary": "Yrprey-frontend",
"url": "https://github.com/yrprey/yrprey-frontend"
},
{
"name": "docker",
"summary": "Yrprey-application",
"url": "https://github.com/yrprey/yrprey-application"
},
{
"name": "download",
"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)."
},
"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": [
{
"name": "download",
"summary": "YrpreyBlog",
"url": "https://github.com/yrprey/yrpreyBlog",
"note": "A framework created in PHP/MySQL with OWASP TOP 10 Web Application vulnerabilities."
},
"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": [
{
"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"
},
"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": [
{
"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"
"url": "https://github.com/yrprey/yrpreyCPlus"
}
],
"technology": [
"C",
"C++",
"PHP",
"CSS",
"Bootstrap",
"MySQL"
]
],
"technology": [
"C++"
],
"url": "https://yrprey.com"
}
]

0 comments on commit 09101b1

Please sign in to comment.