• K
    [SECURITY-49] Deprecating Jenkins.getSecretKey() · a9aff088
    Kohsuke Kawaguchi 提交于
    We are replacing it by the ConfidentialStore class and the
    ConfidentialKey class, which provides purpose-specific confidential
    information that are separated from each other.
    
    In this way, not all eggs are in one basket, and in case of a
    compromise, the impact will contained.
    
    Also replaced several insecure use of digest(secret|messsage) or
    digest(message|secret) by HMAC.
    a9aff088
pom.xml 29.6 KB