Project

General

Profile

action #133901

Updated by tinita 9 months ago

## Observation 

 From o3 /var/log/openqa: 
 ``` 
 [2023-08-05T20:39:10.313025Z] [error] [wjDADFtweJVf] DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR:    invalid input 
 syntax for type bigint: "1'" 
 CONTEXT:    unnamed portal parameter $1 = '...' [for Statement "SELECT COUNT( * ) FROM scheduled_products me WHERE ( me.id = ? )" with ParamValues: 1='1''] at 
 /usr/share/openqa/script/../lib/OpenQA/WebAPI/ServerSideDataTable.pm line 33 

 [2023-08-05T20:40:04.268615Z] [error] [SXp2NHWv1rW-] DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::Pg::st execute failed: ERROR:    invalid input 
 syntax for type bigint: "1<script>alert(1)</script>" 
 CONTEXT:    unnamed portal parameter $1 = '...' [for Statement "SELECT COUNT( * ) FROM scheduled_products me WHERE ( me.id = ? )" with ParamValues: 
 1='1<script>alert(1)</script>'] at /usr/share/openqa/script/../lib/OpenQA/WebAPI/ServerSideDataTable.pm line 33 
 ``` 

Back