Home
last modified time | relevance | path

Searched refs:cve_id (Results 1 – 3 of 3) sorted by relevance

/web-bugs/include/
H A Dquery.php38 $cve_id = (!empty($_GET['cve_id']) && is_string($_GET['cve_id'])) ? $_GET['cve_id'] : ''; variable
185 if ($cve_id != '') {
186 $where_clause .= " AND bugdb.cve_id {$cve_id_not} LIKE " . $dbh->quote($cve_id.'%');
/web-bugs/www/
H A Dsearch.php80 'cve_id' => urlencode($cve_id),
299 …<input type="text" name="cve_id" value="<?php echo htmlspecialchars($cve_id, ENT_COMPAT, 'UTF-8');…
/web-bugs/sql/
H A Dschema.sql22 cve_id varchar(15) default NULL, field

Completed in 10 milliseconds