nocomplexity Profile Banner
NO Complexity Profile
NO Complexity

@nocomplexity

Followers
15
Following
343
Media
82
Statuses
438

https://t.co/o2uLik0FG0 is all about solving Business IT related challenges for our clients, people and communities in a changing world.

Apeldoorn, Netherlands
Joined October 2015
Don't wanna be here? Send us removal request.
@nocomplexity
NO Complexity
19 hours
@nocomplexity
NO Complexity
3 months
Some #nice #Python code: from subprocess import call as iamyourfriend returncode = iamyourfriend(["/usr/bin/sudo", "/usr/bin/id"]) Check #code on #vulnerabilities. #AlwaysWonder Use https://t.co/vSLq9Q6k1e #owasp #infosec #audit #sast
0
0
1
@nocomplexity
NO Complexity
4 days
Static Application Security Testing (SAST) is crucial for securing Python applications. SAST testing helps proactively identify vulnerabilities directly in the source code. #pydata #pycon #owasp https://t.co/vSLq9Q6k1e
Tweet card summary image
github.com
Codeaudit - Modern Python source code analyzer based on distrust. - nocomplexity/codeaudit
0
1
2
@nocomplexity
NO Complexity
9 days
Should you use GitLabs Static application security testing (SAST) for Python? Read: https://t.co/JOkjM5YwV1 Spoiler: No! Never trust, always verify so use the number one #FOSS SAST solution, Python Code Audit - https://t.co/vSLq9Q5MbG #pydata #pycon
0
1
2
@nocomplexity
NO Complexity
10 days
Python function: def dangerous_calculator(user_input): print(f"Entered: {user_input}") exec(user_input) Someone will do: dangerous_calculator("__import__('os').system('rm -rf /')") Always check code with Python Code Audit! https://t.co/vSLq9Q5MbG #pycon #appsec #infosec #risk
Tweet card summary image
github.com
Codeaudit - Modern Python source code analyzer based on distrust. - nocomplexity/codeaudit
0
1
1
@nocomplexity
NO Complexity
14 days
@nocomplexity
NO Complexity
3 months
import builtins b = builtins b.exec("2+2") Obfuscating usage of builtin #python calls… #Python #code #audit will find it! use https://t.co/vSLq9Q6k1e to find #security issues in Python code #cybersecurity #infosec #sast #owasp #cwe #cve #risk #malware
0
0
0
@nocomplexity
NO Complexity
15 days
Never do: func_name = input("Enter function to run: ") exec(f"{func_name}()") Using `exec` in Python code is the fastest way to turn your Python script into a remote code execution vulnerability. Read: https://t.co/Fazvqr3oNP #pycon #appsec #owasp
0
1
1
@nocomplexity
NO Complexity
17 days
To mitigate potential security risks with a balanced budget, security threat modelling is critical. Use the best (free) SAST for Python https://t.co/vSLq9Q6k1e #pydata #pycon #owasp
0
1
1
@nocomplexity
NO Complexity
18 days
Every Python package that is able to dynamically load code is suspicious by default! Use https://t.co/vSLq9Q6k1e to check what happens. #pycon #python #owasp #infosec #appsec #programming #sast
0
1
1
@nocomplexity
NO Complexity
21 days
@nocomplexity
NO Complexity
4 months
https://t.co/Ca8ICJhrhO_tracing() •sys.setprofile(), and •sys.settrace() These #python calls are powerful for #introspection. But they introduce significant #security and #safety risks if used improperly or #maliciously. So Use https://t.co/RrIP5cR8RS #infosec #owasp
0
1
2
@nocomplexity
NO Complexity
24 days
Is DySec the Future for securing the Python package repository? Check: https://t.co/ExJf5nyJDp #pycon #owasp #appsec
0
1
1
@nocomplexity
NO Complexity
25 days
Secure Coding Guidelines: Check and use them all! -it's free - See https://t.co/4ZetSjCCXY #python #rustprogramming #owasp
1
1
1
@nocomplexity
NO Complexity
27 days
Radical Open #Innovation News: The Anti-Ownership Ebook Economy A great read on how Publishers and #Platforms Have Reshaped the Way We Read in the Digital Age. With solutions for getting control back. Check https://t.co/RTuwdE0grm for all news bites. #cop30
0
1
1
@nocomplexity
NO Complexity
28 days
PyPitfall: Dependency Chaos and Software Supply Chain Vulnerabilities in Python – A critical review Read https://t.co/dW5BMdOHjW #python #appsec #owasp
0
1
2
@nocomplexity
NO Complexity
28 days
Radical Open Innovation News: The #PyPSA meets Earth initiative works on open modelling. Check https://t.co/RTuwdE0grm for all innovation news bites. #cop30 #python #programming
0
1
2
@nocomplexity
NO Complexity
30 days
@nocomplexity
NO Complexity
3 months
#python dynamic imports are a #potential #security issues. Use: importlib.import_module() This offers a better way to handle dynamic imports. Avoid using __import__ Do a #sast check on the code you use. Use the #free tool https://t.co/RrIP5cR8RS #vulnerability #infosec #owasp
0
1
1
@nocomplexity
NO Complexity
1 month
Make use of open security Foundations. Check https://t.co/swGvBiF6h7 #owasp #CyberSecurity
0
1
1
@nocomplexity
NO Complexity
1 month
The random module in Python is not for security or cryptographic purposes, such as generating session tokens or passwords. Use the free SAST Tool: Python Code Audit https://t.co/vSLq9Q5MbG To check on use of the random module in code #pycon #owasp #random
Tweet card summary image
github.com
Codeaudit - Modern Python source code analyzer based on distrust. - nocomplexity/codeaudit
0
1
1
@Fiona_coach
Fiona Markus
1 month
@nocomplexity
NO Complexity
1 month
Python does not implement privilege separation. Once an attacker is able to execute arbitrary Python code, the attacker gets the same privileges that is used to run the program. So use Python Code Audit- an advanced SAST tool https://t.co/H7ZcV0kESj #owasp #pycon #appsec
0
1
1
@nocomplexity
NO Complexity
1 month
Python does not implement privilege separation. Once an attacker is able to execute arbitrary Python code, the attacker gets the same privileges that is used to run the program. So use Python Code Audit- an advanced SAST tool https://t.co/H7ZcV0kESj #owasp #pycon #appsec
0
1
1