tencentcloud-sdk-python-csip 3.0.1390__tar.gz → 3.0.1392__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/setup.py +1 -1
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud/csip/v20221121/models.py +2 -2
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-csip-3.0.1392/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-csip-3.0.1390/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/README.rst +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/setup.cfg +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-csip-3.0.1390 → tencentcloud-sdk-python-csip-3.0.1392}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1392"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Csip SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -4732,7 +4732,7 @@ class AssetViewVULRiskData(AbstractModel):
|
|
|
4732
4732
|
:type HandleTaskId: str
|
|
4733
4733
|
:param _EngineSource: 引擎来源
|
|
4734
4734
|
:type EngineSource: str
|
|
4735
|
-
:param _VulRiskId: 新的漏洞风险id(同全网漏洞表的
|
|
4735
|
+
:param _VulRiskId: 新的漏洞风险id(同全网漏洞表的RiskId)
|
|
4736
4736
|
:type VulRiskId: str
|
|
4737
4737
|
:param _TvdID: 新版漏洞id
|
|
4738
4738
|
:type TvdID: str
|
|
@@ -5192,7 +5192,7 @@ class AssetViewVULRiskData(AbstractModel):
|
|
|
5192
5192
|
|
|
5193
5193
|
@property
|
|
5194
5194
|
def VulRiskId(self):
|
|
5195
|
-
"""新的漏洞风险id(同全网漏洞表的
|
|
5195
|
+
"""新的漏洞风险id(同全网漏洞表的RiskId)
|
|
5196
5196
|
:rtype: str
|
|
5197
5197
|
"""
|
|
5198
5198
|
return self._VulRiskId
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1392
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1390
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|