1. 03 9月, 2014 5 次提交
    • K
      [FIXED SECURITY-122] · b119f865
      Kohsuke Kawaguchi 提交于
      Added "X-Content-Type-Options: nosniff" for serving user-generated
      contents to improve security a little bit
      b119f865
    • K
      [SECURITY-128] · c93635b9
      Kohsuke Kawaguchi 提交于
      Plugins that depend on LTS shouldn't be using this API.
      c93635b9
    • K
      [FIXED SECURITY-127] · 54d44502
      Kohsuke Kawaguchi 提交于
      CONFIGURE permission shouldn't allow the type of the job to be changed.
      That's more of CREATE+DELETE.
      
      In any case, the code doesn't correctly handling submitting config.xml
      for a different type.
      54d44502
    • K
      [SECURITY-87] · 31df138d
      Kohsuke Kawaguchi 提交于
      After talking to Jesse, he's OK with me bringing it back to public so
      long as we don't allow other programmatic dependencies to it.
      
      The intention of leaving them mutable is to allow admins to play with
      this in the groovy script during the initialization and at runtime.
      
      Groovy currently ignores the private access modifier anyway, but that is
      considered as a bug in the upstream
      (https://jira.codehaus.org/browse/GROOVY-3010)
      31df138d
    • K
      [FIXED SECURITY-128] · db757116
      Kohsuke Kawaguchi 提交于
      It may be that the 'newName' exists and just not visible to the user trying to do a rename
      db757116
  2. 01 9月, 2014 1 次提交
  3. 31 8月, 2014 1 次提交
  4. 30 8月, 2014 6 次提交
    • K
      [FIXED SECURITY-120] · 79c905e6
      Kohsuke Kawaguchi 提交于
      If Jenkins URL is set to https, force the secure flag. Also force the
      cookie to be HTTP only, which mitigates the damage that XSS can cause.
      
      See https://www.owasp.org/index.php/SecureFlag
      79c905e6
    • K
      [FIXED SECURITY-110] · b1803a95
      Kohsuke Kawaguchi 提交于
      Don't let UsernameNotFoundException vs BadCredentialsException
      difference to be seen by the caller, for that tells whether the user
      exists or not.
      
      But to assist trouble-shooting, do report that error to the server. UUID
      helps the user finds the information in the log file
      b1803a95
    • K
      [FIXED SECURITY-87] · 880e101b
      Kohsuke Kawaguchi 提交于
      Don't wait for a connection forever, which can cause the thread to hang forever if the upload link never arrives
      880e101b
    • K
      [FIXED SECURITY-149] · 9db1a1d1
      Kohsuke Kawaguchi 提交于
      ZeroClipboard 1.3.5 is rather incompatible with 1.1.7, and various API changes were needed.
      
       - setText() call doesn't work until the DOM is populated, which is at some unknown time AFAICT.
         installing it via the datarequested event avoids this problem.
       - constructor now demands the element to attach to, and it's unclear if relative positioning is working or not.
       - "display: inline-block" is needed for ZeroClipboard to correctly compute the height of the element
      9db1a1d1
    • K
      [FIXED SECURITY-138] · a6a7bec0
      Kohsuke Kawaguchi 提交于
      Protect default password value from users who are triggering builds.
      a6a7bec0
    • K
      [FIXED SECURITY-143] · 0f63c678
      Kohsuke Kawaguchi 提交于
      Coerce the parameter value to one of a legal value
      0f63c678
  5. 23 8月, 2014 2 次提交
  6. 21 8月, 2014 3 次提交
  7. 31 7月, 2014 1 次提交
  8. 12 2月, 2014 16 次提交
  9. 23 9月, 2013 2 次提交
  10. 17 9月, 2013 3 次提交