{"id":50441342,"url":"https://github.com/whosramoss/owasp-security-risks","last_synced_at":"2026-05-31T19:31:05.442Z","repository":{"id":351920260,"uuid":"1198094826","full_name":"whosramoss/owasp-security-risks","owner":"whosramoss","description":" OWASP Top 10 API security risks, with vulnerable and secure implementations","archived":false,"fork":false,"pushed_at":"2026-04-17T02:50:59.000Z","size":608,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-17T04:37:03.971Z","etag":null,"topics":["cybersecurity","cybersecurity-education","cybersecurity-tools","owasp","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whosramoss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-01T05:46:44.000Z","updated_at":"2026-04-17T02:51:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/whosramoss/owasp-security-risks","commit_stats":null,"previous_names":["whosramoss/owasp-security-risks"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/whosramoss/owasp-security-risks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosramoss%2Fowasp-security-risks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosramoss%2Fowasp-security-risks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosramoss%2Fowasp-security-risks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosramoss%2Fowasp-security-risks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whosramoss","download_url":"https://codeload.github.com/whosramoss/owasp-security-risks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whosramoss%2Fowasp-security-risks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33746506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","cybersecurity-education","cybersecurity-tools","owasp","security"],"created_at":"2026-05-31T19:31:02.089Z","updated_at":"2026-05-31T19:31:05.438Z","avatar_url":"https://github.com/whosramoss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\n  \u003cp align=\"center\"\u003e\n     \u003cimg src=\"./utils/icon.svg\" alt=\"logo\" width=\"128\"\u003e\n     \u003cbr\u003eOWASP Security Risks\n  \u003c/p\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  This project demonstrates the OWASP Top 10 API security risks, with vulnerable and secure implementations.\n  \u003cbr /\u003e \u003cbr /\u003e\n   \u003ca href=\"#security-risks\"\u003eSecurity Risks\u003c/a\u003e\n    ·\n    \u003ca href=\"#links\"\u003eLinks\u003c/a\u003e\n\u003c/p\u003e\n \n## Security Risks\n\n The `app.js` file aggregates secure principles for REST APIs, while [GUIDE.md](./GUIDE.md) provides a manual testing guide for the endpoints.\n\n \n| #        | Risk                                            | Folder                                                                                                    |\n| -------- | ----------------------------------------------- | --------------------------------------------------------------------------------------------------------- |\n| [API-1]  | Broken Object Level Authorization               | [01-broken-object-level-auth](01-broken-object-level-auth/)                                               |\n| [API-2]  | Broken Authentication                           | [02-broken-auth](02-broken-auth/)                                                                         |\n| [API-3]  | Broken Object Property Level Authorization      | [03-broken-object-property-level-auth](03-broken-object-property-level-auth/)                             |\n| [API-4]  | Unrestricted Resource Consumption               | [04-unrestricted-resource-consumption](04-unrestricted-resource-consumption/)                             |\n| [API-5]  | Broken Function Level Authorization             | [05-broken-function-level-auth](05-broken-function-level-auth/)                                           |\n| [API-6]  | Unrestricted Access to Sensitive Business Flows | [06-unrestricted-access-to-sensitive-business-flows](06-unrestricted-access-to-sensitive-business-flows/) |\n| [API-7]  | Server Side Request Forgery                     | [07-server-side-request-forgery](07-server-side-request-forgery/)                                         |\n| [API-8]  | Security Misconfiguration                       | [08-security-misconfiguration](08-security-misconfiguration/)                                             |\n| [API-9]  | Improper Inventory Management                   | [09-improper-inventory-management](09-improper-inventory-management/)                                     |\n| [API-10] | Unsafe Consumption of APIs                      | [10-unsafe-consumption-of-apis](10-unsafe-consumption-of-apis/)                                           |\n\nEach folder contains:\n\n- `unsecured.js` — vulnerable implementation demonstrating the risk\n- `secured.js` — secure implementation with mitigations applied\n- `readme.md` — explanation of the vulnerability, fix and how to test it\n\n## Links\n\n- [Official OWASP Top 10 API Security Risk Page](https://owasp.org/API-Security/editions/2023/en/0x11-t10/)\n\n## License\n\nApache-2.0 license. [LICENSE](./LICENSE)\n\n## Author\n\nGabriel Ramos de Paula ([@whosramoss](https://github.com/whosramoss))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhosramoss%2Fowasp-security-risks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhosramoss%2Fowasp-security-risks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhosramoss%2Fowasp-security-risks/lists"}