[Python-checkins] [python/cpython] 4538dd: Fix bpo-29528 Use a secure variable to stop spam (...

GitHub noreply at github.com
Fri Feb 10 19:58:36 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 4538ddcacc8e8f00d5d36d7bc84e551a56ce6da2
      https://github.com/python/cpython/commit/4538ddcacc8e8f00d5d36d7bc84e551a56ce6da2
  Author: Donald Stufft <donald at stufft.io>
  Date:   2017-02-11 (Sat, 11 Feb 2017)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix bpo-29528 Use a secure variable to stop spam (#13)

If the IRC notification is stored in plaintext, then anyone who forks
the repository and also adds it to travis will send notifications to
the IRC channel for their fork by default. Since the secure variable
is encrypted using a repository specific key, this will only work when
it is being built using the correct repository.




More information about the Python-checkins mailing list