{"id":15586260,"url":"https://github.com/darwintantuco/eslint-plugin-require-form-method","last_synced_at":"2025-04-24T04:39:54.158Z","repository":{"id":41894018,"uuid":"481181662","full_name":"darwintantuco/eslint-plugin-require-form-method","owner":"darwintantuco","description":"Disallow form tags without explicit method attribute","archived":false,"fork":false,"pushed_at":"2024-05-18T01:02:08.000Z","size":155,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T07:01:29.709Z","etag":null,"topics":["eslint","eslint-plugin","eslintplugin","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darwintantuco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2022-04-13T11:05:29.000Z","updated_at":"2024-05-18T00:59:06.000Z","dependencies_parsed_at":"2024-05-18T01:42:13.969Z","dependency_job_id":"bee9cc0f-c5de-489b-9bf4-36d4c296945a","html_url":"https://github.com/darwintantuco/eslint-plugin-require-form-method","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darwintantuco%2Feslint-plugin-require-form-method","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darwintantuco%2Feslint-plugin-require-form-method/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darwintantuco%2Feslint-plugin-require-form-method/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darwintantuco%2Feslint-plugin-require-form-method/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darwintantuco","download_url":"https://codeload.github.com/darwintantuco/eslint-plugin-require-form-method/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249003938,"owners_count":21196794,"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":["eslint","eslint-plugin","eslintplugin","security"],"created_at":"2024-10-02T21:21:31.909Z","updated_at":"2025-04-24T04:39:54.143Z","avatar_url":"https://github.com/darwintantuco.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-require-form-method\n\n![Node.js CI](https://github.com/darwintantuco/eslint-plugin-require-form-method/workflows/Node.js%20CI/badge.svg?branch=master)\n\nDisallow form tags without explicit method attribute\n\nPrevents sensitive data appearing on URLs accidentally\n\n![](demo.png)\n\n## Installation\n\nYou'll first need to install [ESLint](http://eslint.org):\n\n```\n$ npm i eslint --save-dev\n```\n\nNext, install `eslint-plugin-require-form-method`:\n\n### npm\n\n```\n$ npm install eslint-plugin-require-form-method --save-dev\n```\n\n### yarn\n\n```\n$ yarn add eslint-plugin-require-form-method --dev\n```\n\n## Usage\n\nAdd `require-form-method` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n  \"plugins\": [\"require-form-method\"]\n}\n```\n\nThen configure the rules you want to use under the rules section.\n\n```json\n{\n  \"rules\": {\n    \"require-form-method/require-form-method\": \"error\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarwintantuco%2Feslint-plugin-require-form-method","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarwintantuco%2Feslint-plugin-require-form-method","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarwintantuco%2Feslint-plugin-require-form-method/lists"}