{"id":18830599,"url":"https://github.com/zupit/horusec-examples-vulnerabilities","last_synced_at":"2025-06-17T19:11:16.409Z","repository":{"id":37258506,"uuid":"400187731","full_name":"ZupIT/horusec-examples-vulnerabilities","owner":"ZupIT","description":"Horusec is an open source tool that improves identification of vulnerabilities in your project with just one command.","archived":false,"fork":false,"pushed_at":"2023-04-04T21:20:44.000Z","size":1605,"stargazers_count":8,"open_issues_count":23,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2023-04-10T05:12:27.695Z","etag":null,"topics":["analysis","cd","ci","cli","golang","hacktoberfest","java","kotlin","netcore","python","ruby","sast","sast-analysis","scanner","security","security-development","security-flaws","static-analysis","terraform","vulnerabilities"],"latest_commit_sha":null,"homepage":"https://horusec.io/","language":"Elixir","has_issues":false,"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/ZupIT.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-08-26T13:56:58.000Z","updated_at":"2023-04-10T05:12:27.696Z","dependencies_parsed_at":"2023-02-11T21:31:18.612Z","dependency_job_id":null,"html_url":"https://github.com/ZupIT/horusec-examples-vulnerabilities","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZupIT%2Fhorusec-examples-vulnerabilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZupIT%2Fhorusec-examples-vulnerabilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZupIT%2Fhorusec-examples-vulnerabilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZupIT%2Fhorusec-examples-vulnerabilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZupIT","download_url":"https://codeload.github.com/ZupIT/horusec-examples-vulnerabilities/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223619750,"owners_count":17174416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["analysis","cd","ci","cli","golang","hacktoberfest","java","kotlin","netcore","python","ruby","sast","sast-analysis","scanner","security","security-development","security-flaws","static-analysis","terraform","vulnerabilities"],"created_at":"2024-11-08T01:49:33.598Z","updated_at":"2024-11-08T01:49:34.259Z","avatar_url":"https://github.com/ZupIT.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\" margin=\"20 0\"\u003e\u003ca href=\"https://horusec.io/\"\u003e\n    \u003cimg src=\"https://github.com/ZupIT/horusec-devkit/blob/main/assets/horusec_logo.png?raw=true\"\n            alt=\"logo_header\" width=\"65%\" style=\"max-width:100%;\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/ZupIT/horusec-engine/pulse\" alt=\"activity\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/commit-activity/m/ZupIT/horusec-engine?label=activity\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/ZupIT/horusec-engine/graphs/contributors\" alt=\"contributors\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/contributors/ZupIT/horusec-engine?label=contributors\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/ZupIT/horusec-engine/actions/workflows/security.yml\" alt=\"security\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/workflow/status/ZupIT/horusec-engine/Security?label=security\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/Apache-2.0\" alt=\"license\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-Apache%202-blue\"/\u003e\u003c/a\u003e\n\n# **Horusec Examples Vulnerabilities**\n\n## **Table of contents**\n### 1. [**About**](#about)\n### 2. [**Documentation**](#documentation)\n### 3. [**Contributing**](#contributing)\n### 4. [**License**](#license)\n### 5. [**Community**](#community)\n\n\n## **About** \nThis repository contains some vulnerabilities examples for you to test Horusec's analysis.\n\n## **Documentation**\n\nFor more information about Horusec, please check out the [**documentation**](https://docs.horusec.io).\n\n\n## **Contributing**\n\nIf you want to contribute to this repository, access our [**Contributing Guide**](https://github.com/ZupIT/horusec/blob/main/CONTRIBUTING.md). \n\n\n### **Developer Certificate of Origin - DCO**\n\n This is a security layer for the project and for the developers. It is mandatory.\n \n Follow one of these two methods to add DCO to your commits:\n \n**1. Command line**\n Follow the steps: \n **Step 1:** Configure your local git environment adding the same name and e-mail configured at your GitHub account. It helps to sign commits manually during reviews and suggestions.\n\n ```\ngit config --global user.name “Name”\ngit config --global user.email “email@domain.com.br”\n```\n**Step 2:** Add the Signed-off-by line with the `'-s'` flag in the git commit command:\n\n```\n$ git commit -s -m \"This is my commit message\"\n```\n\n**2. GitHub website**\nYou can also manually sign your commits during GitHub reviews and suggestions, follow the steps below: \n\n**Step 1:** When the commit changes box opens, manually type or paste your signature in the comment box, see the example:\n\n```\nSigned-off-by: Name \u003c e-mail address \u003e\n```\n\nFor this method, your name and e-mail must be the same registered on your GitHub account.\n\n## **License**\n[**Apache License 2.0**](https://github.com/ZupIT/horusec-examples-vulnerabilities/blob/main/LICENSE).\n\n## **Community**\nDo you have any question about Horusec? Let's chat in our [**forum**](https://forum.zup.com.br/).\n\n\nThis project exists thanks to all the contributors. You rock! ❤️🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzupit%2Fhorusec-examples-vulnerabilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzupit%2Fhorusec-examples-vulnerabilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzupit%2Fhorusec-examples-vulnerabilities/lists"}