This file is indexed.

/usr/share/gforge/db/20100517-add-project-widgets.sql is in gforge-db-postgresql 5.1.1-2.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- Projects

INSERT INTO owner_layouts (owner_id, owner_type, layout_id, is_default)
VALUES (1, 'g', 4, 1);

-- First column
INSERT INTO layouts_contents (owner_id, owner_type, layout_id, column_id, name, rank)
VALUES ('1','g', 4, 8, 'projectdescription', 0);

INSERT INTO layouts_contents (owner_id, owner_type, layout_id, column_id, name, rank)
VALUES ('1','g', 4, 8, 'projectinfo', 1);

INSERT INTO layouts_contents (owner_id, owner_type, layout_id, column_id, name, rank)
VALUES ('1','g', 4, 8, 'projectlatestfilereleases', 2);

INSERT INTO layouts_contents (owner_id, owner_type, layout_id, column_id, name, rank)
VALUES ('1','g', 4, 8, 'projectpublicareas', 3);

-- Second column
INSERT INTO layouts_contents (owner_id, owner_type, layout_id, column_id, name, rank)
VALUES ('1','g', 4, 9, 'projectmembers', 0);

INSERT INTO layouts_contents (owner_id, owner_type, layout_id, column_id, name, rank)
VALUES ('1','g', 4, 9, 'projectlatestnews', 1);