Merge "Replaces Huawei driver XML with defusedxml"

This commit is contained in:
Zuul 2024-04-29 20:53:43 +00:00 committed by Gerrit Code Review
commit 6478105f0d
4 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,7 @@
# under the License.
"""Huawei Nas Driver for Huawei storage arrays."""
from xml.etree import ElementTree as ET
from defusedxml import ElementTree as ET
from oslo_config import cfg
from oslo_log import log
from oslo_utils import importutils

View File

@ -17,8 +17,8 @@ import base64
import copy
import requests
import time
from xml.etree import ElementTree as ET
from defusedxml import ElementTree as ET
from oslo_log import log
from oslo_serialization import jsonutils

View File

@ -25,8 +25,8 @@ from unittest import mock
import xml.dom.minidom
import ddt
from defusedxml import ElementTree as ET
from oslo_serialization import jsonutils
from xml.etree import ElementTree as ET
from manila.common import constants as common_constants
from manila import context

View File

@ -10,6 +10,7 @@
pbr>=5.5.0 # Apache-2.0
alembic>=1.4.2 # MIT
defusedxml>=0.7.1 # PSFL
eventlet>=0.26.1 # MIT
greenlet>=0.4.16 # MIT
lxml>=4.5.2 # BSD