This file is indexed.

/usr/share/bug/monkeysign is in monkeysign 2.2.3+deb9u1.

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

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
#!/bin/sh

printf "\ndetailed monkeysign version information\n" >&3
# first try with monkeyscan, as it has everything monkeysign shows, but
# with extra GUI information
# if it fails, it will show why and then monkeysign will run normally
monkeyscan --version --debug 2>&3 || monkeysign --version --debug 2>&3

cat >&3 <<EOF

please also include a backtrace and full --debug information in case
of a crash or any failure.

WARNING: make sure you review the information included in the output for
confidential information. secret key material should never show up in
Monkeysign output, but public key material, including user identies like
pictures and email addresses may be shown.

also include the output of monkeysign --test if you run Monkeysign
older than 2.1.
EOF