Skip to content

Commit

Permalink
Document XSS fix #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
roblillack committed Sep 20, 2016
1 parent f242df0 commit 7b00912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The major changes since forking away from Revel are these:
- Corrected case of render functions (`RenderXml` --> `RenderXML`).
- Fix generating reverse routes for some edge cases: Action parameter is called `args` or action parameter is of type `interface{}`.
- Added [CSRF protection](https://godoc.org/github.com/roblillack/mars#CSRFFilter) functionality.
- Fixed a [XSS vulnerability](https://github.com/roblillack/mars/issues/1).

## Moving from Revel to Mars in 7 steps
1. Add the dependency:
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ The major changes since forking away from Revel are these:
- Corrected case of render functions (`RenderXml` --> `RenderXML`).
- Fix generating reverse routes for some edge cases: Action parameter is called `args` or action parameter is of type `interface{}`.
- Added [CSRF protection](https://godoc.org/github.com/roblillack/mars#CSRFFilter) functionality.
- Fixed a [XSS vulnerability](https://github.com/roblillack/mars/issues/1).

0 comments on commit 7b00912

Please sign in to comment.