This file is indexed.

/usr/share/dput/helper/security-warning is in dput 0.9.6.2ubuntu1.

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

cat << __END__
Do NOT upload a package to the security upload queues without prior 
authorization from the security team.
See the following URL for instructions:
http://www.debian.org/doc/developers-reference/pkgs#bug-security
Please enter "really upload" (without the quotes) to proceed with the
upload.
__END__

read really_upload

[ "xreally upload" = "x${really_upload}" ]