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

(01-28-2020, 12:55 AM)jreklund Wrote: 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

Then the function esc and setVar need be impressed on view template or where for example?
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