diff --git a/README.md b/README.md index 0d28a9aaa4..1189e5e289 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,18 @@ RailsAdmin is a Rails engine that provides an easy-to-use interface for managing ### [Action required] Security issue -**RailsAdmin prior to 1.3.0 have been reported to have XSS vulnerability.** We strongly recommend that you upgrade RailsAdmin to 1.3.0 or later as soon as possible, if you are on those versions. See [#2985](https://github.com/sferik/rails_admin/issues/2985) for the detail. +> **RailsAdmin prior to 1.3.0 have been reported to have XSS vulnerability.** We strongly recommend that you upgrade RailsAdmin to 1.3.0 or later as soon as possible, if you are on those versions. See [#2985](https://github.com/sferik/rails_admin/issues/2985) for the detail. +> +> Also, 1.0.0 and 1.1.0 is known to have [CSRF vulnerability](https://github.com/sferik/rails_admin/commit/b13e879eb93b661204e9fb5e55f7afa4f397537a), too. -Also, 1.0.0 and 1.1.0 is known to have [CSRF vulnerability](https://github.com/sferik/rails_admin/commit/b13e879eb93b661204e9fb5e55f7afa4f397537a), too. +## Getting started +* Check out [the docs][docs]. +* Try the [live demo][demo]. ([Source code][dummy_app]) + +[demo]: http://rails-admin-tb.herokuapp.com/ +[dummy_app]: https://github.com/bbenezech/dummy_app +[docs]: https://github.com/sferik/rails_admin/wiki ## Features * CRUD any data with ease @@ -72,15 +80,6 @@ end Details: [Models](https://github.com/sferik/rails_admin/wiki/Models), [Groups](https://github.com/sferik/rails_admin/wiki/Groups), [Fields](https://github.com/sferik/rails_admin/wiki/Fields) -## Documentation -https://github.com/sferik/rails_admin/wiki - -## Demo -Take RailsAdmin for a [test drive][demo] with sample data. ([Source code.][dummy_app]) - -[demo]: http://rails-admin-tb.herokuapp.com/ -[dummy_app]: https://github.com/bbenezech/dummy_app - ## Support If you have a question, please check this README, the wiki, and the [list of known issues][troubleshoot].