Welcome Guest, Not a member yet? Register   Sign In
XSS Clean in CI4?
#2

(This post was last modified: 01-28-2020, 11:59 AM by jreklund.)

XSS_clean should be conspired deprecated. That's a not a recommended practice to rely on. You should filter your inputs AND escape your outputs.

Input:
https://codeigniter4.github.io/userguide...ation.html
https://codeigniter4.github.io/userguide...ving-input "Filtering Input Data"

Output:
https://codeigniter4.github.io/userguide...aping-data
https://codeigniter4.github.io/userguide...g-contexts
Reply


Messages In This Thread
XSS Clean in CI4? - by ajmeireles - 01-28-2020, 12:00 AM
RE: XSS Clean in CI4? - by jreklund - 01-28-2020, 12:55 AM
RE: XSS Clean in CI4? - by ajmeireles - 01-28-2020, 12:18 PM
RE: XSS Clean in CI4? - by jreklund - 01-28-2020, 12:32 PM
RE: XSS Clean in CI4? - by ajmeireles - 01-28-2020, 01:05 PM
RE: XSS Clean in CI4? - by dave friend - 01-31-2020, 10:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB