Skip to content
Commit b7dacb5d authored by Werner Koch's avatar Werner Koch Committed by Ingo Klöcker
Browse files

Do not use "guru" as debug level.

See this code from gnupg:

  else if (!strcmp (level, "guru") || numok)
    {
      opt.debug = ~0;
      /* Unless the "guru" string has been used we don't want to allow
         hashing debugging.  The rationale is that people tend to
         select the highest debug value and would then clutter their
         disk with debug files which may reveal confidential data.  */
      if (numok)
        opt.debug &= ~(DBG_HASHING_VALUE);
    }
parent bf2fb686
Pipeline #124597 passed with stage
in 1 minute and 21 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment