NTP users are strongly urged to take immediate action to ensure that their NTP daemons are not susceptible to being used in distributed denial-of-service (DDoS) attacks. Please also take this opportunity to defeat denial-of-service attacks by implementing Ingress and Egress filtering through BCP38.
ntp-4.2.8p15
was released on 23 June 2020. It addresses 1 medium-severity security issue in ntpd, and provides 13 non-security bugfixes over 4.2.8p13.
Are you using Autokey in production? If so, please contact Harlan - he's got some questions for you.
Package TWiki::UI::Oops
UI delegate for oops function
oops
command handler.
This method is designed to be invoked via the
UI::run
method.
CGI parameters:
template |
name of template to use |
paramN |
Parameter for expansion of template |
%PARAMn% tags will be expanded in the template using the 'paramN'
values in the query.
StaticMethod oops ($session,$web,$topic,$query,$keep)
The body of an oops script call, abstracted out so it can be called for
the case where an oops is required, but all the parameters in the query
must be saved for passing on to another URL invoked from a form in
the template. If $keep is defined, it must be a reference to a hash
(usually an oopsexception) that defines the parameters to the
script (template, def etc). In this case, all the parameters in
the
$query
are added as hiddens into the expanded template.