File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.3.0 / 2017-02-09
2
+ ==================
3
+
4
+ * README.md - document detect-disable-mustache-escape rule
5
+ * README.md - documentation detect-new-buffer rule
6
+ * Fixed crash with ` detect-no-csrf-before-method-override ` rule.
7
+ * Style guide applied to all the code involving the tests
8
+ * Removing a repeated test and style changes
9
+ * ESLint added to the workflow
10
+ * Removed not needed variables
11
+ * Fix to a problem with a rule detected implementing the tests
12
+ * Test engine with tests for all the rules
13
+ * Add additional information to README for each rule
14
+
15
+ 1.2.0 / 2016-01-21
16
+ ==================
17
+
18
+ * updated to check for new RegExp too
19
+
20
+ 1.1.0 / 2016-01-06
21
+ ==================
22
+
23
+ * adding eslint rule to detect new buffer hotspot
24
+
25
+ 1.0.0 / 2015-11-15
26
+ ==================
27
+
28
+ * rules disabled by default
Original file line number Diff line number Diff line change 4
4
"description" : " Security rules for eslint" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
+ "changelog" : " changelog eslint-plugin-security all > CHANGELOG.md" ,
7
8
"test" : " ./node_modules/.bin/mocha test/**/*" ,
8
9
"lint" : " ./node_modules/.bin/eslint ." ,
9
10
"cont-int" : " npm test && npm run-script lint"
27
28
"safe-regex" : " ^1.1.0"
28
29
},
29
30
"devDependencies" : {
31
+ "changelog" : " 1.3.0" ,
30
32
"eslint" : " ^2.10.1" ,
31
33
"eslint-config-nodesecurity" : " ^1.3.1" ,
32
34
"mocha" : " ^2.4.5"
You can’t perform that action at this time.
0 commit comments