Table of Contents for
JavaScript Security
Close
Version ebook
/
Retour
JavaScript Security
by Y.E Liang
Published by Packt Publishing, 2014
Cover
Table of Contents
JavaScript Security
JavaScript Security
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
1. JavaScript and the Web
JavaScript beyond the client
JavaScript security issues
Summary
2. Secure Ajax RESTful APIs
Basic defense against similar attacks
Summary
3. Cross-site Scripting
Examples of cross-site scripting
Defending against cross-site scripting
Summary
4. Cross-site Request Forgery
Other examples of CSRF
Other forms of protection
Summary
5. Misplaced Trust in the Client
Summary
6. JavaScript Phishing
Examples of JavaScript phishing
Defending against JavaScript phishing
Summary
Index
Prev
Previous Chapter
Preface
Next
Next Chapter
Who this book is for
What you need for this book
You will need the following in order to go through this book successfully:
A computer with a modern browser (such as Google Chrome) and stable access to the Internet
Python 2.7.X installed; other Python-related libraries, including Python Tornado (
http://www.tornadoweb.org/en/stable/
), Tornado-cors (
https://github.com/globocom/tornado-cors
), and PyMongo (
http://api.mongodb.org/python/current/
)
MongoDB Version 2.x (
http://www.mongodb.org/
)
Node.js Version 10.2.X or above (
http://nodejs.org/
)
Prev
Previous Chapter
Preface
Next
Next Chapter
Who this book is for