What are the security areas of most concern to JavaScript programmers?

What will be an ideal response?


The web was originally designed to be read-only, which is to say its primary purpose was to locate and display documents that existed on other areas of the web. With the development of programming languages such as JavaScript, web pages can now contain programs in addition to static content. This ability to execute programs within a web page raises several security concerns. The security areas of most concern to JavaScript programmers are:› Protection of a web page and JavaScript program against malicious tampering› Privacy of individual client information› Protection of the local file system of the client or web site from theft or tampering

Computer Science & Information Technology

You might also like to view...

Whenever ____________________ occurs, detail is lost in the areas of the image containing the clipped color values.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which type of e-commerce accounts for the majority of e-commerce transactions in the corporate world?

A. B2B B. B2C C. C2C D. C2B

Computer Science & Information Technology

UNIX systems are case sensitive so you need to be careful of how you name files.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following commands will not interpret regular expressions, which translates into faster results being returned? (Choose all that apply.)

A. grep B. grep -F C. egrep D. fgrep

Computer Science & Information Technology