This file is indexed.

/usr/share/gforge/db/20140513-remove-membership-to-implicit-roles.sql is in gforge-db-postgresql 5.3.2+20141104-3+deb8u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
-- Remove membership to 'Anonymous' and 'LoggedIn' roles, probably due to a bug in old versions
DELETE FROM pfo_user_role WHERE role_id IN
  (SELECT role_id FROM pfo_role WHERE role_class IN
    (SELECT class_id FROM pfo_role_class WHERE class_name != 'PFO_RoleExplicit'));