CheckmarxPythonSDK 0.9.4__tar.gz → 0.9.6__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.
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/projectsAPI.py +18 -2
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/CxOne/scaAPI.py +22 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/api.py +1 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +6 -6
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +1 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +3 -3
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +8 -8
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +1 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +6 -6
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +1 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +2 -2
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/CxScaApiSDK/api.py +2077 -0
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/utilities/httpRequests.py +1 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK.egg-info/SOURCES.txt +1 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/PKG-INFO +1 -1
- checkmarxpythonsdk-0.9.4/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -1870
- checkmarxpythonsdk-0.9.4/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/LICENSE +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/README.md +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/setup.cfg +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/setup.py +0 -0
- {checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/tests/test_sample.py +0 -0
{checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxOne/projectsAPI.py
RENAMED
|
@@ -147,7 +147,8 @@ def get_all_project_tags():
|
|
|
147
147
|
|
|
148
148
|
|
|
149
149
|
def get_last_scan_info(offset=0, limit=20, project_ids=None, application_id=None, scan_status=None,
|
|
150
|
-
branch=None, engine=None
|
|
150
|
+
branch=None, engine=None, sast_status=None, kics_status=None, sca_status=None,
|
|
151
|
+
apisec_status=None, microengines_status=None, containers_status=None):
|
|
151
152
|
"""
|
|
152
153
|
Get a key-value map, key=[project id], value=[last scan (based on the filter)]
|
|
153
154
|
|
|
@@ -161,6 +162,13 @@ def get_last_scan_info(offset=0, limit=20, project_ids=None, application_id=None
|
|
|
161
162
|
scan_status (str): Scan status, please look at the scans API description for status options
|
|
162
163
|
branch (str): Git branch of the scan
|
|
163
164
|
engine (str): Engine type of the scan
|
|
165
|
+
sast_status (str): Sast engine status, please look at the scans API description for status options
|
|
166
|
+
kics_status (str): Kics engine status, please look at the scans API description for status options
|
|
167
|
+
sca_status (str): Sca engine status, please look at the scans API description for status options
|
|
168
|
+
apisec_status (str): APISec engine status, please look at the scans API description for status options
|
|
169
|
+
microengines_status (str): Micro Engines engine status, please look at the scans API description for status
|
|
170
|
+
options
|
|
171
|
+
containers_status (str): Containers engine status, please look at the scans API description for status options
|
|
164
172
|
|
|
165
173
|
Returns:
|
|
166
174
|
dict
|
|
@@ -181,6 +189,14 @@ def get_last_scan_info(offset=0, limit=20, project_ids=None, application_id=None
|
|
|
181
189
|
relative_url += get_url_param("scan-status", scan_status)
|
|
182
190
|
relative_url += get_url_param("branch", branch)
|
|
183
191
|
relative_url += get_url_param("engine", engine)
|
|
192
|
+
|
|
193
|
+
relative_url += get_url_param("sast-status", engine)
|
|
194
|
+
relative_url += get_url_param("kics-status", engine)
|
|
195
|
+
relative_url += get_url_param("sca-status", engine)
|
|
196
|
+
relative_url += get_url_param("apisec-status", engine)
|
|
197
|
+
relative_url += get_url_param("microengines-status", engine)
|
|
198
|
+
relative_url += get_url_param("containers-status", engine)
|
|
199
|
+
|
|
184
200
|
response = get_request(relative_url=relative_url)
|
|
185
201
|
project_scan_map = response.json()
|
|
186
202
|
return {
|
|
@@ -195,7 +211,7 @@ def get_last_scan_info(offset=0, limit=20, project_ids=None, application_id=None
|
|
|
195
211
|
engines=value.get("engines"),
|
|
196
212
|
source_type=value.get("sourceType"),
|
|
197
213
|
source_origin=value.get("sourceOrigin")
|
|
198
|
-
)
|
|
214
|
+
) if value else None
|
|
199
215
|
for key, value in project_scan_map.items()
|
|
200
216
|
}
|
|
201
217
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
from ..CxScaApiSDK.api import (
|
|
2
|
+
Sca
|
|
3
|
+
)
|
|
4
|
+
from .httpRequests import (
|
|
5
|
+
get_request as get,
|
|
6
|
+
post_request as post,
|
|
7
|
+
put_request as put,
|
|
8
|
+
delete_request as delete,
|
|
9
|
+
)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class ScaAPI(Sca):
|
|
13
|
+
|
|
14
|
+
def __init__(self, get_request=get, post_request=post, put_request=put, delete_request=delete):
|
|
15
|
+
Sca.__init__(self, get_request=get, post_request=post, put_request=put, delete_request=delete)
|
|
16
|
+
self.get_request = get_request
|
|
17
|
+
self.post_request = post_request
|
|
18
|
+
self.put_request = put_request
|
|
19
|
+
self.delete_request = delete_request
|
|
20
|
+
|
|
21
|
+
def __str__(self):
|
|
22
|
+
return """ScaAPI()"""
|
|
@@ -37,7 +37,7 @@ def create_a_new_report_request(report_request):
|
|
|
37
37
|
"""
|
|
38
38
|
report_id = None
|
|
39
39
|
|
|
40
|
-
if not isinstance(report_request, CreateReportDTO):
|
|
40
|
+
if report_request and not isinstance(report_request, CreateReportDTO):
|
|
41
41
|
return report_id
|
|
42
42
|
|
|
43
43
|
relative_url = "/api/reports"
|
|
@@ -32,22 +32,22 @@ class CreateReportDTO(object):
|
|
|
32
32
|
filters (list of FilterDTO): nullable: true,
|
|
33
33
|
Filters to be applied in the report creation.
|
|
34
34
|
"""
|
|
35
|
-
if not isinstance(template_id, int):
|
|
35
|
+
if template_id and not isinstance(template_id, int):
|
|
36
36
|
raise ValueError("parameter template_id type should be int")
|
|
37
|
-
if not isinstance(output_format, str):
|
|
37
|
+
if output_format and not isinstance(output_format, str):
|
|
38
38
|
raise ValueError("parameter output type should be str")
|
|
39
|
-
if not isinstance(entity_id, (list, tuple)):
|
|
39
|
+
if entity_id and not isinstance(entity_id, (list, tuple)):
|
|
40
40
|
raise ValueError("parameter entity_id type should be list or tuple")
|
|
41
41
|
for entity in entity_id:
|
|
42
|
-
if not isinstance(entity, str):
|
|
42
|
+
if entity and not isinstance(entity, str):
|
|
43
43
|
raise ValueError("All entity id should be str")
|
|
44
|
-
if not isinstance(report_name, str):
|
|
44
|
+
if report_name and not isinstance(report_name, str):
|
|
45
45
|
raise ValueError("parameter report_name type should be str")
|
|
46
46
|
if filters:
|
|
47
47
|
if not isinstance(filters, (list, tuple)):
|
|
48
48
|
raise ValueError("parameter filters type should be list or tuple")
|
|
49
49
|
for a_filter in filters:
|
|
50
|
-
if not isinstance(a_filter, FilterDTO):
|
|
50
|
+
if a_filter and not isinstance(a_filter, FilterDTO):
|
|
51
51
|
raise ValueError("all filters should be FilterDTO")
|
|
52
52
|
|
|
53
53
|
if not (1 <= template_id <= 7):
|
|
@@ -46,7 +46,7 @@ class FilterDTO(object):
|
|
|
46
46
|
included_values (list of str, optional):
|
|
47
47
|
pattern (str, optional):
|
|
48
48
|
"""
|
|
49
|
-
if not isinstance(filter_type, int):
|
|
49
|
+
if filter_type and not isinstance(filter_type, int):
|
|
50
50
|
raise ValueError("parameter filter_type type should be int")
|
|
51
51
|
if excluded_values and not isinstance(excluded_values, (list, tuple)):
|
|
52
52
|
raise ValueError("parameter excluded_values type should be list or tuple")
|
{checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py
RENAMED
|
@@ -106,7 +106,7 @@ class EnginesAPI(object):
|
|
|
106
106
|
if not isinstance(dedications, list):
|
|
107
107
|
raise ValueError("parameter dedications should be a list of CxEngineDedication")
|
|
108
108
|
for dedication in dedications:
|
|
109
|
-
if not isinstance(dedication, CxEngineDedication):
|
|
109
|
+
if dedication and not isinstance(dedication, CxEngineDedication):
|
|
110
110
|
raise ValueError("member of dedications should be CxEngineDedication")
|
|
111
111
|
|
|
112
112
|
post_data = json.dumps(
|
|
@@ -216,7 +216,7 @@ class EnginesAPI(object):
|
|
|
216
216
|
if not isinstance(dedications, list):
|
|
217
217
|
raise ValueError("parameter dedications should be a list of CxEngineDedication")
|
|
218
218
|
for dedication in dedications:
|
|
219
|
-
if not isinstance(dedication, CxEngineDedication):
|
|
219
|
+
if dedication and not isinstance(dedication, CxEngineDedication):
|
|
220
220
|
raise ValueError("member of dedications should be CxEngineDedication")
|
|
221
221
|
relative_url = "/cxrestapi/sast/engineServers/{id}".format(id=engine_id)
|
|
222
222
|
put_data = json.dumps(
|
|
@@ -274,7 +274,7 @@ class EnginesAPI(object):
|
|
|
274
274
|
if not isinstance(dedications, list):
|
|
275
275
|
raise ValueError("parameter dedications should be a list of CxEngineDedication")
|
|
276
276
|
for dedication in dedications:
|
|
277
|
-
if not isinstance(dedication, CxEngineDedication):
|
|
277
|
+
if dedication and not isinstance(dedication, CxEngineDedication):
|
|
278
278
|
raise ValueError("member of dedications should be CxEngineDedication")
|
|
279
279
|
relative_url = "/cxrestapi/sast/engineServers/{id}".format(id=engine_id)
|
|
280
280
|
data = {}
|
{checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py
RENAMED
|
@@ -351,10 +351,10 @@ class GeneralAPI:
|
|
|
351
351
|
Id of result state(int)
|
|
352
352
|
"""
|
|
353
353
|
result = None
|
|
354
|
-
if not isinstance(translation_inputs, (list, tuple)):
|
|
354
|
+
if translation_inputs and not isinstance(translation_inputs, (list, tuple)):
|
|
355
355
|
raise ValueError("translation_inputs should be list or tuple")
|
|
356
356
|
for item in translation_inputs:
|
|
357
|
-
if not isinstance(item, CxTranslationInput):
|
|
357
|
+
if item and not isinstance(item, CxTranslationInput):
|
|
358
358
|
raise ValueError("member of translation_inputs should be CxTranslationInput")
|
|
359
359
|
|
|
360
360
|
result = None
|
|
@@ -384,10 +384,10 @@ class GeneralAPI:
|
|
|
384
384
|
bool
|
|
385
385
|
"""
|
|
386
386
|
is_successful = False
|
|
387
|
-
if not isinstance(translation_inputs, (list, tuple)):
|
|
387
|
+
if translation_inputs and not isinstance(translation_inputs, (list, tuple)):
|
|
388
388
|
raise ValueError("translation_inputs should be list or tuple")
|
|
389
389
|
for item in translation_inputs:
|
|
390
|
-
if not isinstance(item, CxTranslationInput):
|
|
390
|
+
if item and not isinstance(item, CxTranslationInput):
|
|
391
391
|
raise ValueError("member of translation_inputs should be CxTranslationInput")
|
|
392
392
|
patch_data = json.dumps(
|
|
393
393
|
{
|
|
@@ -448,10 +448,10 @@ class GeneralAPI:
|
|
|
448
448
|
Returns:
|
|
449
449
|
list
|
|
450
450
|
"""
|
|
451
|
-
if not isinstance(persistence_keys, list):
|
|
451
|
+
if persistence_keys and not isinstance(persistence_keys, list):
|
|
452
452
|
raise ValueError("parameter persistence_keys should be a list of str")
|
|
453
453
|
for item in persistence_keys:
|
|
454
|
-
if not isinstance(item, str):
|
|
454
|
+
if item and not isinstance(item, str):
|
|
455
455
|
raise ValueError("all member in persistence_keys should be a str")
|
|
456
456
|
result = None
|
|
457
457
|
relative_url = "/cxrestapi/userPersistence?"
|
|
@@ -474,10 +474,10 @@ class GeneralAPI:
|
|
|
474
474
|
|
|
475
475
|
"""
|
|
476
476
|
is_successful = False
|
|
477
|
-
if not isinstance(persistence_items, list):
|
|
477
|
+
if persistence_items and not isinstance(persistence_items, list):
|
|
478
478
|
raise ValueError("parameter persistence_items should be a list of CxUserPersistence")
|
|
479
479
|
for item in persistence_items:
|
|
480
|
-
if not isinstance(item, CxUserPersistence):
|
|
480
|
+
if item and not isinstance(item, CxUserPersistence):
|
|
481
481
|
raise ValueError("member in parameter persistence_items should be CxUserPersistence")
|
|
482
482
|
result = None
|
|
483
483
|
relative_url = "/cxrestapi/userPersistence"
|
{checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py
RENAMED
|
@@ -168,7 +168,7 @@ class ProjectsAPI(object):
|
|
|
168
168
|
"""
|
|
169
169
|
result = False
|
|
170
170
|
relative_url = "/cxrestapi/projects/{id}".format(id=project_id)
|
|
171
|
-
if not isinstance(custom_fields, (list, tuple)):
|
|
171
|
+
if custom_fields and not isinstance(custom_fields, (list, tuple)):
|
|
172
172
|
raise ValueError("parameter custom_fields should be a list of CxCustomField")
|
|
173
173
|
put_data = json.dumps(
|
|
174
174
|
{
|
{checkmarxpythonsdk-0.9.4 → checkmarxpythonsdk-0.9.6}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py
RENAMED
|
@@ -595,11 +595,11 @@ class ScansAPI(object):
|
|
|
595
595
|
CxError
|
|
596
596
|
"""
|
|
597
597
|
result = None
|
|
598
|
-
if not isinstance(failed_scan_emails, list):
|
|
598
|
+
if failed_scan_emails and not isinstance(failed_scan_emails, list):
|
|
599
599
|
raise ValueError("failed_scan_emails should be a list")
|
|
600
|
-
if not isinstance(before_scan_emails, list):
|
|
600
|
+
if before_scan_emails and not isinstance(before_scan_emails, list):
|
|
601
601
|
raise ValueError("before_scan_emails should be a list")
|
|
602
|
-
if not isinstance(after_scan_emails, list):
|
|
602
|
+
if after_scan_emails and not isinstance(after_scan_emails, list):
|
|
603
603
|
raise ValueError("after_scan_emails should be a list")
|
|
604
604
|
relative_url = "/cxrestapi/sast/scanSettings"
|
|
605
605
|
post_data = json.dumps(
|
|
@@ -668,11 +668,11 @@ class ScansAPI(object):
|
|
|
668
668
|
"""
|
|
669
669
|
result = None
|
|
670
670
|
relative_url = "/cxrestapi/sast/scanSettings"
|
|
671
|
-
if not isinstance(failed_scan_emails, list):
|
|
671
|
+
if failed_scan_emails and not isinstance(failed_scan_emails, list):
|
|
672
672
|
raise ValueError("failed_scan_emails should be a list")
|
|
673
|
-
if not isinstance(before_scan_emails, list):
|
|
673
|
+
if before_scan_emails and not isinstance(before_scan_emails, list):
|
|
674
674
|
raise ValueError("before_scan_emails should be a list")
|
|
675
|
-
if not isinstance(after_scan_emails, list):
|
|
675
|
+
if after_scan_emails and not isinstance(after_scan_emails, list):
|
|
676
676
|
raise ValueError("after_scan_emails should be a list")
|
|
677
677
|
put_data = json.dumps(
|
|
678
678
|
{
|
|
@@ -34,7 +34,7 @@ class CxEngineServer(object):
|
|
|
34
34
|
if not isinstance(dedications, list):
|
|
35
35
|
raise ValueError("parameter dedications should be a list of CxEngineDedication")
|
|
36
36
|
for item in dedications:
|
|
37
|
-
if not isinstance(item, CxEngineDedication):
|
|
37
|
+
if item and not isinstance(item, CxEngineDedication):
|
|
38
38
|
raise ValueError("member of dedications should be CxEngineDedication")
|
|
39
39
|
|
|
40
40
|
self.id = engine_server_id
|
|
@@ -7,9 +7,9 @@ class CxUserPersistence(object):
|
|
|
7
7
|
key (str):
|
|
8
8
|
value (str):
|
|
9
9
|
"""
|
|
10
|
-
if not isinstance(key, str):
|
|
10
|
+
if key and not isinstance(key, str):
|
|
11
11
|
raise ValueError("parameter key should be str")
|
|
12
|
-
if not isinstance(value, str):
|
|
12
|
+
if value and not isinstance(value, str):
|
|
13
13
|
raise ValueError("parameter value should be str")
|
|
14
14
|
self.key = key
|
|
15
15
|
self.value = value
|