diff --git a/README.md b/README.md index 082dca2..ef8dd95 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ This app implements investigative and containment actions on a Cisco ISE device "name": "guestUser", "guestInfo": { "userName": "DS3ewdsa34wWE", - "password": "asdlkj324ew", + "password": "asdlkj324ew", # pragma: allowlist secret "enabled": true }, "guestAccessInfo": { @@ -122,7 +122,7 @@ This app implements investigative and containment actions on a Cisco ISE device "enabled": true, "password": "*******", "changePassword": true, - "passwordIDStore": "Internal Users" + "passwordIDStore": "Internal Users" # pragma: allowlist secret } } @@ -152,7 +152,7 @@ This app implements investigative and containment actions on a Cisco ISE device "pushIdSupport": false }, "tacacsSettings": { - "sharedSecret": "aaa" + "sharedSecret": "aaa" # pragma: allowlist secret }, "profileName": "Cisco", "NetworkDeviceIPList": [ diff --git a/ciscoise.json b/ciscoise.json index d73308e..127614d 100644 --- a/ciscoise.json +++ b/ciscoise.json @@ -1903,30 +1903,10 @@ "module": "Cerberus", "input_file": "wheels/py3/Cerberus-1.3.4-py3-none-any.whl" }, - { - "module": "certifi", - "input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl" - }, - { - "module": "chardet", - "input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl" - }, - { - "module": "idna", - "input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl" - }, - { - "module": "requests", - "input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl" - }, { "module": "setuptools", "input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl" }, - { - "module": "urllib3", - "input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl" - }, { "module": "xmltodict", "input_file": "wheels/shared/xmltodict-0.12.0-py2.py3-none-any.whl" @@ -1939,29 +1919,9 @@ "module": "Cerberus", "input_file": "wheels/py3/Cerberus-1.3.4-py3-none-any.whl" }, - { - "module": "certifi", - "input_file": "wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl" - }, - { - "module": "chardet", - "input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl" - }, - { - "module": "idna", - "input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl" - }, - { - "module": "requests", - "input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl" - }, { "module": "setuptools", - "input_file": "wheels/py3/setuptools-60.8.2-py3-none-any.whl" - }, - { - "module": "urllib3", - "input_file": "wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl" + "input_file": "wheels/py3/setuptools-69.0.2-py3-none-any.whl" }, { "module": "xmltodict", diff --git a/manual_readme_content.md b/manual_readme_content.md index ecafcd0..4cc9e20 100644 --- a/manual_readme_content.md +++ b/manual_readme_content.md @@ -82,7 +82,7 @@ "name": "guestUser", "guestInfo": { "userName": "DS3ewdsa34wWE", - "password": "asdlkj324ew", + "password": "asdlkj324ew", # pragma: allowlist secret "enabled": true }, "guestAccessInfo": { @@ -110,7 +110,7 @@ "enabled": true, "password": "*******", "changePassword": true, - "passwordIDStore": "Internal Users" + "passwordIDStore": "Internal Users" # pragma: allowlist secret } } @@ -140,7 +140,7 @@ "pushIdSupport": false }, "tacacsSettings": { - "sharedSecret": "aaa" + "sharedSecret": "aaa" # pragma: allowlist secret }, "profileName": "Cisco", "NetworkDeviceIPList": [ diff --git a/wheels/py3/setuptools-60.8.2-py3-none-any.whl b/wheels/py3/setuptools-60.8.2-py3-none-any.whl deleted file mode 100644 index a64ea49..0000000 Binary files a/wheels/py3/setuptools-60.8.2-py3-none-any.whl and /dev/null differ diff --git a/wheels/py3/setuptools-69.0.2-py3-none-any.whl b/wheels/py3/setuptools-69.0.2-py3-none-any.whl new file mode 100644 index 0000000..a609341 Binary files /dev/null and b/wheels/py3/setuptools-69.0.2-py3-none-any.whl differ diff --git a/wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl b/wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl deleted file mode 100644 index fbcb86b..0000000 Binary files a/wheels/shared/certifi-2021.10.8-py2.py3-none-any.whl and /dev/null differ diff --git a/wheels/shared/chardet-3.0.4-py2.py3-none-any.whl b/wheels/shared/chardet-3.0.4-py2.py3-none-any.whl deleted file mode 100644 index d276977..0000000 Binary files a/wheels/shared/chardet-3.0.4-py2.py3-none-any.whl and /dev/null differ diff --git a/wheels/shared/idna-2.10-py2.py3-none-any.whl b/wheels/shared/idna-2.10-py2.py3-none-any.whl deleted file mode 100644 index 41225cb..0000000 Binary files a/wheels/shared/idna-2.10-py2.py3-none-any.whl and /dev/null differ diff --git a/wheels/shared/requests-2.25.0-py2.py3-none-any.whl b/wheels/shared/requests-2.25.0-py2.py3-none-any.whl deleted file mode 100644 index c3f28e5..0000000 Binary files a/wheels/shared/requests-2.25.0-py2.py3-none-any.whl and /dev/null differ diff --git a/wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl b/wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl deleted file mode 100644 index bad52ab..0000000 Binary files a/wheels/shared/urllib3-1.26.8-py2.py3-none-any.whl and /dev/null differ