Skip to content

Add basic CHANGELOG.md file #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
1.3.0 / 2017-02-09
==================

* README.md - document detect-disable-mustache-escape rule
* README.md - documentation detect-new-buffer rule
* Fixed crash with `detect-no-csrf-before-method-override` rule.
* Style guide applied to all the code involving the tests
* Removing a repeated test and style changes
* ESLint added to the workflow
* Removed not needed variables
* Fix to a problem with a rule detected implementing the tests
* Test engine with tests for all the rules
* Add additional information to README for each rule

1.2.0 / 2016-01-21
==================

* updated to check for new RegExp too

1.1.0 / 2016-01-06
==================

* adding eslint rule to detect new buffer hotspot

1.0.0 / 2015-11-15
==================

* rules disabled by default
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
"description": "Security rules for eslint",
"main": "index.js",
"scripts": {
"changelog": "changelog eslint-plugin-security all > CHANGELOG.md",
"test": "./node_modules/.bin/mocha test/**/*",
"lint": "./node_modules/.bin/eslint .",
"cont-int": "npm test && npm run-script lint"
@@ -27,6 +28,7 @@
"safe-regex": "^1.1.0"
},
"devDependencies": {
"changelog": "1.3.0",
"eslint": "^2.10.1",
"eslint-config-nodesecurity": "^1.3.1",
"mocha": "^2.4.5"