You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!empty($_POST['data'][strtoupper('Ark_ID')])) { // any pending data must has Ark_ID column
$noid = Database::dbopen($_GET["db"], dbpath(), DatabaseInterface::DB_WRITE);
The text was updated successfully, but these errors were encountered:
Could we get more information regarding what form of sanitation is needed here? We do have a database existence check in place. Also can we get more information regarding security issues with $_SERVER.
I don't really know the details; the issue was reported to me by DGI when they were trying out connections with the arks-service server. Based on this and some other issues identified (e.g. #40) they estimated a lot more work they'd need to do, so I asked them to stop working on it.
Security issue identified by DGI:
$_GET
,$_SERVER
that then connects directly to a database without sanitation: arks-service/admin/rest.php at 0af91e1 · digitalutsc/arks-serviceThe text was updated successfully, but these errors were encountered: