diff --git a/schema.json b/schema.json index e7630f0..e84c584 100644 --- a/schema.json +++ b/schema.json @@ -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": [ diff --git a/src/data/collection.json b/src/data/collection.json index 96dcb7b..04a1390 100644 --- a/src/data/collection.json +++ b/src/data/collection.json @@ -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" } ]