|
21 | 21 | ## 1.5.0 / 2022-04-14
|
22 | 22 |
|
23 | 23 | - 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) |
25 | 25 | - 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) |
27 | 27 | - 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) |
29 | 29 | - 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) |
33 | 33 | - 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) |
35 | 35 | - Added yarn installation method
|
36 | 36 | - 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) |
38 | 38 | - Create workflows
|
39 | 39 | Check commit message on pull requests, Set up ci on main branch
|
40 | 40 | - 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 |
43 | 43 | Add old liftsecurity blog posts to docs/ folder
|
44 | 44 | - Bumped up dependencies
|
45 | 45 | - Added `package-lock.json`
|
|
50 | 50 |
|
51 | 51 | - 1.4.0
|
52 | 52 | - 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 |
54 | 54 | 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 |
56 | 56 | 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 |
58 | 58 | Remove filename from error output
|
59 | 59 | - Add basic CHANGELOG.md file
|
60 | 60 | - Remove filename from error output
|
61 | 61 | - 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 |
64 | 64 | 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 |
66 | 66 | Fix broken link for detect-object-injection
|
67 | 67 | - Fix broken link for detect-object-injection
|
68 | 68 | The current link leads to a 404 page, the new one is the proper page.
|
|
73 | 73 | - 1.3.0
|
74 | 74 | - Merge branch 'scottnonnenberg-update-docs'
|
75 | 75 | - 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 |
77 | 77 | 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 |
79 | 79 | 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 |
81 | 81 | A bit of love
|
82 | 82 | - README.md - document detect-disable-mustache-escape rule
|
83 | 83 | - 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 |
85 | 85 | Fixed crash with `detect-no-csrf-before-method-override` rule
|
86 | 86 | - Fixed crash with `detect-no-csrf-before-method-override` rule.
|
87 | 87 | - Finishing last commit
|
|
95 | 95 | - A little bit of massage to readme intro
|
96 | 96 | - Add additional information to README for each rule
|
97 | 97 |
|
98 |
| - |
99 | 98 | ## 1.2.0 / 2016-01-21
|
100 | 99 |
|
101 | 100 | - 1.2.0
|
|
0 commit comments