Simplify IT -> https://nocomplexity.com/
I think Detecting and validating potential data exfiltration paths in Python applications is essential.
A critical step in mitigating #security and #privacy risks
github.com/nocomplexity...
Time to claim your seat and Save the date 15-10-2026
Check www.pycon-nl.org/schedule
Dive into the latest #Python stuff and meet fellow coders at #PyConNL
#utrecht #jaarbeurs #pycon
www.pycon-nl.org
Time to claim your seat and Save the date 15-10-2026
Check www.pycon-nl.org/schedule
Dive into the latest #Python stuff and meet fellow coders at #PyConNL
#utrecht #jaarbeurs #pycon
www.pycon-nl.org
nocomplexity.substack.com/p/how-to-saf...
#python #cybersecurity #appsec #codeaudit
nocomplexity.substack.com/p/how-to-saf...
#python #cybersecurity #appsec #codeaudit
Solve your problem situation, use this(free!) online system dynamics tool now.
nocomplexity.com/causalloopdi...
#nocomplexity #solve #your #problems #cybersecurity #cld
Solve your problem situation, use this(free!) online system dynamics tool now.
nocomplexity.com/causalloopdi...
#nocomplexity #solve #your #problems #cybersecurity #cld
Detecteer beveiligingsfouten in #Python voordat je er last van kan krijgen.
organisatieontwerp.nl/codeaudit/
Detecteer beveiligingsfouten in #Python voordat je er last van kan krijgen.
organisatieontwerp.nl/codeaudit/
The Tiny Python Trick That Blocks CSV DoS Attacks:
@validate_csv That’s it. The decorator runs a smart, fast and comprehensive set of checks before your function body executes.
medium.com/@maikelmardj...
#owasp #infosec #appsec #pycon #pydata
Check nocomplexity.com/documents/se...
#infosec #cybersec #security
Check nocomplexity.com/documents/se...
#infosec #cybersec #security
The majority of Python developers are not security experts, and nor should they have to be! However, AI tools offer little assistance, as LLMs are trained on massive amounts of insecure codebases.
nocomplexity.substack.com/p/defusing-x...
The majority of Python developers are not security experts, and nor should they have to be! However, AI tools offer little assistance, as LLMs are trained on massive amounts of insecure codebases.
nocomplexity.substack.com/p/defusing-x...
@validate_xml
github.com/nocomplexity...
@validate_xml
github.com/nocomplexity...
@validate_csv
def process_csv(csv_path):
text = Path(csv_path).read_text(encoding="utf-8")
return f"Processed {len(text.splitlines())} lines from {csv_path}"
github.com/nocomplexity...
@validate_csv
def process_csv(csv_path):
text = Path(csv_path).read_text(encoding="utf-8")
return f"Processed {len(text.splitlines())} lines from {csv_path}"
github.com/nocomplexity...
One simple line – validates size, depth, existence and JSON syntax
result = validate_json(”json_demo_files/valid.json”)
nocomplexity.substack.com/p/implementi...
#pydata #appsec #infosec #zerotrust
One simple line – validates size, depth, existence and JSON syntax
result = validate_json(”json_demo_files/valid.json”)
nocomplexity.substack.com/p/implementi...
#pydata #appsec #infosec #zerotrust
So Validate files before you use them.
github.com/nocomplexity...
#python #pycon #infosec #appsec
So check your code, run a quick #security check
github.com/nocomplexity...
So check your code, run a quick #security check
github.com/nocomplexity...
AI code reviews are limited: they cannot take into account the business context in which code runs and is used. That context is essential.
open.substack.com/pub/nocomple...
#PyTorch #pydata #pycon #owasp #mythos #appsec
Check our #Radical Open #Innovation News:
www.bm-support.org/roi-news-wee...
Check our #Radical Open #Innovation News:
www.bm-support.org/roi-news-wee...
I think this question should be asked by everyone who uses Python applications or who creates Python applications for others.
medium.com/@maikelmardj...
#python #foss #cybersecurity #cpython #psf
I think this question should be asked by everyone who uses Python applications or who creates Python applications for others.
medium.com/@maikelmardj...
#python #foss #cybersecurity #cpython #psf
I’ll want this detected in a Python #security code analyser.
So way I created github.com/nocomplexity...
#infosec
I’ll want this detected in a Python #security code analyser.
So way I created github.com/nocomplexity...
#infosec
I am interested in #Python #security #research.
#weaknesses in Python applications are never exposed or registered as #CVE. The process for registering a CVE is long, painful, and very time-consuming.
open.substack.com/pub/nocomple...
I am interested in #Python #security #research.
#weaknesses in Python applications are never exposed or registered as #CVE. The process for registering a CVE is long, painful, and very time-consuming.
open.substack.com/pub/nocomple...
The Case for 100% Transparent, Open-Source Python SAST
open.substack.com/pub/nocomple...
#python #security #pydata #gpl
The Case for 100% Transparent, Open-Source Python SAST
open.substack.com/pub/nocomple...
#python #security #pydata #gpl
SnakeCharmer, Python’s Lazy Imports, Fault Detection for C-Extended Python Projects, Uncovering Similar but Different Packages in #PyPI and more!
open.substack.com/pub/nocomple...
SnakeCharmer, Python’s Lazy Imports, Fault Detection for C-Extended Python Projects, Uncovering Similar but Different Packages in #PyPI and more!
open.substack.com/pub/nocomple...
The Case for 100% Transparent, Open-Source Python SAST
open.substack.com/pub/nocomple...
#python #security #pydata #gpl
The Case for 100% Transparent, Open-Source Python SAST
open.substack.com/pub/nocomple...
#python #security #pydata #gpl
Inside: Spying on kids to save kids from spying is very, very stupid; and more!
Archived at: pluralistic.net/2026/06/23/d...
#Pluralistic
1/
Dynamic imports are dangerous if you cannot validate upfront what is being imported.
Allowing dynamic module imports makes it easy for #attackers to execute arbitrary code.
nocomplexity.github.io/pythonsecuri...
Dynamic imports are dangerous if you cannot validate upfront what is being imported.
Allowing dynamic module imports makes it easy for #attackers to execute arbitrary code.
nocomplexity.github.io/pythonsecuri...
open.substack.com/pub/nocomple...
#codeberg #sourcehut #appsec
open.substack.com/pub/nocomple...
#codeberg #sourcehut #appsec
nocomplexity.github.io/pythonsecuri...
#python #code is not #securebydefault #pydata
nocomplexity.github.io/pythonsecuri...
#python #code is not #securebydefault #pydata