Add bandit and defusedxml notes + update python.

This commit is contained in:
2022-03-20 17:40:59 +01:00
parent 47ed93bf21
commit 5e977d44a4
3 changed files with 72 additions and 1 deletions

13
20220306172443-bandit.org Normal file
View File

@@ -0,0 +1,13 @@
:PROPERTIES:
:ID: 113a938e-3fb2-45cb-ae6e-41801418139b
:mtime: 20220306172631
:ctime: 20220306172443
:END:
#+title: bandit
* Introduction
Bandit est un OSS détectant les failles de sécurité via l'analyse statique de code python.
* Références
* [[https://github.com/PyCQA/bandit][Github]]