Skip to content

Commit d699c30

Browse files
authored
chore: fix repo url (#111)
* chore: fix repo url * revert format
1 parent c54e618 commit d699c30

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/CHANGELOG.md

CHANGELOG.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
## 1.5.0 / 2022-04-14
2222

2323
- Fix avoid crash when exec() is passed no arguments
24-
Closes [#82](https://github.com/nodesecurity/eslint-plugin-security/pull/82) with ref as [#23](https://github.com/nodesecurity/eslint-plugin-security/pull/23)
24+
Closes [#82](https://github.com/eslint-community/eslint-plugin-security/pull/82) with ref as [#23](https://github.com/eslint-community/eslint-plugin-security/pull/23)
2525
- Fix incorrect method name in detect-buffer-noassert
26-
Closes [#63](https://github.com/nodesecurity/eslint-plugin-security/pull/63) and [#80](https://github.com/nodesecurity/eslint-plugin-security/pull/80)
26+
Closes [#63](https://github.com/eslint-community/eslint-plugin-security/pull/63) and [#80](https://github.com/eslint-community/eslint-plugin-security/pull/80)
2727
- Clean up source code formatting
28-
Fixes [#4](https://github.com/nodesecurity/eslint-plugin-security/issues/4) and closes [#78](https://github.com/nodesecurity/eslint-plugin-security/pull/78)
28+
Fixes [#4](https://github.com/eslint-community/eslint-plugin-security/issues/4) and closes [#78](https://github.com/eslint-community/eslint-plugin-security/pull/78)
2929
- Add release script
30-
[Script](https://github.com/nodesecurity/eslint-plugin-security/commit/0a6631ea448eb0031af7b351c85b3aa298c2e44c)
31-
- Add non-literal require TemplateLiteral support [#81](https://github.com/nodesecurity/eslint-plugin-security/pull/81)
32-
- Add meta object documentation for all rules [#79](https://github.com/nodesecurity/eslint-plugin-security/pull/79)
30+
[Script](https://github.com/eslint-community/eslint-plugin-security/commit/0a6631ea448eb0031af7b351c85b3aa298c2e44c)
31+
- Add non-literal require TemplateLiteral support [#81](https://github.com/eslint-community/eslint-plugin-security/pull/81)
32+
- Add meta object documentation for all rules [#79](https://github.com/eslint-community/eslint-plugin-security/pull/79)
3333
- Added Git pre-commit hook to format JS files
34-
[Pre-commit hook](https://github.com/nodesecurity/eslint-plugin-security/commit/e2ae2ee9ef214ca6d8f69fbcc438d230fda2bf97)
34+
[Pre-commit hook](https://github.com/eslint-community/eslint-plugin-security/commit/e2ae2ee9ef214ca6d8f69fbcc438d230fda2bf97)
3535
- Added yarn installation method
3636
- Fix linting errors and step
37-
[Lint errors](https://github.com/nodesecurity/eslint-plugin-security/commit/1258118c2d07722e9fb388a672b287bb43bc73b3), [Lint step](https://github.com/nodesecurity/eslint-plugin-security/commit/84f3ed3ab88427753c7ac047d0bccbe557f28aa5)
37+
[Lint errors](https://github.com/eslint-community/eslint-plugin-security/commit/1258118c2d07722e9fb388a672b287bb43bc73b3), [Lint step](https://github.com/eslint-community/eslint-plugin-security/commit/84f3ed3ab88427753c7ac047d0bccbe557f28aa5)
3838
- Create workflows
3939
Check commit message on pull requests, Set up ci on main branch
4040
- Update test and lint commands to work cross-platform
41-
[Commit](https://github.com/nodesecurity/eslint-plugin-security/commit/d3d8e7a27894aa3f83b560f530eb49750e9ee19a)
42-
- Merge pull request [#47](https://github.com/nodesecurity/eslint-plugin-security/pull/47) from pdehaan/add-docs
41+
[Commit](https://github.com/eslint-community/eslint-plugin-security/commit/d3d8e7a27894aa3f83b560f530eb49750e9ee19a)
42+
- Merge pull request [#47](https://github.com/eslint-community/eslint-plugin-security/pull/47) from pdehaan/add-docs
4343
Add old liftsecurity blog posts to docs/ folder
4444
- Bumped up dependencies
4545
- Added `package-lock.json`
@@ -50,19 +50,19 @@
5050

5151
- 1.4.0
5252
- Stuff and things for 1.4.0 beep boop 🤖
53-
- Merge pull request [#14](https://github.com/nodesecurity/eslint-plugin-security/issues/14) from travi/recommended-example
53+
- Merge pull request [#14](https://github.com/eslint-community/eslint-plugin-security/issues/14) from travi/recommended-example
5454
Add recommended ruleset to the usage example
55-
- Merge pull request [#19](https://github.com/nodesecurity/eslint-plugin-security/issues/19) from pdehaan/add-changelog
55+
- Merge pull request [#19](https://github.com/eslint-community/eslint-plugin-security/issues/19) from pdehaan/add-changelog
5656
Add basic CHANGELOG.md file
57-
- Merge pull request [#17](https://github.com/nodesecurity/eslint-plugin-security/issues/17) from pdehaan/issue-16
57+
- Merge pull request [#17](https://github.com/eslint-community/eslint-plugin-security/issues/17) from pdehaan/issue-16
5858
Remove filename from error output
5959
- Add basic CHANGELOG.md file
6060
- Remove filename from error output
6161
- Add recommended ruleset to the usage example
62-
for [#9](https://github.com/nodesecurity/eslint-plugin-security/issues/9)
63-
- Merge pull request [#10](https://github.com/nodesecurity/eslint-plugin-security/issues/10) from pdehaan/issue-9
62+
for [#9](https://github.com/eslint-community/eslint-plugin-security/issues/9)
63+
- Merge pull request [#10](https://github.com/eslint-community/eslint-plugin-security/issues/10) from pdehaan/issue-9
6464
Add 'plugin:security/recommended' config to plugin
65-
- Merge pull request [#12](https://github.com/nodesecurity/eslint-plugin-security/issues/12) from tupaschoal/patch-1
65+
- Merge pull request [#12](https://github.com/eslint-community/eslint-plugin-security/issues/12) from tupaschoal/patch-1
6666
Fix broken link for detect-object-injection
6767
- Fix broken link for detect-object-injection
6868
The current link leads to a 404 page, the new one is the proper page.
@@ -73,15 +73,15 @@
7373
- 1.3.0
7474
- Merge branch 'scottnonnenberg-update-docs'
7575
- Fix merge conflicts because I can't figure out how to accept pr's in the right order
76-
- Merge pull request [#7](https://github.com/nodesecurity/eslint-plugin-security/issues/7) from HamletDRC/patch-1
76+
- Merge pull request [#7](https://github.com/eslint-community/eslint-plugin-security/issues/7) from HamletDRC/patch-1
7777
README.md - documentation detect-new-buffer rule
78-
- Merge pull request [#8](https://github.com/nodesecurity/eslint-plugin-security/issues/8) from HamletDRC/patch-2
78+
- Merge pull request [#8](https://github.com/eslint-community/eslint-plugin-security/issues/8) from HamletDRC/patch-2
7979
README.md - document detect-disable-mustache-escape rule
80-
- Merge pull request [#3](https://github.com/nodesecurity/eslint-plugin-security/issues/3) from jesusprubio/master
80+
- Merge pull request [#3](https://github.com/eslint-community/eslint-plugin-security/issues/3) from jesusprubio/master
8181
A bit of love
8282
- README.md - document detect-disable-mustache-escape rule
8383
- README.md - documentation detect-new-buffer rule
84-
- Merge pull request [#6](https://github.com/nodesecurity/eslint-plugin-security/issues/6) from mathieumg/csrf-bug
84+
- Merge pull request [#6](https://github.com/eslint-community/eslint-plugin-security/issues/6) from mathieumg/csrf-bug
8585
Fixed crash with `detect-no-csrf-before-method-override` rule
8686
- Fixed crash with `detect-no-csrf-before-method-override` rule.
8787
- Finishing last commit
@@ -95,7 +95,6 @@
9595
- A little bit of massage to readme intro
9696
- Add additional information to README for each rule
9797

98-
9998
## 1.2.0 / 2016-01-21
10099

101100
- 1.2.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/nodesecurity/eslint-plugin-security.git"
21+
"url": "git+https://github.com/eslint-community/eslint-plugin-security.git"
2222
},
2323
"keywords": [
2424
"eslint",
@@ -28,9 +28,9 @@
2828
"author": "Node Security Project",
2929
"license": "Apache-2.0",
3030
"bugs": {
31-
"url": "https://github.com/nodesecurity/eslint-plugin-security/issues"
31+
"url": "https://github.com/eslint-community/eslint-plugin-security/issues"
3232
},
33-
"homepage": "https://github.com/nodesecurity/eslint-plugin-security#readme",
33+
"homepage": "https://github.com/eslint-community/eslint-plugin-security#readme",
3434
"gitHooks": {
3535
"pre-commit": "lint-staged"
3636
},

0 commit comments

Comments
 (0)