|
| 1 | +# 1.5.0 / 2022-04-14 |
| 2 | + |
| 3 | +- 1.5.0 |
| 4 | +- Fix avoid crash when exec() is passed no arguments |
| 5 | + Closes [#82](https://github.com/nodesecurity/eslint-plugin-security/pull/82) with ref as [#23](https://github.com/nodesecurity/eslint-plugin-security/pull/23) |
| 6 | +- Fix incorrect method name in detect-buffer-noassert |
| 7 | + Closes [#63](https://github.com/nodesecurity/eslint-plugin-security/pull/63) and [#80](https://github.com/nodesecurity/eslint-plugin-security/pull/80) |
| 8 | +- Clean up source code formatting |
| 9 | + Fixes [#4](https://github.com/nodesecurity/eslint-plugin-security/issues/4) and closes [#78](https://github.com/nodesecurity/eslint-plugin-security/pull/78) |
| 10 | +- Add release script |
| 11 | + [Script](https://github.com/nodesecurity/eslint-plugin-security/commit/0a6631ea448eb0031af7b351c85b3aa298c2e44c) |
| 12 | +- Add non-literal require TemplateLiteral support [#81](https://github.com/nodesecurity/eslint-plugin-security/pull/81) |
| 13 | +- Add meta object documentation for all rules [#79](https://github.com/nodesecurity/eslint-plugin-security/pull/79) |
| 14 | +- Added Git pre-commit hook to format JS files |
| 15 | + [Pre-commit hook](https://github.com/nodesecurity/eslint-plugin-security/commit/e2ae2ee9ef214ca6d8f69fbcc438d230fda2bf97) |
| 16 | +- Added yarn installation method |
| 17 | +- Fix linting errors and step |
| 18 | + [Lint errors](https://github.com/nodesecurity/eslint-plugin-security/commit/1258118c2d07722e9fb388a672b287bb43bc73b3), [Lint step](https://github.com/nodesecurity/eslint-plugin-security/commit/84f3ed3ab88427753c7ac047d0bccbe557f28aa5) |
| 19 | +- Create workflows |
| 20 | + Check commit message on pull requests, Set up ci on main branch |
| 21 | +- Update test and lint commands to work cross-platform |
| 22 | + [Commit](https://github.com/nodesecurity/eslint-plugin-security/commit/d3d8e7a27894aa3f83b560f530eb49750e9ee19a) |
| 23 | +- Merge pull request [#47](https://github.com/nodesecurity/eslint-plugin-security/pull/47) from pdehaan/add-docs |
| 24 | + Add old liftsecurity blog posts to docs/ folder |
| 25 | +- Bumped up dependencies |
| 26 | +- Added `package-lock.json` |
| 27 | +- Fixed typos in README and documentation |
| 28 | + Replaced dead links in README |
| 29 | + |
1 | 30 | # 1.4.0 / 2017-06-12
|
2 | 31 |
|
3 | 32 | - 1.4.0
|
|
0 commit comments