Difference between revisions of "Template:BITL CS1 Resources"
|  (Created page with "=Resources=  ==Practice exercises== * [https://snakify.org/en/ Snakify.org] - Python exercises * [https://www.hackerrank.com/domains/python HackerRank.com] - practice question...") |  (→Security) | ||
| Line 20: | Line 20: | ||
| ==Security== | ==Security== | ||
| XSS. HTML and SQL injection attacks and prevention. | XSS. HTML and SQL injection attacks and prevention. | ||
| * [https://www.softwaretestinghelp.com/html-injection-tutorial/ HTML injection tutorial] | |||
| * [https://www.w3schools.com/sql/sql_injection.asp SQL injection example] | |||
| * [https://news.rub.de/english/press-releases/2021-12-02-it-security-14-new-attacks-web-browsers-detected 14 new attacks on web browsers detected] by Ruhr-Universität Bochum (RUB) and Niederrhein University of Applied Sciences. | * [https://news.rub.de/english/press-releases/2021-12-02-it-security-14-new-attacks-web-browsers-detected 14 new attacks on web browsers detected] by Ruhr-Universität Bochum (RUB) and Niederrhein University of Applied Sciences. | ||
Revision as of 11:33, 5 December 2021
Contents
Resources
Practice exercises
- Snakify.org - Python exercises
- HackerRank.com - practice questions
Python
Javascript
- JavaScript tutorial at W3 Schools
HTML
- HTML tutorial at W3 Schools
SQL
Security
XSS. HTML and SQL injection attacks and prevention.
- 14 new attacks on web browsers detected by Ruhr-Universität Bochum (RUB) and Niederrhein University of Applied Sciences.
