Difference between revisions of "Template:BITL CS1 Resources"

From DiLab
Jump to: navigation, search
(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 12:33, 5 December 2021

Resources

Practice exercises

Python

Javascript

HTML

SQL

Security

XSS. HTML and SQL injection attacks and prevention.

Algorithms