CheckmarxPythonSDK 1.7.0__tar.gz → 1.7.2__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.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +300 -118
- checkmarxpythonsdk-1.7.2/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK.egg-info/PKG-INFO +2 -2
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK.egg-info/requires.txt +1 -1
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/PKG-INFO +2 -2
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/setup.py +1 -1
- checkmarxpythonsdk-1.7.0/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxODataApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/CodeRepositoryProjectImportAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRolesApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIdApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersApi.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/api_url.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Access.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AdminEventRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ApplicationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ApplicationRepresentationClaims.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthDetailsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Authorization.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClaimRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientTemplateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Composites.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Confirmation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/DecisionStrategy.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/EnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/EventRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/InstallationAdapterConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyUse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Logic.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MethodConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/OAuthClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathCacheConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PathSegment.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyEnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyEnforcerConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PublishedRealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceOwnerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentationOwner.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeEnforcementMode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SocialLinkRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttribute.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributePermissions.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributeRequired.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPAttributeSelector.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UPGroup.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileAttributeGroupMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileAttributeMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserProfileMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserSessionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/accessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/accessManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/byorResultsHandlerV2API.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/customStateAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AddAssignmentRoles.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Assignment.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AssignmentsForResource.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AssignmentsWithBaseRoles.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/BaseRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/BaseRolesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ByorJob.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ByorJobPatchRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Client.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientWithResource.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ClientsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccount.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CloudInsightAccountLog.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CloudInsightContainer.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CloudInsightCreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CloudInsightEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Composites.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ContributorInsights.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ContributorScmInsights.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ContributorUnfamiliarProjects.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CreateRoleRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/CustomState.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/EffectivePermissionsForResourceResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/EntitiesForExtendedResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/EntityRolesRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/EntityType.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/GroupWithResource.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/GroupsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/GroupsWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/InternalClient.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/InternalGroup.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/InternalUser.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/KicsResultCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/MultipleAssignmentInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountLogsListResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PaginatedAccountsListResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PaginatedContainersListResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PaginatedResourcesList.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProtocolMappersRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Resource.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResourceType.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RoleWithDetails.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SocialLinkRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/StrEnum.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/TriageRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/TriageResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/User.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserProfileAttributeGroupMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserProfileAttributeMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserProfileMetadata.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UserWithResource.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/UsersWithResourcesResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/VersionsOut.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WebHook.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WebHookConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WebHookEvent.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WebHookInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WebHooksCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/versionsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/webhookAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/api_client.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/configuration.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/LICENSE +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/README.md +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/tests/test_sample.py +0 -0
{checkmarxpythonsdk-1.7.0 → checkmarxpythonsdk-1.7.2}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py
RENAMED
|
@@ -37,11 +37,19 @@ class RepoManagerAPI(object):
|
|
|
37
37
|
"""
|
|
38
38
|
origin = origin.upper()
|
|
39
39
|
if origin not in self.origin_dict.keys():
|
|
40
|
-
raise ValueError(
|
|
40
|
+
raise ValueError(
|
|
41
|
+
f"origin {origin} not support!"
|
|
42
|
+
f"Currently only support GITHUB, GITLAB, AZURE, BITBUCKET"
|
|
43
|
+
)
|
|
41
44
|
return origin
|
|
42
45
|
|
|
43
46
|
def get_repos(
|
|
44
|
-
|
|
47
|
+
self,
|
|
48
|
+
origin: str,
|
|
49
|
+
organization: str,
|
|
50
|
+
auth_code: str,
|
|
51
|
+
is_user: bool = False,
|
|
52
|
+
page: int = 1,
|
|
45
53
|
) -> Response:
|
|
46
54
|
"""
|
|
47
55
|
|
|
@@ -56,7 +64,10 @@ class RepoManagerAPI(object):
|
|
|
56
64
|
Response
|
|
57
65
|
"""
|
|
58
66
|
origin = self.check_origin(origin)
|
|
59
|
-
|
|
67
|
+
origin_index = self.origin_dict.get(origin)
|
|
68
|
+
relative_url = (
|
|
69
|
+
f"/api/repos-manager/scms" f"/{origin_index}/orgs/{organization}/repos"
|
|
70
|
+
)
|
|
60
71
|
params = {
|
|
61
72
|
"authCode": auth_code,
|
|
62
73
|
"isUser": str(is_user).lower(),
|
|
@@ -64,7 +75,9 @@ class RepoManagerAPI(object):
|
|
|
64
75
|
}
|
|
65
76
|
return self.api_client.get_request(relative_url=relative_url, params=params)
|
|
66
77
|
|
|
67
|
-
def get_all_repos(
|
|
78
|
+
def get_all_repos(
|
|
79
|
+
self, origin: str, organization: str, auth_code: str, is_user: bool = False
|
|
80
|
+
) -> List[dict]:
|
|
68
81
|
"""
|
|
69
82
|
|
|
70
83
|
Args:
|
|
@@ -80,9 +93,17 @@ class RepoManagerAPI(object):
|
|
|
80
93
|
result = []
|
|
81
94
|
page = 1
|
|
82
95
|
while True:
|
|
83
|
-
repos =
|
|
84
|
-
|
|
85
|
-
|
|
96
|
+
repos = (
|
|
97
|
+
self.get_repos(
|
|
98
|
+
origin=origin,
|
|
99
|
+
organization=organization,
|
|
100
|
+
auth_code=auth_code,
|
|
101
|
+
is_user=is_user,
|
|
102
|
+
page=page,
|
|
103
|
+
)
|
|
104
|
+
.json()
|
|
105
|
+
.get("repoWebDtoList")
|
|
106
|
+
)
|
|
86
107
|
page += 1
|
|
87
108
|
if not repos:
|
|
88
109
|
break
|
|
@@ -90,7 +111,12 @@ class RepoManagerAPI(object):
|
|
|
90
111
|
return result
|
|
91
112
|
|
|
92
113
|
def get_repo_branches(
|
|
93
|
-
|
|
114
|
+
self,
|
|
115
|
+
origin: str,
|
|
116
|
+
organization: str,
|
|
117
|
+
repo_name: str,
|
|
118
|
+
auth_code: str,
|
|
119
|
+
page: int = 1,
|
|
94
120
|
) -> Response:
|
|
95
121
|
"""
|
|
96
122
|
|
|
@@ -105,12 +131,21 @@ class RepoManagerAPI(object):
|
|
|
105
131
|
Response
|
|
106
132
|
"""
|
|
107
133
|
origin = self.check_origin(origin)
|
|
108
|
-
|
|
109
|
-
|
|
134
|
+
origin_index = self.origin_dict.get(origin)
|
|
135
|
+
relative_url = (
|
|
136
|
+
f"/api/repos-manager/scms"
|
|
137
|
+
f"/{origin_index}/orgs/{organization}/repos"
|
|
138
|
+
f"/{repo_name}/branches"
|
|
139
|
+
)
|
|
110
140
|
params = {"authCode": auth_code, "page": page}
|
|
111
|
-
return self.api_client.get_request(
|
|
112
|
-
|
|
113
|
-
|
|
141
|
+
return self.api_client.get_request(
|
|
142
|
+
relative_url=relative_url,
|
|
143
|
+
params=params,
|
|
144
|
+
)
|
|
145
|
+
|
|
146
|
+
def get_all_repo_branches(
|
|
147
|
+
self, origin: str, organization: str, repo_name: str, auth_code: str
|
|
148
|
+
) -> List[dict]:
|
|
114
149
|
"""
|
|
115
150
|
|
|
116
151
|
Args:
|
|
@@ -126,9 +161,17 @@ class RepoManagerAPI(object):
|
|
|
126
161
|
result = []
|
|
127
162
|
page = 1
|
|
128
163
|
while True:
|
|
129
|
-
repos =
|
|
130
|
-
|
|
131
|
-
|
|
164
|
+
repos = (
|
|
165
|
+
self.get_repo_branches(
|
|
166
|
+
origin=origin,
|
|
167
|
+
organization=organization,
|
|
168
|
+
repo_name=repo_name,
|
|
169
|
+
auth_code=auth_code,
|
|
170
|
+
page=page,
|
|
171
|
+
)
|
|
172
|
+
.json()
|
|
173
|
+
.get("branchWebDtoList")
|
|
174
|
+
)
|
|
132
175
|
page += 1
|
|
133
176
|
if not repos:
|
|
134
177
|
break
|
|
@@ -137,14 +180,28 @@ class RepoManagerAPI(object):
|
|
|
137
180
|
|
|
138
181
|
@staticmethod
|
|
139
182
|
def construct_repo_request(
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
183
|
+
http_repo_url: str,
|
|
184
|
+
ssh_repo_url: str,
|
|
185
|
+
repo_id: str = None,
|
|
186
|
+
branches: List[dict] = None,
|
|
187
|
+
is_repo_admin: bool = False,
|
|
188
|
+
origin: str = "GITHUB",
|
|
189
|
+
kics_scanner_enabled: bool = True,
|
|
190
|
+
sast_incremental_scan: bool = True,
|
|
191
|
+
sast_scanner_enabled: bool = True,
|
|
192
|
+
api_sec_scanner_enabled: bool = True,
|
|
193
|
+
sca_scanner_enabled: bool = True,
|
|
194
|
+
webhook_enabled: bool = True,
|
|
195
|
+
pr_decoration_enabled: bool = True,
|
|
196
|
+
sca_auto_pr_enabled: bool = False,
|
|
197
|
+
container_scanner_enabled: bool = True,
|
|
198
|
+
ossf_score_card_scanner_enabled: bool = True,
|
|
199
|
+
secrets_detection_scanner_enabled: bool = True,
|
|
200
|
+
project_id: str = None,
|
|
201
|
+
default_branch: str = None,
|
|
202
|
+
groups: List[str] = None,
|
|
203
|
+
private_repository_scan: bool = False,
|
|
204
|
+
tags: dict = None,
|
|
148
205
|
) -> dict:
|
|
149
206
|
"""
|
|
150
207
|
|
|
@@ -210,18 +267,27 @@ class RepoManagerAPI(object):
|
|
|
210
267
|
"url": http_repo_url,
|
|
211
268
|
"webhookEnabled": webhook_enabled,
|
|
212
269
|
}
|
|
213
|
-
if origin in [
|
|
270
|
+
if origin in ["GITLAB", "BITBUCKET"]:
|
|
214
271
|
data.update({"id": repo_id})
|
|
215
272
|
if origin in ["AZURE"]:
|
|
216
|
-
data.update(
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
273
|
+
data.update(
|
|
274
|
+
{
|
|
275
|
+
"id": repo_id,
|
|
276
|
+
"projectId": project_id,
|
|
277
|
+
}
|
|
278
|
+
)
|
|
220
279
|
return data
|
|
221
280
|
|
|
222
281
|
def repo_import(
|
|
223
|
-
|
|
224
|
-
|
|
282
|
+
self,
|
|
283
|
+
origin: str,
|
|
284
|
+
organization: str,
|
|
285
|
+
auth_code: str,
|
|
286
|
+
repos_from_request: List[dict],
|
|
287
|
+
is_user: bool = False,
|
|
288
|
+
is_org_webhook_enabled: bool = False,
|
|
289
|
+
create_ast_project: bool = True,
|
|
290
|
+
scan_ast_project: bool = False,
|
|
225
291
|
) -> Response:
|
|
226
292
|
"""
|
|
227
293
|
|
|
@@ -243,7 +309,7 @@ class RepoManagerAPI(object):
|
|
|
243
309
|
"isUser": str(is_user).lower(),
|
|
244
310
|
"isOrgWebhookEnabled": str(is_org_webhook_enabled).lower(),
|
|
245
311
|
"createAstProject": str(create_ast_project).lower(),
|
|
246
|
-
"scanAstProject": str(scan_ast_project).lower()
|
|
312
|
+
"scanAstProject": str(scan_ast_project).lower(),
|
|
247
313
|
}
|
|
248
314
|
logger.debug(f"params: {params}")
|
|
249
315
|
headers = {
|
|
@@ -261,14 +327,14 @@ class RepoManagerAPI(object):
|
|
|
261
327
|
"sec-fetch-site": "same-origin",
|
|
262
328
|
"strict-transport-security": "max-age=31536000; includeSubDomains",
|
|
263
329
|
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
264
|
-
|
|
330
|
+
"Chrome/134.0.0.0 Safari/537.36",
|
|
265
331
|
"webapp": "true",
|
|
266
|
-
|
|
332
|
+
"Accept-Encoding": "identity",
|
|
267
333
|
}
|
|
268
334
|
data = {
|
|
269
335
|
"reposFromRequest": repos_from_request,
|
|
270
336
|
"orgSshKey": "",
|
|
271
|
-
"orgSshState": "SKIPPED"
|
|
337
|
+
"orgSshState": "SKIPPED",
|
|
272
338
|
}
|
|
273
339
|
logger.debug(f"payload: {data}")
|
|
274
340
|
relative_url = f"/api/repos-manager/scms/{self.origin_dict.get(origin)}/orgs/{organization}/"
|
|
@@ -276,7 +342,9 @@ class RepoManagerAPI(object):
|
|
|
276
342
|
relative_url += "asyncImport"
|
|
277
343
|
else:
|
|
278
344
|
relative_url += "repos"
|
|
279
|
-
response = self.api_client.post_request(
|
|
345
|
+
response = self.api_client.post_request(
|
|
346
|
+
relative_url=relative_url, params=params, headers=headers, json=data
|
|
347
|
+
)
|
|
280
348
|
return response
|
|
281
349
|
|
|
282
350
|
def get_job_status(self) -> int:
|
|
@@ -295,24 +363,45 @@ class RepoManagerAPI(object):
|
|
|
295
363
|
"sec-fetch-mode": "cors",
|
|
296
364
|
"sec-fetch-site": "same-origin",
|
|
297
365
|
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
298
|
-
|
|
299
|
-
|
|
366
|
+
"Chrome/134.0.0.0 Safari/537.36",
|
|
367
|
+
"Accept-Encoding": "identity",
|
|
300
368
|
}
|
|
301
369
|
response = self.api_client.get_request(relative_url, headers=headers)
|
|
302
|
-
data_list = [
|
|
370
|
+
data_list = [
|
|
371
|
+
json.loads(item.replace("data:", ""))
|
|
372
|
+
for item in response.text.split("\n")
|
|
373
|
+
if item != ""
|
|
374
|
+
]
|
|
303
375
|
job_percentage = data_list[-1].get("percentage")
|
|
304
376
|
return job_percentage
|
|
305
377
|
|
|
306
378
|
def batch_import_repo(
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
379
|
+
self,
|
|
380
|
+
repos: List[dict],
|
|
381
|
+
origin: str,
|
|
382
|
+
organization: str,
|
|
383
|
+
auth_code: str,
|
|
384
|
+
chunk_size: int = 200,
|
|
385
|
+
is_user: bool = False,
|
|
386
|
+
is_org_webhook_enabled: bool = False,
|
|
387
|
+
create_ast_project: bool = True,
|
|
388
|
+
scan_ast_project: bool = False,
|
|
389
|
+
kics_scanner_enabled: bool = True,
|
|
390
|
+
sast_incremental_scan: bool = True,
|
|
391
|
+
sast_scanner_enabled: bool = True,
|
|
392
|
+
api_sec_scanner_enabled: bool = True,
|
|
393
|
+
sca_scanner_enabled: bool = True,
|
|
394
|
+
webhook_enabled: bool = True,
|
|
395
|
+
pr_decoration_enabled: bool = True,
|
|
396
|
+
sca_auto_pr_enabled: bool = False,
|
|
397
|
+
container_scanner_enabled: bool = True,
|
|
398
|
+
ossf_score_card_scanner_enabled: bool = True,
|
|
399
|
+
secrets_detection_scanner_enabled: bool = True,
|
|
400
|
+
groups: List[str] = None,
|
|
401
|
+
private_repository_scan: bool = False,
|
|
402
|
+
tags: dict = None,
|
|
403
|
+
is_repo_admin: bool = False,
|
|
404
|
+
delay_request_timeout: int = 30,
|
|
316
405
|
) -> None:
|
|
317
406
|
"""
|
|
318
407
|
|
|
@@ -360,10 +449,9 @@ class RepoManagerAPI(object):
|
|
|
360
449
|
http_repo_url=repo.get("url"),
|
|
361
450
|
ssh_repo_url=repo.get("sshRepoUrl"),
|
|
362
451
|
repo_id=repo.get("id"),
|
|
363
|
-
branches=[
|
|
364
|
-
"name": repo.get("defaultBranch"),
|
|
365
|
-
|
|
366
|
-
}],
|
|
452
|
+
branches=[
|
|
453
|
+
{"name": repo.get("defaultBranch"), "isDefaultBranch": True}
|
|
454
|
+
],
|
|
367
455
|
origin=origin,
|
|
368
456
|
kics_scanner_enabled=kics_scanner_enabled,
|
|
369
457
|
sast_incremental_scan=sast_incremental_scan,
|
|
@@ -377,26 +465,38 @@ class RepoManagerAPI(object):
|
|
|
377
465
|
ossf_score_card_scanner_enabled=ossf_score_card_scanner_enabled,
|
|
378
466
|
secrets_detection_scanner_enabled=secrets_detection_scanner_enabled,
|
|
379
467
|
is_repo_admin=is_repo_admin,
|
|
380
|
-
default_branch=repo.get("defaultBranch"),
|
|
381
|
-
groups=groups,
|
|
382
|
-
private_repository_scan=private_repository_scan,
|
|
468
|
+
default_branch=repo.get("defaultBranch"),
|
|
469
|
+
groups=groups,
|
|
470
|
+
private_repository_scan=private_repository_scan,
|
|
383
471
|
tags=tags,
|
|
384
472
|
)
|
|
385
473
|
)
|
|
386
474
|
round_of_requests = math.ceil(len(repos) / chunk_size)
|
|
387
|
-
logger.info(
|
|
388
|
-
|
|
389
|
-
|
|
475
|
+
logger.info(
|
|
476
|
+
f"there are total {len(repos)} repos in org: {organization}, "
|
|
477
|
+
f"total {len(repo_requests)} repo requests created, "
|
|
478
|
+
f"will be {round_of_requests} round_of_requests "
|
|
479
|
+
)
|
|
390
480
|
round_i = 0
|
|
391
481
|
while round_i < round_of_requests:
|
|
392
|
-
repo_request_chunks = repo_requests[
|
|
393
|
-
|
|
394
|
-
|
|
482
|
+
repo_request_chunks = repo_requests[
|
|
483
|
+
round_i * chunk_size : (round_i + 1) * chunk_size
|
|
484
|
+
]
|
|
485
|
+
urls_str = "\n".join([item.get("url") for item in repo_request_chunks])
|
|
486
|
+
logger.debug(f"All urls in this round of chunks: {urls_str}")
|
|
487
|
+
logger.info(
|
|
488
|
+
f"round {round_i + 1}, number of repos to create: {len(repo_request_chunks)} "
|
|
489
|
+
)
|
|
395
490
|
round_i += 1
|
|
396
491
|
self.repo_import(
|
|
397
|
-
origin=origin,
|
|
398
|
-
|
|
399
|
-
|
|
492
|
+
origin=origin,
|
|
493
|
+
organization=organization,
|
|
494
|
+
auth_code=auth_code,
|
|
495
|
+
repos_from_request=repo_request_chunks,
|
|
496
|
+
is_user=is_user,
|
|
497
|
+
is_org_webhook_enabled=is_org_webhook_enabled,
|
|
498
|
+
create_ast_project=create_ast_project,
|
|
499
|
+
scan_ast_project=scan_ast_project,
|
|
400
500
|
)
|
|
401
501
|
percentage = 0
|
|
402
502
|
while percentage < 100:
|
|
@@ -511,7 +611,9 @@ class RepoManagerAPI(object):
|
|
|
511
611
|
"""
|
|
512
612
|
relative_url = f"/api/repos-manager/repo/{repo_id}"
|
|
513
613
|
params = {"projectId": project_id}
|
|
514
|
-
response = self.api_client.put_request(
|
|
614
|
+
response = self.api_client.put_request(
|
|
615
|
+
relative_url=relative_url, params=params, json=pay_load
|
|
616
|
+
)
|
|
515
617
|
return response.json()
|
|
516
618
|
|
|
517
619
|
|
|
@@ -519,61 +621,118 @@ def check_origin(origin: str) -> str:
|
|
|
519
621
|
return RepoManagerAPI().check_origin(origin=origin)
|
|
520
622
|
|
|
521
623
|
|
|
522
|
-
def get_repos(
|
|
624
|
+
def get_repos(
|
|
625
|
+
origin: str, organization: str, auth_code: str, is_user: bool = False, page: int = 1
|
|
626
|
+
) -> Response:
|
|
523
627
|
return RepoManagerAPI().get_repos(
|
|
524
|
-
origin=origin,
|
|
628
|
+
origin=origin,
|
|
629
|
+
organization=organization,
|
|
630
|
+
auth_code=auth_code,
|
|
631
|
+
is_user=is_user,
|
|
632
|
+
page=page,
|
|
525
633
|
)
|
|
526
634
|
|
|
527
635
|
|
|
528
|
-
def get_all_repos(
|
|
636
|
+
def get_all_repos(
|
|
637
|
+
origin: str, organization: str, auth_code: str, is_user: bool = False
|
|
638
|
+
) -> List[dict]:
|
|
529
639
|
return RepoManagerAPI().get_all_repos(
|
|
530
640
|
origin=origin, organization=organization, auth_code=auth_code, is_user=is_user
|
|
531
641
|
)
|
|
532
642
|
|
|
533
643
|
|
|
534
|
-
def get_repo_branches(
|
|
644
|
+
def get_repo_branches(
|
|
645
|
+
origin: str, organization: str, repo_name: str, auth_code: str, page: int = 1
|
|
646
|
+
) -> Response:
|
|
535
647
|
return RepoManagerAPI().get_repo_branches(
|
|
536
|
-
origin=origin,
|
|
648
|
+
origin=origin,
|
|
649
|
+
organization=organization,
|
|
650
|
+
repo_name=repo_name,
|
|
651
|
+
auth_code=auth_code,
|
|
652
|
+
page=page,
|
|
537
653
|
)
|
|
538
654
|
|
|
539
655
|
|
|
540
|
-
def get_all_repo_branches(
|
|
656
|
+
def get_all_repo_branches(
|
|
657
|
+
origin: str, organization: str, repo_name: str, auth_code: str
|
|
658
|
+
) -> List[dict]:
|
|
541
659
|
return RepoManagerAPI().get_all_repo_branches(
|
|
542
|
-
origin=origin,
|
|
660
|
+
origin=origin,
|
|
661
|
+
organization=organization,
|
|
662
|
+
repo_name=repo_name,
|
|
663
|
+
auth_code=auth_code,
|
|
543
664
|
)
|
|
544
665
|
|
|
545
666
|
|
|
546
667
|
def construct_repo_request(
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
668
|
+
http_repo_url: str,
|
|
669
|
+
ssh_repo_url: str,
|
|
670
|
+
repo_id: str = None,
|
|
671
|
+
branches: List[dict] = None,
|
|
672
|
+
is_repo_admin: bool = True,
|
|
673
|
+
origin: str = "GITHUB",
|
|
674
|
+
kics_scanner_enabled: bool = True,
|
|
675
|
+
sast_incremental_scan: bool = True,
|
|
676
|
+
sast_scanner_enabled: bool = True,
|
|
677
|
+
api_sec_scanner_enabled: bool = True,
|
|
678
|
+
sca_scanner_enabled: bool = True,
|
|
679
|
+
webhook_enabled: bool = True,
|
|
680
|
+
pr_decoration_enabled: bool = True,
|
|
681
|
+
sca_auto_pr_enabled: bool = False,
|
|
682
|
+
container_scanner_enabled: bool = True,
|
|
683
|
+
ossf_score_card_scanner_enabled: bool = True,
|
|
684
|
+
secrets_detection_scanner_enabled: bool = True,
|
|
685
|
+
project_id: str = None,
|
|
686
|
+
default_branch: str = None,
|
|
687
|
+
groups: List[str] = None,
|
|
688
|
+
private_repository_scan: bool = False,
|
|
689
|
+
tags: dict = None,
|
|
554
690
|
) -> dict:
|
|
555
691
|
return RepoManagerAPI().construct_repo_request(
|
|
556
|
-
http_repo_url=http_repo_url,
|
|
692
|
+
http_repo_url=http_repo_url,
|
|
693
|
+
ssh_repo_url=ssh_repo_url,
|
|
694
|
+
repo_id=repo_id,
|
|
695
|
+
branches=branches,
|
|
557
696
|
is_repo_admin=is_repo_admin,
|
|
558
|
-
origin=origin,
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
697
|
+
origin=origin,
|
|
698
|
+
kics_scanner_enabled=kics_scanner_enabled,
|
|
699
|
+
sast_incremental_scan=sast_incremental_scan,
|
|
700
|
+
sast_scanner_enabled=sast_scanner_enabled,
|
|
701
|
+
api_sec_scanner_enabled=api_sec_scanner_enabled,
|
|
702
|
+
sca_scanner_enabled=sca_scanner_enabled,
|
|
703
|
+
webhook_enabled=webhook_enabled,
|
|
704
|
+
pr_decoration_enabled=pr_decoration_enabled,
|
|
705
|
+
sca_auto_pr_enabled=sca_auto_pr_enabled,
|
|
562
706
|
container_scanner_enabled=container_scanner_enabled,
|
|
563
707
|
ossf_score_card_scanner_enabled=ossf_score_card_scanner_enabled,
|
|
564
708
|
secrets_detection_scanner_enabled=secrets_detection_scanner_enabled,
|
|
565
709
|
project_id=project_id,
|
|
710
|
+
default_branch=default_branch,
|
|
711
|
+
group=groups,
|
|
712
|
+
private_repository_scan=private_repository_scan,
|
|
713
|
+
tags=tags,
|
|
566
714
|
)
|
|
567
715
|
|
|
568
716
|
|
|
569
717
|
def repo_import(
|
|
570
|
-
|
|
571
|
-
|
|
718
|
+
origin: str,
|
|
719
|
+
organization: str,
|
|
720
|
+
auth_code: str,
|
|
721
|
+
repos_from_request: List[dict],
|
|
722
|
+
is_user: bool = False,
|
|
723
|
+
is_org_webhook_enabled: bool = False,
|
|
724
|
+
create_ast_project: bool = True,
|
|
725
|
+
scan_ast_project: bool = False,
|
|
572
726
|
) -> Response:
|
|
573
727
|
return RepoManagerAPI().repo_import(
|
|
574
|
-
origin=origin,
|
|
575
|
-
|
|
576
|
-
|
|
728
|
+
origin=origin,
|
|
729
|
+
organization=organization,
|
|
730
|
+
auth_code=auth_code,
|
|
731
|
+
repos_from_request=repos_from_request,
|
|
732
|
+
is_user=is_user,
|
|
733
|
+
is_org_webhook_enabled=is_org_webhook_enabled,
|
|
734
|
+
create_ast_project=create_ast_project,
|
|
735
|
+
scan_ast_project=scan_ast_project,
|
|
577
736
|
)
|
|
578
737
|
|
|
579
738
|
|
|
@@ -582,37 +741,58 @@ def get_job_status() -> int:
|
|
|
582
741
|
|
|
583
742
|
|
|
584
743
|
def batch_import_repo(
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
744
|
+
repos: List[dict],
|
|
745
|
+
origin: str,
|
|
746
|
+
organization: str,
|
|
747
|
+
auth_code: str,
|
|
748
|
+
chunk_size: int = 200,
|
|
749
|
+
is_user: bool = False,
|
|
750
|
+
is_org_webhook_enabled: bool = False,
|
|
751
|
+
create_ast_project: bool = True,
|
|
752
|
+
scan_ast_project: bool = False,
|
|
753
|
+
kics_scanner_enabled=True,
|
|
754
|
+
sast_incremental_scan=True,
|
|
755
|
+
sast_scanner_enabled=True,
|
|
756
|
+
api_sec_scanner_enabled=True,
|
|
757
|
+
sca_scanner_enabled=True,
|
|
758
|
+
webhook_enabled=True,
|
|
759
|
+
pr_decoration_enabled=True,
|
|
760
|
+
sca_auto_pr_enabled=False,
|
|
761
|
+
container_scanner_enabled=True,
|
|
762
|
+
ossf_score_card_scanner_enabled=True,
|
|
763
|
+
secrets_detection_scanner_enabled=True,
|
|
764
|
+
groups: List[str] = None,
|
|
765
|
+
private_repository_scan: bool = False,
|
|
766
|
+
tags: dict = None,
|
|
767
|
+
is_repo_admin: bool = False,
|
|
768
|
+
delay_request_timeout: int = 30,
|
|
605
769
|
) -> None:
|
|
606
770
|
return RepoManagerAPI().batch_import_repo(
|
|
607
|
-
repos=repos,
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
771
|
+
repos=repos,
|
|
772
|
+
origin=origin,
|
|
773
|
+
organization=organization,
|
|
774
|
+
auth_code=auth_code,
|
|
775
|
+
chunk_size=chunk_size,
|
|
776
|
+
is_user=is_user,
|
|
777
|
+
is_org_webhook_enabled=is_org_webhook_enabled,
|
|
778
|
+
create_ast_project=create_ast_project,
|
|
779
|
+
scan_ast_project=scan_ast_project,
|
|
780
|
+
kics_scanner_enabled=kics_scanner_enabled,
|
|
781
|
+
sast_incremental_scan=sast_incremental_scan,
|
|
782
|
+
sast_scanner_enabled=sast_scanner_enabled,
|
|
783
|
+
api_sec_scanner_enabled=api_sec_scanner_enabled,
|
|
784
|
+
sca_scanner_enabled=sca_scanner_enabled,
|
|
785
|
+
webhook_enabled=webhook_enabled,
|
|
786
|
+
pr_decoration_enabled=pr_decoration_enabled,
|
|
787
|
+
sca_auto_pr_enabled=sca_auto_pr_enabled,
|
|
788
|
+
container_scanner_enabled=container_scanner_enabled,
|
|
614
789
|
ossf_score_card_scanner_enabled=ossf_score_card_scanner_enabled,
|
|
615
|
-
secrets_detection_scanner_enabled=secrets_detection_scanner_enabled
|
|
790
|
+
secrets_detection_scanner_enabled=secrets_detection_scanner_enabled,
|
|
791
|
+
groups=groups,
|
|
792
|
+
private_repository_scan=private_repository_scan,
|
|
793
|
+
tags=tags,
|
|
794
|
+
is_repo_admin=is_repo_admin,
|
|
795
|
+
delay_request_timeout=delay_request_timeout,
|
|
616
796
|
)
|
|
617
797
|
|
|
618
798
|
|
|
@@ -621,4 +801,6 @@ def get_repo_by_id(repo_id: int) -> dict:
|
|
|
621
801
|
|
|
622
802
|
|
|
623
803
|
def update_repo_by_id(repo_id: int, project_id: str, pay_load: dict) -> dict:
|
|
624
|
-
return RepoManagerAPI().update_repo_by_id(
|
|
804
|
+
return RepoManagerAPI().update_repo_by_id(
|
|
805
|
+
repo_id=repo_id, project_id=project_id, pay_load=pay_load
|
|
806
|
+
)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.7.2'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
@@ -19,7 +19,7 @@ Requires-Dist: requests-toolbelt>=0.9.1
|
|
|
19
19
|
Requires-Dist: zeep>=4.1.0
|
|
20
20
|
Requires-Dist: Deprecated>=1.2.13
|
|
21
21
|
Requires-Dist: inflection>=0.5.1
|
|
22
|
-
Requires-Dist: typing-extensions>=
|
|
22
|
+
Requires-Dist: typing-extensions>=3.6.2
|
|
23
23
|
Provides-Extra: dotenv
|
|
24
24
|
Requires-Dist: python-dotenv; extra == "dotenv"
|
|
25
25
|
Provides-Extra: dev
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.2
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
@@ -19,7 +19,7 @@ Requires-Dist: requests-toolbelt>=0.9.1
|
|
|
19
19
|
Requires-Dist: zeep>=4.1.0
|
|
20
20
|
Requires-Dist: Deprecated>=1.2.13
|
|
21
21
|
Requires-Dist: inflection>=0.5.1
|
|
22
|
-
Requires-Dist: typing-extensions>=
|
|
22
|
+
Requires-Dist: typing-extensions>=3.6.2
|
|
23
23
|
Provides-Extra: dotenv
|
|
24
24
|
Requires-Dist: python-dotenv; extra == "dotenv"
|
|
25
25
|
Provides-Extra: dev
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.7.0'
|