Tag archives: security

RSS feed of security

Never use python setup.py upload

Published Aug. 23, 2015 in Deployment, Development - Last update on Aug. 23, 2015.

In Python packaged projects where I work, I used to add a make register command for create a new version of my package. This launch a script I wrote which make the following things:

  1. Get the version number written in package
  2. Create a git tag
  3. Push the tag to the upstream
  4. Create a package
  5. Upload ...

Continue reading

StartSSL: Free SSL keys

Published April 20, 2015 in Web - Last update on July 6, 2015.

I have a HTTPS secure website and didn't want to pay for disable the ugly warning imposed by browser. My solution: StartSSL.com. It's a StartCom's webapp which deliver yearly SSL certificate for a single DNS.

It's a great non professional solution and has its disadvantages:

  • Authentication on website is made with ...

Continue reading