fix: Security bug in session env
This commit is contained in:
parent
63b22dc502
commit
a440cb5f41
10 changed files with 30 additions and 16 deletions
|
|
@ -1091,7 +1091,7 @@ sub www_process {
|
|||
assetId=>$self->getId,
|
||||
userId=>$self->session->user->userId,
|
||||
username=>$self->session->user->username,
|
||||
ipAddress=>$self->session->env->get("REMOTE_ADDR"),
|
||||
ipAddress=>$self->session->env->getIp,
|
||||
submissionDate=>$self->session->datetime->time()
|
||||
},0);
|
||||
my ($var, %row, @errors, $updating, $hadErrors);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue