CheckmarxPythonSDK 1.5.2__tar.gz → 1.5.4__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-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +2 -2
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +3 -3
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +3 -3
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +2 -2
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/projectsAPI.py +3 -3
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +1 -1
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +11 -11
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/api.py +4 -4
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +2 -2
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +9 -11
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +3 -3
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxScaApiSDK/api.py +3 -3
- checkmarxpythonsdk-1.5.4/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/configuration.py +2 -1
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK.egg-info/PKG-INFO +9 -9
- checkmarxpythonsdk-1.5.4/CheckmarxPythonSDK.egg-info/requires.txt +11 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/PKG-INFO +9 -9
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/README.md +2 -2
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/setup.py +6 -6
- checkmarxpythonsdk-1.5.2/CheckmarxPythonSDK/__version__.py +0 -1
- checkmarxpythonsdk-1.5.2/CheckmarxPythonSDK.egg-info/requires.txt +0 -11
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/CodeRepositoryProjectImportAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/accessManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/byorResultsHandlerV2API.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/customStateAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AddAssignmentRoles.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Assignment.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AssignmentsForResource.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AssignmentsWithBaseRoles.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/BaseRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/BaseRolesResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ByorJob.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ByorJobPatchRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Client.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ClientWithResource.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ClientsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccount.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccountLog.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CloudInsightContainer.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CloudInsightCreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CloudInsightEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ContributorInsights.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ContributorScmInsights.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ContributorUnfamiliarProjects.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CreateRoleRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/CustomState.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/EffectivePermissionsForResourceResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/EntitiesForExtendedResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/EntityRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/EntityType.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/GroupWithResource.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/GroupsResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/GroupsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/InternalClient.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/InternalGroup.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/InternalUser.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/KicsResultCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/MultipleAssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountLogsListResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountsListResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PaginatedContainersListResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PaginatedResourcesList.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ProtocolMappersRepresentation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Resource.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResourceType.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/RoleWithDetails.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/TriageRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/TriageResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/User.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/UserWithResource.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/VersionsOut.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WebHook.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WebHookConfig.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WebHookEvent.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WebHookInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WebHooksCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/versionsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/webhookAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/api_client.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/LICENSE +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/tests/test_sample.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
2
2
|
import os
|
|
3
3
|
import json
|
|
4
|
-
from typing import List
|
|
4
|
+
from typing import List, Union
|
|
5
5
|
from requests_toolbelt import MultipartEncoder
|
|
6
6
|
|
|
7
7
|
from CheckmarxPythonSDK.utilities.compat import OK, NO_CONTENT, CREATED
|
|
@@ -1076,7 +1076,7 @@ class AccessControl:
|
|
|
1076
1076
|
]
|
|
1077
1077
|
return result
|
|
1078
1078
|
|
|
1079
|
-
def get_role_id_by_name(self, name: str
|
|
1079
|
+
def get_role_id_by_name(self, name: Union[str, List[str]]) -> Union[int, List[int], None]:
|
|
1080
1080
|
"""
|
|
1081
1081
|
|
|
1082
1082
|
Args:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import List
|
|
1
|
+
from typing import List, Union
|
|
2
2
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
3
3
|
from CheckmarxPythonSDK.CxODataApiSDK.config import construct_configuration
|
|
4
4
|
|
|
@@ -42,7 +42,7 @@ class ResultsODataAPI(object):
|
|
|
42
42
|
|
|
43
43
|
def get_the_query_that_was_run_for_a_particular_unique_scan_result(
|
|
44
44
|
self, result_id: int, scan_id: int
|
|
45
|
-
) -> str
|
|
45
|
+
) -> Union[str, None]:
|
|
46
46
|
"""
|
|
47
47
|
Requested result: selects a particular unique scan result and lists the query (SQL Injection, etc.) that was run
|
|
48
48
|
|
|
@@ -304,7 +304,7 @@ def get_results_for_a_specific_scan_id(scan_id: int) -> List[dict]:
|
|
|
304
304
|
|
|
305
305
|
def get_the_query_that_was_run_for_a_particular_unique_scan_result(
|
|
306
306
|
result_id: int, scan_id: int
|
|
307
|
-
) -> str
|
|
307
|
+
) -> Union[str, None]:
|
|
308
308
|
return ResultsODataAPI().get_the_query_that_was_run_for_a_particular_unique_scan_result(
|
|
309
309
|
result_id=result_id, scan_id=scan_id
|
|
310
310
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
2
2
|
from CheckmarxPythonSDK.CxOne.config import construct_configuration
|
|
3
3
|
import json
|
|
4
|
-
from typing import List
|
|
4
|
+
from typing import List, Union
|
|
5
5
|
from ...utilities.compat import CREATED, OK, NO_CONTENT
|
|
6
6
|
from ..utilities import get_url_param, type_check
|
|
7
7
|
from .url import api_url
|
|
@@ -83,7 +83,7 @@ class UsersAPI(object):
|
|
|
83
83
|
return [construct_user(user) for user in users]
|
|
84
84
|
|
|
85
85
|
@staticmethod
|
|
86
|
-
def filter_user_id_by_name(users: List[User], username: str) -> str
|
|
86
|
+
def filter_user_id_by_name(users: List[User], username: str) -> Union[str, None]:
|
|
87
87
|
"""
|
|
88
88
|
|
|
89
89
|
Args:
|
|
@@ -386,7 +386,7 @@ def get_users(
|
|
|
386
386
|
)
|
|
387
387
|
|
|
388
388
|
|
|
389
|
-
def filter_user_id_by_name(users: List[User], username: str) -> str
|
|
389
|
+
def filter_user_id_by_name(users: List[User], username: str) -> Union[str, None]:
|
|
390
390
|
return UsersAPI().filter_user_id_by_name(users=users, username=username)
|
|
391
391
|
|
|
392
392
|
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from dataclasses import dataclass
|
|
2
|
-
from typing import List
|
|
2
|
+
from typing import List, Union
|
|
3
3
|
from .Git import Git
|
|
4
4
|
from .Upload import Upload
|
|
5
5
|
from .Project import Project
|
|
@@ -18,7 +18,7 @@ class ScanInput:
|
|
|
18
18
|
tags (dict): A JSON object containing a list of the tags associated with the scan, in key-value format.
|
|
19
19
|
"""
|
|
20
20
|
type: str
|
|
21
|
-
handler: Git
|
|
21
|
+
handler: Union[Git, Upload]
|
|
22
22
|
project: Project = None
|
|
23
23
|
configs: List[ScanConfig] = None
|
|
24
24
|
tags: dict = None
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxOne/projectsAPI.py
RENAMED
|
@@ -9,7 +9,7 @@ from .dto import (
|
|
|
9
9
|
RichProject, construct_rich_project,
|
|
10
10
|
construct_subset_scan
|
|
11
11
|
)
|
|
12
|
-
from typing import List
|
|
12
|
+
from typing import List, Union
|
|
13
13
|
|
|
14
14
|
api_url = "/api/projects"
|
|
15
15
|
|
|
@@ -110,7 +110,7 @@ class ProjectsAPI(object):
|
|
|
110
110
|
response = self.api_client.get_request(relative_url=relative_url, params=params)
|
|
111
111
|
return construct_projects_collection(response.json())
|
|
112
112
|
|
|
113
|
-
def get_project_id_by_name(self, name: str) -> str
|
|
113
|
+
def get_project_id_by_name(self, name: str) -> Union[str, None]:
|
|
114
114
|
"""
|
|
115
115
|
|
|
116
116
|
Args:
|
|
@@ -401,7 +401,7 @@ def get_a_list_of_projects(
|
|
|
401
401
|
)
|
|
402
402
|
|
|
403
403
|
|
|
404
|
-
def get_project_id_by_name(name) -> str
|
|
404
|
+
def get_project_id_by_name(name) -> Union[str, None]:
|
|
405
405
|
return ProjectsAPI().get_project_id_by_name(name=name)
|
|
406
406
|
|
|
407
407
|
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
Start from 9.0, Portal SOAP API needs Bear Token for authentication
|
|
6
6
|
"""
|
|
7
7
|
from os.path import exists
|
|
8
|
-
from typing import List
|
|
8
|
+
from typing import List, Union
|
|
9
9
|
from CheckmarxPythonSDK.configuration import Configuration
|
|
10
|
-
from CheckmarxPythonSDK.
|
|
10
|
+
from CheckmarxPythonSDK.CxPortalSoapApiSDK.config import construct_configuration
|
|
11
11
|
from .zeepClient import ZeepClient
|
|
12
12
|
|
|
13
13
|
|
|
@@ -621,7 +621,7 @@ class CxPortalWebService(object):
|
|
|
621
621
|
def get_query_id_by_language_group_and_query_name(
|
|
622
622
|
query_collections: List[dict], language: str, package_type_name: str, package_name: str,
|
|
623
623
|
query_name: str
|
|
624
|
-
) -> int
|
|
624
|
+
) -> Union[int, None]:
|
|
625
625
|
"""
|
|
626
626
|
|
|
627
627
|
Args:
|
|
@@ -689,7 +689,7 @@ class CxPortalWebService(object):
|
|
|
689
689
|
|
|
690
690
|
def get_name_of_user_who_marked_false_positive_from_comments_history(
|
|
691
691
|
self, scan_id: int, path_id: int
|
|
692
|
-
) -> str
|
|
692
|
+
) -> Union[str, None]:
|
|
693
693
|
"""
|
|
694
694
|
|
|
695
695
|
Args:
|
|
@@ -975,7 +975,7 @@ class CxPortalWebService(object):
|
|
|
975
975
|
version = int(version)
|
|
976
976
|
return version
|
|
977
977
|
|
|
978
|
-
def import_preset(self, imported_file_path: str) -> dict
|
|
978
|
+
def import_preset(self, imported_file_path: str) -> Union[dict, None]:
|
|
979
979
|
"""
|
|
980
980
|
|
|
981
981
|
Args:
|
|
@@ -998,7 +998,7 @@ class CxPortalWebService(object):
|
|
|
998
998
|
"importQueryStatus": response["importQueryStatus"]
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
|
-
def import_queries(self, imported_file_path: str) -> dict
|
|
1001
|
+
def import_queries(self, imported_file_path: str) -> Union[dict, None]:
|
|
1002
1002
|
"""
|
|
1003
1003
|
|
|
1004
1004
|
Args:
|
|
@@ -1192,9 +1192,9 @@ def get_query_collection() -> dict:
|
|
|
1192
1192
|
def get_query_id_by_language_group_and_query_name(
|
|
1193
1193
|
query_collections: List[dict], language: str, package_type_name: str, package_name: str,
|
|
1194
1194
|
query_name: str
|
|
1195
|
-
) -> int
|
|
1195
|
+
) -> Union[int, None]:
|
|
1196
1196
|
return CxPortalWebService().get_query_id_by_language_group_and_query_name(
|
|
1197
|
-
query_collections=query_collections, language=language, package_type_name=
|
|
1197
|
+
query_collections=query_collections, language=language, package_type_name=package_type_name,
|
|
1198
1198
|
package_name=package_name, query_name=query_name
|
|
1199
1199
|
)
|
|
1200
1200
|
|
|
@@ -1209,7 +1209,7 @@ def get_cx_description_by_query_id():
|
|
|
1209
1209
|
|
|
1210
1210
|
def get_name_of_user_who_marked_false_positive_from_comments_history(
|
|
1211
1211
|
scan_id: int, path_id: int
|
|
1212
|
-
) -> str
|
|
1212
|
+
) -> Union[str, None]:
|
|
1213
1213
|
return CxPortalWebService().get_name_of_user_who_marked_false_positive_from_comments_history(
|
|
1214
1214
|
scan_id=scan_id, path_id=path_id
|
|
1215
1215
|
)
|
|
@@ -1251,11 +1251,11 @@ def get_version_number_as_int() -> int:
|
|
|
1251
1251
|
return CxPortalWebService().get_version_number_as_int()
|
|
1252
1252
|
|
|
1253
1253
|
|
|
1254
|
-
def import_preset(imported_file_path: str) -> dict
|
|
1254
|
+
def import_preset(imported_file_path: str) -> Union[dict, None]:
|
|
1255
1255
|
return CxPortalWebService().import_preset(imported_file_path=imported_file_path)
|
|
1256
1256
|
|
|
1257
1257
|
|
|
1258
|
-
def import_queries(imported_file_path: str) -> dict
|
|
1258
|
+
def import_queries(imported_file_path: str) -> Union[dict, None]:
|
|
1259
1259
|
return CxPortalWebService().import_queries(imported_file_path=imported_file_path)
|
|
1260
1260
|
|
|
1261
1261
|
|
|
@@ -3,7 +3,7 @@ from CheckmarxPythonSDK.CxRestAPISDK.config import construct_configuration
|
|
|
3
3
|
import time
|
|
4
4
|
import json
|
|
5
5
|
from CheckmarxPythonSDK.utilities.compat import (OK, CREATED)
|
|
6
|
-
|
|
6
|
+
from typing import Union
|
|
7
7
|
from .dto import (
|
|
8
8
|
CreateReportDTO,
|
|
9
9
|
)
|
|
@@ -35,7 +35,7 @@ class CxReporting(object):
|
|
|
35
35
|
report_content = response.content
|
|
36
36
|
return report_content
|
|
37
37
|
|
|
38
|
-
def create_a_new_report_request(self, report_request: CreateReportDTO) -> int
|
|
38
|
+
def create_a_new_report_request(self, report_request: CreateReportDTO) -> Union[int, None]:
|
|
39
39
|
"""
|
|
40
40
|
|
|
41
41
|
Args:
|
|
@@ -76,7 +76,7 @@ class CxReporting(object):
|
|
|
76
76
|
report_status = item.get("reportStatus")
|
|
77
77
|
return report_status
|
|
78
78
|
|
|
79
|
-
def get_report(self, report_request: CreateReportDTO) -> bytes
|
|
79
|
+
def get_report(self, report_request: CreateReportDTO) -> Union[bytes, None]:
|
|
80
80
|
"""
|
|
81
81
|
|
|
82
82
|
Args:
|
|
@@ -113,5 +113,5 @@ def retrieve_the_status_of_a_specific_report(report_id: int) -> str:
|
|
|
113
113
|
return CxReporting().retrieve_the_status_of_a_specific_report(report_id=report_id)
|
|
114
114
|
|
|
115
115
|
|
|
116
|
-
def get_report(report_request: CreateReportDTO) -> bytes
|
|
116
|
+
def get_report(report_request: CreateReportDTO) -> Union[bytes, None]:
|
|
117
117
|
return CxReporting().get_report(report_request=report_request)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import List
|
|
1
|
+
from typing import List, Union
|
|
2
2
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
3
3
|
from CheckmarxPythonSDK.CxRestAPISDK.config import construct_configuration, get_headers
|
|
4
4
|
import json
|
|
@@ -53,7 +53,7 @@ class ConfigurationAPI(object):
|
|
|
53
53
|
return result
|
|
54
54
|
|
|
55
55
|
def update_cx_component_configuration_settings(
|
|
56
|
-
self, group: str, key_value_list: List[dict]
|
|
56
|
+
self, group: str, key_value_list: Union[List[dict], List[CxSASTConfig]], api_version: str = "1.0"
|
|
57
57
|
) -> bool:
|
|
58
58
|
"""
|
|
59
59
|
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import List
|
|
1
|
+
from typing import List, Union
|
|
2
2
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
3
3
|
from CheckmarxPythonSDK.CxRestAPISDK.config import construct_configuration, get_headers
|
|
4
4
|
import os
|
|
@@ -31,7 +31,7 @@ class ProjectsAPI(object):
|
|
|
31
31
|
self.api_client = api_client
|
|
32
32
|
|
|
33
33
|
def get_all_project_details(
|
|
34
|
-
self, project_name: str = None, team_id: str
|
|
34
|
+
self, project_name: str = None, team_id: Union[str, int, None] = None,
|
|
35
35
|
show_also_deleted_projects: bool = False, api_version: str = "5.0"
|
|
36
36
|
) -> List[CxProject]:
|
|
37
37
|
"""
|
|
@@ -67,7 +67,7 @@ class ProjectsAPI(object):
|
|
|
67
67
|
return result
|
|
68
68
|
|
|
69
69
|
def create_project_with_default_configuration(
|
|
70
|
-
self, project_name: str, team_id: int
|
|
70
|
+
self, project_name: str, team_id: Union[int, str], is_public: bool = True, api_version: str = "5.0"
|
|
71
71
|
) -> CxCreateProjectResponse:
|
|
72
72
|
"""
|
|
73
73
|
REST API: create project
|
|
@@ -76,7 +76,7 @@ class ProjectsAPI(object):
|
|
|
76
76
|
project_name (str): Specifies the name of the project
|
|
77
77
|
team_id (int, str): Specifies the id of the team that owns the project
|
|
78
78
|
default to the id of the team full name in config.ini
|
|
79
|
-
is_public (
|
|
79
|
+
is_public (bool): Specifies whether the project is public or not
|
|
80
80
|
default True
|
|
81
81
|
api_version (str, optional):
|
|
82
82
|
|
|
@@ -112,14 +112,12 @@ class ProjectsAPI(object):
|
|
|
112
112
|
|
|
113
113
|
def get_project_id_by_project_name_and_team_full_name(
|
|
114
114
|
self, project_name: str, team_full_name: str
|
|
115
|
-
) -> int
|
|
115
|
+
) -> Union[int, None]:
|
|
116
116
|
"""
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
get project id by project name, and team full name
|
|
119
118
|
Args:
|
|
120
119
|
project_name (str): project name under one team, different teams may have projects of the same name
|
|
121
120
|
team_full_name (str): for example "/CxServer/SP/Company/Users"
|
|
122
|
-
|
|
123
121
|
Returns:
|
|
124
122
|
int: project id, if project not exists, return None
|
|
125
123
|
"""
|
|
@@ -133,7 +131,7 @@ class ProjectsAPI(object):
|
|
|
133
131
|
if all_projects and len(all_projects) > 0:
|
|
134
132
|
project_id = all_projects[0].project_id
|
|
135
133
|
return project_id
|
|
136
|
-
except NotFoundError:
|
|
134
|
+
except (NotFoundError, ValueError):
|
|
137
135
|
return None
|
|
138
136
|
|
|
139
137
|
def get_project_details_by_id(self, project_id: int, api_version: str = "5.0") -> CxProject:
|
|
@@ -161,7 +159,7 @@ class ProjectsAPI(object):
|
|
|
161
159
|
return result
|
|
162
160
|
|
|
163
161
|
def update_project_by_id(
|
|
164
|
-
self, project_id: int, project_name: str, team_id: int
|
|
162
|
+
self, project_id: int, project_name: str, team_id: Union[int, str], custom_fields: List[CxCustomField] = (),
|
|
165
163
|
api_version: str = "5.0"
|
|
166
164
|
) -> bool:
|
|
167
165
|
"""
|
|
@@ -274,7 +272,7 @@ class ProjectsAPI(object):
|
|
|
274
272
|
project_id = self.get_project_id_by_project_name_and_team_full_name(project_name, team_full_name)
|
|
275
273
|
|
|
276
274
|
if not project_id:
|
|
277
|
-
project = self.create_project_with_default_configuration(project_name, team_id, True)
|
|
275
|
+
project = self.create_project_with_default_configuration(project_name, team_id, is_public=True)
|
|
278
276
|
if project:
|
|
279
277
|
project_id = project.id
|
|
280
278
|
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from typing import List
|
|
1
|
+
from typing import List, Union
|
|
2
2
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
3
3
|
from CheckmarxPythonSDK.CxRestAPISDK.config import construct_configuration, get_headers
|
|
4
4
|
import os
|
|
@@ -159,7 +159,7 @@ class ScansAPI(object):
|
|
|
159
159
|
def get_last_scan_id_of_a_project(
|
|
160
160
|
self, project_id: int, only_finished_scans: bool = False, only_completed_scans: bool = True,
|
|
161
161
|
only_real_scans: bool = True, only_full_scans: bool = True, only_public_scans: bool = True
|
|
162
|
-
) -> int
|
|
162
|
+
) -> Union[int, None]:
|
|
163
163
|
"""
|
|
164
164
|
get the last scan id of a project
|
|
165
165
|
|
|
@@ -1111,7 +1111,7 @@ class ScansAPI(object):
|
|
|
1111
1111
|
run_post_scan_min_severity: int = None,
|
|
1112
1112
|
post_scan_action_arguments: str = None,
|
|
1113
1113
|
api_version: str = "5.0"
|
|
1114
|
-
) -> CxCreateNewScanResponse
|
|
1114
|
+
) -> Union[CxCreateNewScanResponse, None]:
|
|
1115
1115
|
"""
|
|
1116
1116
|
|
|
1117
1117
|
Args:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from CheckmarxPythonSDK.api_client import ApiClient
|
|
2
2
|
from CheckmarxPythonSDK.CxScaApiSDK.config import construct_configuration
|
|
3
|
-
from typing import List
|
|
3
|
+
from typing import List, Union
|
|
4
4
|
from requests import Response
|
|
5
5
|
import json
|
|
6
6
|
import os
|
|
@@ -21,7 +21,7 @@ class Sca(object):
|
|
|
21
21
|
self.api_client = api_client
|
|
22
22
|
self.gql_relative_url = "/graphql/graphql"
|
|
23
23
|
|
|
24
|
-
def get_all_projects(self, project_name: str = None) -> dict
|
|
24
|
+
def get_all_projects(self, project_name: str = None) -> Union[dict, List[dict]]:
|
|
25
25
|
"""
|
|
26
26
|
|
|
27
27
|
Args:
|
|
@@ -104,7 +104,7 @@ class Sca(object):
|
|
|
104
104
|
response = self.api_client.post_request(url, data)
|
|
105
105
|
return response.json()
|
|
106
106
|
|
|
107
|
-
def get_project_id_by_name(self, project_name: str
|
|
107
|
+
def get_project_id_by_name(self, project_name: Union[str, List[str]]) -> Union[str, List[str]]:
|
|
108
108
|
"""
|
|
109
109
|
|
|
110
110
|
Args:
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.5.4'
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from dataclasses import dataclass
|
|
2
|
+
from typing import Union
|
|
2
3
|
|
|
3
4
|
|
|
4
5
|
@dataclass
|
|
@@ -15,7 +16,7 @@ class Configuration:
|
|
|
15
16
|
client_secret: str = None
|
|
16
17
|
api_key: str = None
|
|
17
18
|
timeout: int = 60
|
|
18
|
-
verify: bool
|
|
19
|
+
verify: Union[bool, str] = True
|
|
19
20
|
cert: str = None # path to client certificate
|
|
20
21
|
proxies: dict = None
|
|
21
22
|
debug_mode: bool = False
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.4
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
7
7
|
Author-email: happy.yang@checkmarx.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
10
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
13
13
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
14
|
-
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.
|
|
14
|
+
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.9
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: requests>=2.
|
|
18
|
-
Requires-Dist: requests-toolbelt>=0.
|
|
19
|
-
Requires-Dist: zeep>=4.
|
|
20
|
-
Requires-Dist: Deprecated>=1.
|
|
17
|
+
Requires-Dist: requests>=2.32.5
|
|
18
|
+
Requires-Dist: requests-toolbelt>=1.0.0
|
|
19
|
+
Requires-Dist: zeep>=4.3.2
|
|
20
|
+
Requires-Dist: Deprecated>=1.3.1
|
|
21
21
|
Provides-Extra: dotenv
|
|
22
22
|
Requires-Dist: python-dotenv; extra == "dotenv"
|
|
23
23
|
Provides-Extra: dev
|
|
@@ -37,9 +37,9 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# Checkmarx Python SDK
|
|
39
39
|
|
|
40
|
-
This is wrapper using Python for CxSAST and CxOSA REST API, Portal SOAP API, CxSAST ODATA API, CxSCA REST API.
|
|
40
|
+
This is wrapper using Python for CxOne, CxSAST and CxOSA REST API, Portal SOAP API, CxSAST ODATA API, CxSCA REST API.
|
|
41
41
|
|
|
42
|
-
By using this SDK, Checkmarx users will be able to do automatic scanning with CxSAST, CxOSA, and CxSCA.
|
|
42
|
+
By using this SDK, Checkmarx users will be able to do automatic scanning with CxOne, CxSAST, CxOSA, and CxSCA.
|
|
43
43
|
|
|
44
44
|
[](https://static.pepy.tech/badge/CheckmarxPythonSDK/month)
|
|
45
45
|
[](https://pypi.org/project/CheckmarxPythonSDK)
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.5.
|
|
3
|
+
Version: 1.5.4
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
7
7
|
Author-email: happy.yang@checkmarx.com
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.
|
|
9
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
10
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
11
11
|
Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
13
13
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
14
|
-
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.
|
|
14
|
+
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.9
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: requests>=2.
|
|
18
|
-
Requires-Dist: requests-toolbelt>=0.
|
|
19
|
-
Requires-Dist: zeep>=4.
|
|
20
|
-
Requires-Dist: Deprecated>=1.
|
|
17
|
+
Requires-Dist: requests>=2.32.5
|
|
18
|
+
Requires-Dist: requests-toolbelt>=1.0.0
|
|
19
|
+
Requires-Dist: zeep>=4.3.2
|
|
20
|
+
Requires-Dist: Deprecated>=1.3.1
|
|
21
21
|
Provides-Extra: dotenv
|
|
22
22
|
Requires-Dist: python-dotenv; extra == "dotenv"
|
|
23
23
|
Provides-Extra: dev
|
|
@@ -37,9 +37,9 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# Checkmarx Python SDK
|
|
39
39
|
|
|
40
|
-
This is wrapper using Python for CxSAST and CxOSA REST API, Portal SOAP API, CxSAST ODATA API, CxSCA REST API.
|
|
40
|
+
This is wrapper using Python for CxOne, CxSAST and CxOSA REST API, Portal SOAP API, CxSAST ODATA API, CxSCA REST API.
|
|
41
41
|
|
|
42
|
-
By using this SDK, Checkmarx users will be able to do automatic scanning with CxSAST, CxOSA, and CxSCA.
|
|
42
|
+
By using this SDK, Checkmarx users will be able to do automatic scanning with CxOne, CxSAST, CxOSA, and CxSCA.
|
|
43
43
|
|
|
44
44
|
[](https://static.pepy.tech/badge/CheckmarxPythonSDK/month)
|
|
45
45
|
[](https://pypi.org/project/CheckmarxPythonSDK)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Checkmarx Python SDK
|
|
2
2
|
|
|
3
|
-
This is wrapper using Python for CxSAST and CxOSA REST API, Portal SOAP API, CxSAST ODATA API, CxSCA REST API.
|
|
3
|
+
This is wrapper using Python for CxOne, CxSAST and CxOSA REST API, Portal SOAP API, CxSAST ODATA API, CxSCA REST API.
|
|
4
4
|
|
|
5
|
-
By using this SDK, Checkmarx users will be able to do automatic scanning with CxSAST, CxOSA, and CxSCA.
|
|
5
|
+
By using this SDK, Checkmarx users will be able to do automatic scanning with CxOne, CxSAST, CxOSA, and CxSCA.
|
|
6
6
|
|
|
7
7
|
[](https://static.pepy.tech/badge/CheckmarxPythonSDK/month)
|
|
8
8
|
[](https://pypi.org/project/CheckmarxPythonSDK)
|
|
@@ -28,18 +28,18 @@ setup(
|
|
|
28
28
|
include_package_data=True,
|
|
29
29
|
classifiers=[
|
|
30
30
|
"Programming Language :: Python :: 3",
|
|
31
|
-
'Programming Language :: Python :: 3.
|
|
31
|
+
'Programming Language :: Python :: 3.9',
|
|
32
32
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
33
33
|
"Operating System :: OS Independent",
|
|
34
34
|
'Programming Language :: Python :: Implementation :: CPython',
|
|
35
35
|
'Programming Language :: Python :: Implementation :: PyPy'
|
|
36
36
|
],
|
|
37
|
-
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.
|
|
37
|
+
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.9',
|
|
38
38
|
install_requires=[
|
|
39
|
-
"requests>=2.
|
|
40
|
-
"requests-toolbelt>=0.
|
|
41
|
-
"zeep>=4.
|
|
42
|
-
"Deprecated>=1.
|
|
39
|
+
"requests>=2.32.5",
|
|
40
|
+
"requests-toolbelt>=1.0.0",
|
|
41
|
+
"zeep>=4.3.2",
|
|
42
|
+
"Deprecated>=1.3.1",
|
|
43
43
|
],
|
|
44
44
|
extras_require={
|
|
45
45
|
"dotenv": ["python-dotenv"],
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.5.2'
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.5.2 → checkmarxpythonsdk-1.5.4}/CheckmarxPythonSDK/CxODataApiSDK/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|