mirror of
https://github.com/ARUP-CAS/aiscr-qgis-amcr-viewer.git
synced 2026-06-19 04:12:55 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user