|
1 | 1 | # 1.4.0 / 2017-06-12
|
2 | 2 |
|
| 3 | +- 1.4.0 |
| 4 | +- Stuff and things for 1.4.0 beep boop 🤖 |
| 5 | +- Merge pull request [#14](https://github.com/nodesecurity/eslint-plugin-security/issues/14) from travi/recommended-example |
| 6 | + Add recommended ruleset to the usage example |
| 7 | +- Merge pull request [#19](https://github.com/nodesecurity/eslint-plugin-security/issues/19) from pdehaan/add-changelog |
| 8 | + Add basic CHANGELOG.md file |
| 9 | +- Merge pull request [#17](https://github.com/nodesecurity/eslint-plugin-security/issues/17) from pdehaan/issue-16 |
| 10 | + Remove filename from error output |
| 11 | +- Add basic CHANGELOG.md file |
| 12 | +- Remove filename from error output |
3 | 13 | - Add recommended ruleset to the usage example
|
4 |
| -- Removes filenames from error output |
| 14 | + for [#9](https://github.com/nodesecurity/eslint-plugin-security/issues/9) |
| 15 | +- Merge pull request [#10](https://github.com/nodesecurity/eslint-plugin-security/issues/10) from pdehaan/issue-9 |
| 16 | + Add 'plugin:security/recommended' config to plugin |
| 17 | +- Merge pull request [#12](https://github.com/nodesecurity/eslint-plugin-security/issues/12) from tupaschoal/patch-1 |
| 18 | + Fix broken link for detect-object-injection |
| 19 | +- Fix broken link for detect-object-injection |
| 20 | + The current link leads to a 404 page, the new one is the proper page. |
| 21 | +- Add 'plugin:security/recommended' config to plugin |
5 | 22 |
|
6 | 23 | # 1.3.0 / 2017-02-09
|
7 | 24 |
|
| 25 | +- 1.3.0 |
| 26 | +- Merge branch 'scottnonnenberg-update-docs' |
| 27 | +- Fix merge conflicts because I can't figure out how to accept pr's in the right order |
| 28 | +- Merge pull request [#7](https://github.com/nodesecurity/eslint-plugin-security/issues/7) from HamletDRC/patch-1 |
| 29 | + README.md - documentation detect-new-buffer rule |
| 30 | +- Merge pull request [#8](https://github.com/nodesecurity/eslint-plugin-security/issues/8) from HamletDRC/patch-2 |
| 31 | + README.md - document detect-disable-mustache-escape rule |
| 32 | +- Merge pull request [#3](https://github.com/nodesecurity/eslint-plugin-security/issues/3) from jesusprubio/master |
| 33 | + A bit of love |
8 | 34 | - README.md - document detect-disable-mustache-escape rule
|
9 | 35 | - README.md - documentation detect-new-buffer rule
|
| 36 | +- Merge pull request [#6](https://github.com/nodesecurity/eslint-plugin-security/issues/6) from mathieumg/csrf-bug |
| 37 | + Fixed crash with `detect-no-csrf-before-method-override` rule |
10 | 38 | - Fixed crash with `detect-no-csrf-before-method-override` rule.
|
| 39 | +- Finishing last commit |
11 | 40 | - Style guide applied to all the code involving the tests
|
12 | 41 | - Removing a repeated test and style changes
|
13 | 42 | - ESLint added to the workflow
|
14 | 43 | - Removed not needed variables
|
15 | 44 | - Fix to a problem with a rule detected implementing the tests
|
16 | 45 | - Test engine with tests for all the rules
|
| 46 | +- Minor typos |
| 47 | +- A little bit of massage to readme intro |
17 | 48 | - Add additional information to README for each rule
|
18 | 49 |
|
19 | 50 | # 1.2.0 / 2016-01-21
|
20 | 51 |
|
| 52 | +- 1.2.0 |
21 | 53 | - updated to check for new RegExp too
|
22 | 54 |
|
23 | 55 | # 1.1.0 / 2016-01-06
|
24 | 56 |
|
| 57 | +- 1.1.0 |
25 | 58 | - adding eslint rule to detect new buffer hotspot
|
26 | 59 |
|
27 | 60 | # 1.0.0 / 2015-11-15
|
28 | 61 |
|
| 62 | +- updated desc |
29 | 63 | - rules disabled by default
|
| 64 | +- update links |
| 65 | +- beep boop |
0 commit comments