Skip to content

Commit

Permalink
Fix broken link in TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
brunofacca committed Apr 22, 2017
1 parent 4698cfa commit f9b6c4c
Showing 1 changed file with 28 additions and 32 deletions.
60 changes: 28 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,34 @@ earlier versions and fixed in Rails 4 are not included.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents

- [Zen Rails Security Checklist](#zen-rails-security-checklist)
- [Summary](#summary)
- [Supported Rails Versions](#supported-rails-versions)
- [The Checklist](#the-checklist)
- [Injection](#injection)
- [Authentication](#authentication)
- [Sessions & Cookies](#sessions--cookies)
- [Cross-Site Scripting (XSS)](#cross-site-scripting-xss)
- [Handling User Input](#handling-user-input)
- [Output Escaping & Sanitization](#output-escaping--sanitization)
- [HTTP & TLS](#http--tls)
- [Authorization (Pundit)](#authorization-pundit)
- [Files](#files)
- [File Uploads](#file-uploads)
- [File Downloads](#file-downloads)
- [Cross-Site Request Forgery (CSRF)](#cross-site-request-forgery-csrf)
- [Sensitive Data Exposure](#sensitive-data-exposure)
- [Routing, Template Selection, and Redirection](#routing-template-selection-and-redirection)
- [Third-party Software](#third-party-software)
- [Security Tools](#security-tools)
- [Others](#others)
- [Details and Code Samples](#details-and-code-samples)
- [Password validation regex](#password-validation-regex)
- [Pundit: ensure all actions are authorized](#pundit-ensure-all-actions-are-authorized)
- [Pundit: only display appropriate records in select boxes](#pundit-only-display-appropriate-records-in-select-boxes)
- [Convert filter_parameters into a whitelist](#convert-filter_parameters-into-a-whitelist)
- [Authors](#authors)
- [Contributing](#contributing)
- [References and Further Reading](#references-and-further-reading)
- [License](#license)

Table of contents generated with [DocToc](https://github.com/thlorenz/doctoc)
- [The Checklist](#the-checklist)
- [Injection](#injection)
- [Authentication](#authentication)
- [Sessions & Cookies](#sessions--cookies)
- [Cross-Site Scripting (XSS)](#cross-site-scripting-xss)
- [Handling User Input](#handling-user-input)
- [Output Escaping & Sanitization](#output-escaping--sanitization)
- [HTTP & TLS](#http--tls)
- [Authorization (Pundit)](#authorization-pundit)
- [Files](#files)
- [File Uploads](#file-uploads)
- [File Downloads](#file-downloads)
- [Cross-Site Request Forgery (CSRF)](#cross-site-request-forgery-csrf)
- [Sensitive Data Exposure](#sensitive-data-exposure)
- [Routing, Template Selection, and Redirection](#routing-template-selection-and-redirection)
- [Third-party Software](#third-party-software)
- [Security Tools](#security-tools)
- [Others](#others)
- [Details and Code Samples](#details-and-code-samples)
- [Password validation regex](#password-validation-regex)
- [Pundit: ensure all actions are authorized](#pundit-ensure-all-actions-are-authorized)
- [Pundit: only display appropriate records in select boxes](#pundit-only-display-appropriate-records-in-select-boxes)
- [Convert filter_parameters into a whitelist](#convert-filter_parameters-into-a-whitelist)
- [Authors](#authors)
- [Contributing](#contributing)
- [TODO](#todo)
- [References and Further Reading](#references-and-further-reading)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit f9b6c4c

Please sign in to comment.