Hotfix/security (#37)

* vyměnit xml.etree.ElementTree za defusedxml.ElementTree

* zpátky xml.etree.ElementTree, ale přidáno # nosec; jde o false positive

* switch z ukládání hesel v registrech na používání QGIS Auth Manager
This commit is contained in:
2026-05-19 15:22:35 +02:00
committed by GitHub
parent c0d054d22a
commit 88149fbb30
2 changed files with 169 additions and 33 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
import os
import csv
import requests
import xml.etree.ElementTree as ET
import xml.etree.ElementTree as ET # nosec B314
import time
from qgis.core import QgsMessageLog, Qgis