Wednesday, February 19, 2020

Test and Code: 101: Application Security - Anthony Shaw

Application security is best designed into a system from the start.
Anthony Shaw is doing something about it by creating an editor plugin that actually helps you write more secure application code while you are coding.

On today's Test & Code, Anthony and I discuss his security plugin, but also application security in general, as well as other security components you need to consider.

Security is something every team needs to think about, whether you are a single person team, a small startup, or a large corporation.

Anthony and I also discuss where to start if it's just a few of you, or even just one of you.

Topics include:

  • Finding security risks while writing code.
  • What are the risks for your applications.
  • Thinking about attack surfaces.
  • Static and dynamic code analysis.
  • Securing the environment an app is running in.
  • Tools for scanning live sites for vulnerabilities.
  • Secret management.
  • Hashing algorithms.
  • Authentication systems.
  • and Anthony's upcoming cPython Internals book.

Special Guest: Anthony Shaw.

Sponsored By:

Support Test & Code: Python Software Testing & Engineering

Links:

<p>Application security is best designed into a system from the start.<br> Anthony Shaw is doing something about it by creating an editor plugin that actually helps you write more secure application code while you are coding.</p> <p>On today&#39;s Test &amp; Code, Anthony and I discuss his security plugin, but also application security in general, as well as other security components you need to consider.</p> <p>Security is something every team needs to think about, whether you are a single person team, a small startup, or a large corporation.</p> <p>Anthony and I also discuss where to start if it&#39;s just a few of you, or even just one of you.</p> <p>Topics include:</p> <ul> <li>Finding security risks while writing code.</li> <li>What are the risks for your applications.</li> <li>Thinking about attack surfaces.</li> <li>Static and dynamic code analysis.</li> <li>Securing the environment an app is running in.</li> <li>Tools for scanning live sites for vulnerabilities.</li> <li>Secret management.</li> <li>Hashing algorithms.</li> <li>Authentication systems.</li> <li>and Anthony&#39;s upcoming cPython Internals book.</li> </ul><p>Special Guest: Anthony Shaw.</p><p>Sponsored By:</p><ul><li><a href="https://ift.tt/2HkDfmy" rel="nofollow">Oxylabs</a>: <a href="https://ift.tt/2HkDfmy" rel="nofollow">Visit oxylabs.io/testandcode to find out more about their services and to apply for a free trial of their Next-Generation Residential Proxies.</a></li></ul><p><a href="https://ift.tt/2tzXV5e" rel="payment">Support Test & Code: Python Software Testing & Engineering</a></p><p>Links:</p><ul><li><a href="https://ift.tt/2P5Dy9a" title="Python Security - plugin for PyCharm" rel="nofollow">Python Security - plugin for PyCharm</a></li><li><a href="https://ift.tt/2yNITJI" title="Bandit" rel="nofollow">Bandit</a></li><li><a href="https://ift.tt/2gCAsrT" title="Hack The Box " rel="nofollow">Hack The Box </a></li></ul>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...