Security Advisories (1)
CPANSA-GBrowse-2017-01 (2017-01-15)

An attacker is able to delete other users' accounts. No httponly cookie flag. Cross-site scripting vulnerability in generation of citation text.

$whole = $db->whole_segment ($segment,$settings);

Given a detail segment, return the whole seq_id that contains it

$region = $db->region_segment ($segment,$settings [,$whole]);

Given a detail segment and the current settings, return the region centered on the segment. The whole segment can be passed if desired -- this will avoid a redundant lookup.