credentialsbinding.Binding abstract class allows variable name to be null

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The org.jenkinsci.plugins.credentialsbinding.Binding abstract class never validates that the variable parameter/field is non-null. This causes a bug in all of its subclasses (FileBinding, StringBinding, UsernamePasswordBinding, etc.) where if the user doesn't include a variable in the constructor, it tries to use null.

      Masking supported pattern matches of $null

      Instead, it should throw a proper exception in the constructor if variable is null or empty.

            Assignee:
            Unassigned
            Reporter:
            Jesse Rittner
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: