Skip to content

Commit

Permalink
New blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Foord authored and Michael Foord committed Dec 22, 2024
1 parent e07eaa1 commit 3a86bd0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _posts/2024-12-22-security-article-part-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
title: 'New Article: Essential Python Web Security Part 1'
---


![Security]({{ site.baseurl }}/images/web-security-1.png)

The [Open Source Initiative](https://opensource.net/) have published part one of an article of mine. The article is called "Essential Python Web Security" and it's part one of a series called "The Absolute Minimum Every Python Web Application Developer Must Know About Security". The subject is Full Stack Security for Python web applications, based on the Defence in Depth approach.

*This series explores the critical security principles every Python web developer should know. Whilst hard and fast rules, like avoiding plaintext passwords and custom security algorithms, are essential - a deeper understanding of broader security principles is equally important. This first pots delves into fundamental security best practises, ranging from general principles to specific Python-related techniques.*

* [Essential Python Web Security: Part 1](https://opensource.net/essential-python-web-security/)

Part 2, on Cryptographic Algorithms, will be published soon.

Special thanks to Gigaclear Ltd who sponsored the creation of this article. Also thanks to Dr David Mertz and Daniel Roy Greenfeld for reviewing this article prior to publication.
Binary file added images/web-security-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a86bd0

Please sign in to comment.