Skip to content

Commit 352a088

Browse files
committed
1.5.0
1 parent 7f97815 commit 352a088

File tree

3 files changed

+40
-4
lines changed

3 files changed

+40
-4
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,65 @@
11
# 1.4.0 / 2017-06-12
22

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
313
- 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
522

623
# 1.3.0 / 2017-02-09
724

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
834
- README.md - document detect-disable-mustache-escape rule
935
- 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
1038
- Fixed crash with `detect-no-csrf-before-method-override` rule.
39+
- Finishing last commit
1140
- Style guide applied to all the code involving the tests
1241
- Removing a repeated test and style changes
1342
- ESLint added to the workflow
1443
- Removed not needed variables
1544
- Fix to a problem with a rule detected implementing the tests
1645
- Test engine with tests for all the rules
46+
- Minor typos
47+
- A little bit of massage to readme intro
1748
- Add additional information to README for each rule
1849

1950
# 1.2.0 / 2016-01-21
2051

52+
- 1.2.0
2153
- updated to check for new RegExp too
2254

2355
# 1.1.0 / 2016-01-06
2456

57+
- 1.1.0
2558
- adding eslint rule to detect new buffer hotspot
2659

2760
# 1.0.0 / 2015-11-15
2861

62+
- updated desc
2963
- rules disabled by default
64+
- update links
65+
- beep boop

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-security",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Security rules for eslint",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)