CheckmarxPythonSDK 1.2.7__tar.gz → 1.2.9__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.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +1 -2
- checkmarxpythonsdk-1.2.9/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +9 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +2 -1
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +1 -2
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxScaApiSDK/api.py +30 -0
- checkmarxpythonsdk-1.2.9/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/utilities/configUtility.py +0 -21
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK.egg-info/PKG-INFO +2 -6
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK.egg-info/requires.txt +0 -3
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/PKG-INFO +2 -6
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/setup.py +1 -5
- checkmarxpythonsdk-1.2.7/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -8
- checkmarxpythonsdk-1.2.7/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/LICENSE +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/README.md +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/tests/test_sample.py +0 -0
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py
RENAMED
|
@@ -3,8 +3,7 @@ from .ExecutionResponse import ExecutionResponse
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
class RequestStatus(object):
|
|
6
|
-
def __init__(self, completed: bool = None, status: str = None, value:
|
|
7
|
-
| ExecutionResponse] = None):
|
|
6
|
+
def __init__(self, completed: bool = None, status: str = None, value=None):
|
|
8
7
|
self.completed = completed
|
|
9
8
|
self.status = status
|
|
10
9
|
self.value = value
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
|
|
2
|
+
class SessionResponse(object):
|
|
3
|
+
def __init__(self, id: str = None, status: str = None, scan_id: str = None):
|
|
4
|
+
self.id = id
|
|
5
|
+
self.status = status
|
|
6
|
+
self.scanId = scan_id
|
|
7
|
+
|
|
8
|
+
def __str__(self):
|
|
9
|
+
return f"SessionResponse(id={self.id}, status={self.status}, scanId={self.scanId})"
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py
RENAMED
|
@@ -66,7 +66,8 @@ def create_new_audit_session(request_body: SessionRequest) -> SessionResponse:
|
|
|
66
66
|
response = response.json()
|
|
67
67
|
return SessionResponse(
|
|
68
68
|
id=response.get("id"),
|
|
69
|
-
|
|
69
|
+
status=response.get("status"),
|
|
70
|
+
scan_id=response.get("scanId"),
|
|
70
71
|
)
|
|
71
72
|
|
|
72
73
|
|
|
@@ -210,8 +210,7 @@ def check_if_sast_engine_is_ready_to_use(session_id: str) -> SastStatus:
|
|
|
210
210
|
)
|
|
211
211
|
|
|
212
212
|
|
|
213
|
-
def check_the_status_of_some_scan_related_requests(session_id: str, status_type: int)
|
|
214
|
-
RequestStatusNotReady | RequestStatusDetectLanguages | CompilationResponse | ExecutionResponse]:
|
|
213
|
+
def check_the_status_of_some_scan_related_requests(session_id: str, status_type: int):
|
|
215
214
|
relative_url = server_url + paths_func_mapping.get("check_the_status_of_some_scan_related_requests").format(
|
|
216
215
|
session_id=session_id)
|
|
217
216
|
params = {"type": status_type}
|
|
@@ -2148,6 +2148,36 @@ class Sca(object):
|
|
|
2148
2148
|
response = self.get_request(relative_url=self.gql_relative_url, params={"query": query})
|
|
2149
2149
|
return response
|
|
2150
2150
|
|
|
2151
|
+
def get_package_details_by_scan_id_and_package_id(self, scan_id, package_id, is_exploitable_path_enabled=False):
|
|
2152
|
+
is_exploitable_path_enabled = "true" if is_exploitable_path_enabled else "false"
|
|
2153
|
+
query = ("query { "
|
|
2154
|
+
"package ("
|
|
2155
|
+
f"packageId: \"{package_id}\", "
|
|
2156
|
+
f"scanId: \"{scan_id}\", "
|
|
2157
|
+
f"isExploitablePathEnabled: {is_exploitable_path_enabled}"
|
|
2158
|
+
") "
|
|
2159
|
+
"{ dummyRiskyVersion, isPotentialRiskyPackage, isIgnored, pendingChanges, morEntityProfilesApplied, "
|
|
2160
|
+
"isViolatingPolicy, name, packageId, remediationTaskId, isPrivateDependency, isUnresolved, matchType, "
|
|
2161
|
+
"locations, directDependenciesCount, transitiveDependenciesCount, releaseDate, version, "
|
|
2162
|
+
"packageRepository, isMalicious, isTest, isPluginDependency, isDev, isNpmVerified, isFramework, "
|
|
2163
|
+
"packageCredibility { contributorReputation, packageReliability, runTimeBehavior }, "
|
|
2164
|
+
"dependencyPath { id, name, version, isResolved, isDevelopment, vulnerabilityRiskLevel }, "
|
|
2165
|
+
"licenses { referenceType, reference, packageId, packageName, packageVersion, name, riskLevel, "
|
|
2166
|
+
"copyrightRiskLevel, patentRiskLevel, copyLeftType, riskScore, state }, "
|
|
2167
|
+
"outdatedModel { newestVersion, versionsInBetween, newestLibraryDate }, "
|
|
2168
|
+
"packageUsageModel { "
|
|
2169
|
+
" importsCalled { sourceFile, line, fullName, shortName }, "
|
|
2170
|
+
" methodsCalled { methodSourceCall { sourceFile, line, fullName, shortName } }, "
|
|
2171
|
+
" usageType, packageUsageComplexity }, "
|
|
2172
|
+
"risks { vulnerabilities { critical, high, medium, low, none }, "
|
|
2173
|
+
"legalRisk { critical, high, medium, low, none }, "
|
|
2174
|
+
"supplyChainRisks { critical, high, medium, low, none }, "
|
|
2175
|
+
"vulnerabilitiesWithoutIgnored { critical, high, medium, low, none }, "
|
|
2176
|
+
"supplyChainRisksWithoutIgnored { critical, high, medium, low, none } } }"
|
|
2177
|
+
"}")
|
|
2178
|
+
response = self.get_request(relative_url=self.gql_relative_url, params={"query": query})
|
|
2179
|
+
return response
|
|
2180
|
+
|
|
2151
2181
|
def get_number_of_packages_by_scan_id(self, scan_id, is_exploitable_path_enabled=False):
|
|
2152
2182
|
"""
|
|
2153
2183
|
This is a GraphQL API
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.2.9'
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/utilities/configUtility.py
RENAMED
|
@@ -192,24 +192,6 @@ def get_config_info_from_command_line_arguments(prefix, option_list):
|
|
|
192
192
|
return dict(zip(option_list, option_value_list))
|
|
193
193
|
|
|
194
194
|
|
|
195
|
-
def get_password_from_keyring(section, username):
|
|
196
|
-
"""
|
|
197
|
-
|
|
198
|
-
Args:
|
|
199
|
-
section (str):
|
|
200
|
-
username (str):
|
|
201
|
-
|
|
202
|
-
Returns:
|
|
203
|
-
str
|
|
204
|
-
"""
|
|
205
|
-
import keyring
|
|
206
|
-
if sys.platform.startswith('win32'):
|
|
207
|
-
from keyring.backends import Windows
|
|
208
|
-
keyring.set_keyring(Windows.WinVaultKeyring())
|
|
209
|
-
|
|
210
|
-
return keyring.get_password(section, username)
|
|
211
|
-
|
|
212
|
-
|
|
213
195
|
def get_config(config_default, section, prefix):
|
|
214
196
|
"""
|
|
215
197
|
|
|
@@ -251,9 +233,6 @@ def get_config(config_default, section, prefix):
|
|
|
251
233
|
config.update(config_from_cli)
|
|
252
234
|
logger.debug("override the config value, now the config value is: {}".format(config))
|
|
253
235
|
|
|
254
|
-
if os.getenv("use_keyring"):
|
|
255
|
-
logger.debug("there is environment variable use_keyring, get password from key ring")
|
|
256
|
-
config.update({"password": get_password_from_keyring(section=section, username=config.get("username"))})
|
|
257
236
|
logger.debug("final config value is: {}".format(config))
|
|
258
237
|
return config
|
|
259
238
|
|
|
@@ -1,26 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.9
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
7
7
|
Author-email: happy.yang@checkmarx.com
|
|
8
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
13
12
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
14
13
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
15
|
-
Requires-Python:
|
|
14
|
+
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.7
|
|
16
15
|
Description-Content-Type: text/markdown
|
|
17
16
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: urllib3>=1.26.12
|
|
19
17
|
Requires-Dist: requests>=2.28.1
|
|
20
18
|
Requires-Dist: requests-toolbelt>=0.9.1
|
|
21
19
|
Requires-Dist: zeep>=4.1.0
|
|
22
|
-
Requires-Dist: python-dateutil>=2.8.2
|
|
23
|
-
Requires-Dist: keyring>=23.9.3
|
|
24
20
|
Requires-Dist: Deprecated>=1.2.13
|
|
25
21
|
Provides-Extra: dotenv
|
|
26
22
|
Requires-Dist: python-dotenv; extra == "dotenv"
|
|
@@ -1,26 +1,22 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: CheckmarxPythonSDK
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.9
|
|
4
4
|
Summary: Checkmarx Python SDK
|
|
5
5
|
Home-page: https://github.com/checkmarx-ts/checkmarx-python-sdk
|
|
6
6
|
Author: Happy Yang
|
|
7
7
|
Author-email: happy.yang@checkmarx.com
|
|
8
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.7
|
|
11
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
12
11
|
Classifier: Operating System :: OS Independent
|
|
13
12
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
14
13
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
15
|
-
Requires-Python:
|
|
14
|
+
Requires-Python: !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.7
|
|
16
15
|
Description-Content-Type: text/markdown
|
|
17
16
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: urllib3>=1.26.12
|
|
19
17
|
Requires-Dist: requests>=2.28.1
|
|
20
18
|
Requires-Dist: requests-toolbelt>=0.9.1
|
|
21
19
|
Requires-Dist: zeep>=4.1.0
|
|
22
|
-
Requires-Dist: python-dateutil>=2.8.2
|
|
23
|
-
Requires-Dist: keyring>=23.9.3
|
|
24
20
|
Requires-Dist: Deprecated>=1.2.13
|
|
25
21
|
Provides-Extra: dotenv
|
|
26
22
|
Requires-Dist: python-dotenv; extra == "dotenv"
|
|
@@ -27,7 +27,6 @@ setup(
|
|
|
27
27
|
packages=find_packages(exclude=['tests*']),
|
|
28
28
|
include_package_data=True,
|
|
29
29
|
classifiers=[
|
|
30
|
-
'Programming Language :: Python :: 2.7',
|
|
31
30
|
"Programming Language :: Python :: 3",
|
|
32
31
|
'Programming Language :: Python :: 3.7',
|
|
33
32
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
|
@@ -35,14 +34,11 @@ setup(
|
|
|
35
34
|
'Programming Language :: Python :: Implementation :: CPython',
|
|
36
35
|
'Programming Language :: Python :: Implementation :: PyPy'
|
|
37
36
|
],
|
|
38
|
-
python_requires='
|
|
37
|
+
python_requires='!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, >=3.7',
|
|
39
38
|
install_requires=[
|
|
40
|
-
"urllib3>=1.26.12",
|
|
41
39
|
"requests>=2.28.1",
|
|
42
40
|
"requests-toolbelt>=0.9.1",
|
|
43
41
|
"zeep>=4.1.0",
|
|
44
|
-
"python-dateutil>=2.8.2",
|
|
45
|
-
"keyring>=23.9.3",
|
|
46
42
|
"Deprecated>=1.2.13",
|
|
47
43
|
],
|
|
48
44
|
extras_require={
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.2.7'
|
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/Configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/applicationsAPI.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.2.7 → checkmarxpythonsdk-1.2.9}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|