CheckmarxPythonSDK 1.2.8__tar.gz → 1.3.0__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.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/__init__.py +1 -6
- checkmarxpythonsdk-1.3.0/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +270 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxScaApiSDK/api.py +30 -0
- checkmarxpythonsdk-1.3.0/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.2.8/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -297
- checkmarxpythonsdk-1.2.8/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/LICENSE +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/README.md +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/setup.py +0 -0
- {checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/tests/test_sample.py +0 -0
|
@@ -116,14 +116,9 @@ from .repoManagerAPI import (
|
|
|
116
116
|
get_repos,
|
|
117
117
|
get_repo_branches,
|
|
118
118
|
construct_repo_request,
|
|
119
|
-
construct_github_repo_request,
|
|
120
119
|
repo_import,
|
|
121
|
-
github_import,
|
|
122
|
-
gitlab_import,
|
|
123
|
-
azure_import,
|
|
124
|
-
construct_bitbucket_repo_request,
|
|
125
|
-
bitbucket_import,
|
|
126
120
|
get_job_status,
|
|
121
|
+
batch_import_github_repo,
|
|
127
122
|
)
|
|
128
123
|
|
|
129
124
|
from .reportAPI import (
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
import math
|
|
2
|
+
import json
|
|
3
|
+
import time
|
|
4
|
+
import logging
|
|
5
|
+
from .httpRequests import get_request, post_request
|
|
6
|
+
from typing import List
|
|
7
|
+
from requests.exceptions import ChunkedEncodingError
|
|
8
|
+
from .projectsAPI import get_all_projects
|
|
9
|
+
|
|
10
|
+
logger = logging.getLogger("CheckmarxPythonSDK")
|
|
11
|
+
|
|
12
|
+
origin_dict = {
|
|
13
|
+
"GITHUB": 1,
|
|
14
|
+
"GITLAB": 2,
|
|
15
|
+
"AZURE": 3,
|
|
16
|
+
"BITBUCKET": 4,
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def check_origin(origin: str) -> str:
|
|
21
|
+
origin = origin.upper()
|
|
22
|
+
if origin not in origin_dict.keys():
|
|
23
|
+
raise ValueError(f"origin {origin} not support! Currently only support GITHUB, GITLAB, AZURE, BITBUCKET")
|
|
24
|
+
return origin
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def get_repos(origin: str, organization: str, auth_code: str, is_user: bool = False, page: int = 1):
|
|
28
|
+
origin = check_origin(origin)
|
|
29
|
+
relative_url = f"/api/repos-manager/scms/{origin_dict.get(origin)}/orgs/{organization}/repos"
|
|
30
|
+
params = {
|
|
31
|
+
"authCode": auth_code,
|
|
32
|
+
"isUser": str(is_user).lower(),
|
|
33
|
+
"page": page,
|
|
34
|
+
}
|
|
35
|
+
return get_request(relative_url=relative_url, params=params)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def get_all_repos(origin: str, organization: str, auth_code: str, is_user: bool = False):
|
|
39
|
+
origin = check_origin(origin)
|
|
40
|
+
result = []
|
|
41
|
+
page = 1
|
|
42
|
+
while True:
|
|
43
|
+
repos = get_repos(
|
|
44
|
+
origin=origin, organization=organization, auth_code=auth_code, is_user=is_user, page=page
|
|
45
|
+
).json().get("repoWebDtoList")
|
|
46
|
+
page += 1
|
|
47
|
+
if not repos:
|
|
48
|
+
break
|
|
49
|
+
result.extend(repos)
|
|
50
|
+
return result
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def get_repo_branches(origin: str, organization: str, repo: str, auth_code: str, page: int = 1):
|
|
54
|
+
origin = check_origin(origin)
|
|
55
|
+
relative_url = f"/api/repos-manager/scms/{origin_dict.get(origin)}/orgs/{organization}/repos/{repo}/branches"
|
|
56
|
+
params = {
|
|
57
|
+
"authCode": auth_code,
|
|
58
|
+
"page": page,
|
|
59
|
+
}
|
|
60
|
+
return get_request(relative_url=relative_url, params=params)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
def get_all_repo_branches(origin: str, organization: str, repo: str, auth_code: str):
|
|
64
|
+
origin = check_origin(origin)
|
|
65
|
+
result = []
|
|
66
|
+
page = 1
|
|
67
|
+
while True:
|
|
68
|
+
repos = get_repo_branches(
|
|
69
|
+
origin=origin, organization=organization, repo=repo, auth_code=auth_code, page=page
|
|
70
|
+
).json().get("branchWebDtoList")
|
|
71
|
+
page += 1
|
|
72
|
+
if not repos:
|
|
73
|
+
break
|
|
74
|
+
result.extend(repos)
|
|
75
|
+
return result
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
def construct_repo_request(
|
|
79
|
+
http_repo_url, ssh_repo_url, id=None, branches: List[dict] = None, is_repo_admin=True, origin="GITHUB",
|
|
80
|
+
kics_scanner_enabled=True, sast_incremental_scan=True, sast_scanner_enabled=True,
|
|
81
|
+
api_sec_scanner_enabled=True, sca_scanner_enabled=True, webhook_enabled=True, pre_decoration_enabled=True,
|
|
82
|
+
sca_auto_pr_enabled=True, container_scanner_enabled=True, ossf_score_card_scanner_enabled=True,
|
|
83
|
+
secrets_detection_scanner_enabled=True, name=None, project_id=None):
|
|
84
|
+
"""
|
|
85
|
+
|
|
86
|
+
Args:
|
|
87
|
+
http_repo_url:
|
|
88
|
+
ssh_repo_url:
|
|
89
|
+
id:
|
|
90
|
+
branches: example: [
|
|
91
|
+
{
|
|
92
|
+
"name": "master",
|
|
93
|
+
"isDefaultBranch": True
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
is_repo_admin:
|
|
97
|
+
origin:
|
|
98
|
+
kics_scanner_enabled:
|
|
99
|
+
sast_incremental_scan:
|
|
100
|
+
sast_scanner_enabled:
|
|
101
|
+
api_sec_scanner_enabled:
|
|
102
|
+
sca_scanner_enabled:
|
|
103
|
+
webhook_enabled:
|
|
104
|
+
pre_decoration_enabled:
|
|
105
|
+
sca_auto_pr_enabled:
|
|
106
|
+
container_scanner_enabled:
|
|
107
|
+
ossf_score_card_scanner_enabled:
|
|
108
|
+
secrets_detection_scanner_enabled:
|
|
109
|
+
name:
|
|
110
|
+
project_id:
|
|
111
|
+
|
|
112
|
+
Returns:
|
|
113
|
+
|
|
114
|
+
"""
|
|
115
|
+
http_repo_url = http_repo_url.replace(".git", "")
|
|
116
|
+
org_repo_name = "/".join(http_repo_url.split("/")[3:])
|
|
117
|
+
if origin in ["AZURE", "BITBUCKET"]:
|
|
118
|
+
org_repo_name = "/".join(org_repo_name.split("/")[0:2])
|
|
119
|
+
repo_name = org_repo_name.split("/")[1]
|
|
120
|
+
data = {
|
|
121
|
+
"id": repo_name,
|
|
122
|
+
"isRepoAdmin": is_repo_admin,
|
|
123
|
+
"name": org_repo_name,
|
|
124
|
+
"origin": origin,
|
|
125
|
+
"url": http_repo_url,
|
|
126
|
+
"branches": branches,
|
|
127
|
+
"kicsScannerEnabled": kics_scanner_enabled,
|
|
128
|
+
"sastIncrementalScan": sast_incremental_scan,
|
|
129
|
+
"sastScannerEnabled": sast_scanner_enabled,
|
|
130
|
+
"apiSecScannerEnabled": api_sec_scanner_enabled,
|
|
131
|
+
"scaScannerEnabled": sca_scanner_enabled,
|
|
132
|
+
"webhookEnabled": webhook_enabled,
|
|
133
|
+
"prDecorationEnabled": pre_decoration_enabled,
|
|
134
|
+
"scaAutoPrEnabled": sca_auto_pr_enabled,
|
|
135
|
+
"sshRepoUrl": ssh_repo_url,
|
|
136
|
+
"sshState": "SKIPPED",
|
|
137
|
+
"containerScannerEnabled": container_scanner_enabled,
|
|
138
|
+
"ossfSecoreCardScannerEnabled": ossf_score_card_scanner_enabled,
|
|
139
|
+
"secretsDerectionScannerEnabled": secrets_detection_scanner_enabled
|
|
140
|
+
}
|
|
141
|
+
if origin in ['GITLAB', "BITBUCKET"]:
|
|
142
|
+
data.update({"id": id})
|
|
143
|
+
if origin in ["AZURE"]:
|
|
144
|
+
data.update({
|
|
145
|
+
"id": id,
|
|
146
|
+
"projectId": project_id,
|
|
147
|
+
})
|
|
148
|
+
return data
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
def repo_import(origin: str, organization: str, auth_code: str, repos_from_request: List[dict],
|
|
152
|
+
is_user: bool = False, is_org_webhook_enabled: bool = False, create_ast_project: bool = True,
|
|
153
|
+
scan_ast_project: bool = False):
|
|
154
|
+
params = {
|
|
155
|
+
"authCode": auth_code,
|
|
156
|
+
"isUser": str(is_user).lower(),
|
|
157
|
+
"isOrgWebhookEnabled": str(is_org_webhook_enabled).lower(),
|
|
158
|
+
"createAstProject": str(create_ast_project).lower(),
|
|
159
|
+
"scanAstProject": str(scan_ast_project).lower()
|
|
160
|
+
}
|
|
161
|
+
headers = {
|
|
162
|
+
"accept": "*/*",
|
|
163
|
+
"accept-language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7",
|
|
164
|
+
"cache-control": "no-cache",
|
|
165
|
+
"content-type": "application/json",
|
|
166
|
+
"pragma": "no-cache",
|
|
167
|
+
"priority": "u=1, i",
|
|
168
|
+
"sec-ch-ua": '"Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"',
|
|
169
|
+
"sec-ch-ua-mobile": "?0",
|
|
170
|
+
"sec-ch-ua-platform": '"Windows"',
|
|
171
|
+
"sec-fetch-dest": "empty",
|
|
172
|
+
"sec-fetch-mode": "cors",
|
|
173
|
+
"sec-fetch-site": "same-origin",
|
|
174
|
+
"strict-transport-security": "max-age=31536000; includeSubDomains",
|
|
175
|
+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
176
|
+
"Chrome/134.0.0.0 Safari/537.36",
|
|
177
|
+
"webapp": "true",
|
|
178
|
+
'Accept-Encoding': 'identity',
|
|
179
|
+
}
|
|
180
|
+
data = {
|
|
181
|
+
"reposFromRequest": repos_from_request,
|
|
182
|
+
"orgSshKey": "",
|
|
183
|
+
"orgSshState": "SKIPPED"
|
|
184
|
+
}
|
|
185
|
+
relative_url = f"/api/repos-manager/scms/{origin_dict.get(origin)}/orgs/{organization}/"
|
|
186
|
+
if origin == "GITHUB":
|
|
187
|
+
relative_url += "asyncImport"
|
|
188
|
+
else:
|
|
189
|
+
relative_url += "repos"
|
|
190
|
+
response = post_request(relative_url=relative_url, params=params, headers=headers, json=data)
|
|
191
|
+
return response
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
def get_job_status():
|
|
195
|
+
relative_url = "/api/ssegateway/job-status"
|
|
196
|
+
headers = {
|
|
197
|
+
"accept": "*/*",
|
|
198
|
+
"accept-language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7",
|
|
199
|
+
"cache-control": "no-cache",
|
|
200
|
+
"pragma": "no-cache",
|
|
201
|
+
"priority": "u=1, i",
|
|
202
|
+
"sec-ch-ua": '"Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"',
|
|
203
|
+
"sec-ch-ua-mobile": "?0",
|
|
204
|
+
"sec-ch-ua-platform": '"Windows"',
|
|
205
|
+
"sec-fetch-dest": "empty",
|
|
206
|
+
"sec-fetch-mode": "cors",
|
|
207
|
+
"sec-fetch-site": "same-origin",
|
|
208
|
+
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
209
|
+
"Chrome/134.0.0.0 Safari/537.36",
|
|
210
|
+
'Accept-Encoding': 'identity',
|
|
211
|
+
}
|
|
212
|
+
response = get_request(relative_url, headers=headers)
|
|
213
|
+
data_list = [json.loads(item.replace("data:", "")) for item in response.text.split("\n") if item != ""]
|
|
214
|
+
job_percentage = data_list[-1].get("percentage")
|
|
215
|
+
return job_percentage
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
def batch_import_github_repo(origin: str, organization: str, auth_code: str, chunk_size: int = 200,
|
|
219
|
+
is_user: bool = False, is_org_webhook_enabled: bool = False,
|
|
220
|
+
create_ast_project: bool = True, scan_ast_project: bool = False):
|
|
221
|
+
origin = check_origin(origin)
|
|
222
|
+
project_list = get_all_projects()
|
|
223
|
+
project_name_list = [project.name for project in project_list]
|
|
224
|
+
repos = get_all_repos(origin=origin, organization=organization, auth_code=auth_code)
|
|
225
|
+
repo_requests = []
|
|
226
|
+
for repo in repos:
|
|
227
|
+
repo_full_name = repo.get("fullName")
|
|
228
|
+
if repo_full_name in project_name_list:
|
|
229
|
+
logger.info(f"repo {repo_full_name} already exist in cx one, skip!")
|
|
230
|
+
continue
|
|
231
|
+
repo_requests.append(
|
|
232
|
+
construct_repo_request(
|
|
233
|
+
http_repo_url=repo.get("url"),
|
|
234
|
+
ssh_repo_url=repo.get("sshRepoUrl"),
|
|
235
|
+
id=repo.get("id"),
|
|
236
|
+
branches=[{
|
|
237
|
+
"name": repo.get("defaultBranch"),
|
|
238
|
+
"isDefaultBranch": True
|
|
239
|
+
}] if origin != "BITBUCKET" else list(filter(
|
|
240
|
+
lambda r: r.get("name") == "master",
|
|
241
|
+
get_all_repo_branches(origin=origin, organization=organization, repo=repo, auth_code=auth_code)
|
|
242
|
+
)),
|
|
243
|
+
origin=origin,
|
|
244
|
+
webhook_enabled=True,
|
|
245
|
+
)
|
|
246
|
+
)
|
|
247
|
+
round_of_requests = math.ceil(len(repos) / chunk_size)
|
|
248
|
+
logger.info(f"there are total {len(repos)} repos in org: {organization}, "
|
|
249
|
+
f"total {len(repo_requests)} repo requests created, "
|
|
250
|
+
f"will be {round_of_requests} round_of_requests ")
|
|
251
|
+
round_i = 0
|
|
252
|
+
while round_i < round_of_requests:
|
|
253
|
+
repo_request_chunks = repo_requests[round_i * chunk_size: (round_i + 1) * chunk_size + 1]
|
|
254
|
+
logger.info(f"round {round_i + 1}, number of repos to create: {len(repo_request_chunks)} ")
|
|
255
|
+
round_i += 1
|
|
256
|
+
repo_import(
|
|
257
|
+
origin=origin, organization=organization, auth_code=auth_code, repos_from_request=repo_request_chunks,
|
|
258
|
+
is_user=is_user, is_org_webhook_enabled=is_org_webhook_enabled, create_ast_project=create_ast_project,
|
|
259
|
+
scan_ast_project=scan_ast_project
|
|
260
|
+
)
|
|
261
|
+
percentage = 0
|
|
262
|
+
while percentage < 100:
|
|
263
|
+
try:
|
|
264
|
+
percentage = get_job_status()
|
|
265
|
+
logger.info(f"import percent: {percentage}")
|
|
266
|
+
time.sleep(10)
|
|
267
|
+
except ChunkedEncodingError as e:
|
|
268
|
+
logger.info(f"ChunkedEncodingError: {e}")
|
|
269
|
+
continue
|
|
270
|
+
time.sleep(10)
|
|
@@ -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.3.0'
|
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
import json
|
|
2
|
-
from .httpRequests import get_request, post_request
|
|
3
|
-
from typing import List
|
|
4
|
-
|
|
5
|
-
origin_dict = {
|
|
6
|
-
"GITHUB": 1,
|
|
7
|
-
"GITLAB": 2,
|
|
8
|
-
"AZURE": 3,
|
|
9
|
-
"BITBUCKET": 4,
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
def get_repos(origin: str, organization: str, auth_code: str, is_user: bool = False, page: int = 1):
|
|
14
|
-
assert origin in origin_dict.keys()
|
|
15
|
-
relative_url = f"/api/repos-manager/scms/{origin_dict.get(origin)}/orgs/{organization}/repos"
|
|
16
|
-
params = {
|
|
17
|
-
"authCode": auth_code,
|
|
18
|
-
"isUser": str(is_user).lower(),
|
|
19
|
-
"page": page,
|
|
20
|
-
}
|
|
21
|
-
return get_request(relative_url=relative_url, params=params)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
def get_repo_branches(origin: str, organization: str, repo: str, auth_code: str, page: int = 1):
|
|
25
|
-
assert origin in origin_dict.keys()
|
|
26
|
-
relative_url = f"/api/repos-manager/scms/{origin_dict.get(origin)}/orgs/{organization}/repos/{repo}/branches"
|
|
27
|
-
params = {
|
|
28
|
-
"authCode": auth_code,
|
|
29
|
-
"page": page,
|
|
30
|
-
}
|
|
31
|
-
return get_request(relative_url=relative_url, params=params)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
def github_import(github_org: str, auth_code: str, repos_from_request: List[dict],
|
|
35
|
-
is_user: bool = False, is_org_webhook_enabled: bool = True, create_ast_project: bool = True,
|
|
36
|
-
scan_ast_project: bool = False):
|
|
37
|
-
"""
|
|
38
|
-
|
|
39
|
-
Args:
|
|
40
|
-
github_org (str):
|
|
41
|
-
auth_code (str):
|
|
42
|
-
repos_from_request (List[dict]): the dict has url and default_branch keys
|
|
43
|
-
is_user (bool):
|
|
44
|
-
is_org_webhook_enabled (bool):
|
|
45
|
-
create_ast_project (bool):
|
|
46
|
-
scan_ast_project (bool):
|
|
47
|
-
|
|
48
|
-
Returns:
|
|
49
|
-
|
|
50
|
-
"""
|
|
51
|
-
relative_url = f"/api/repos-manager/scms/1/orgs/{github_org}/asyncImport"
|
|
52
|
-
return repo_import(relative_url=relative_url, auth_code=auth_code, repos_from_request=repos_from_request,
|
|
53
|
-
is_user=is_user, is_org_webhook_enabled=is_org_webhook_enabled,
|
|
54
|
-
create_ast_project=create_ast_project,
|
|
55
|
-
scan_ast_project=scan_ast_project)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
def construct_repo_request(
|
|
59
|
-
http_repo_url, ssh_repo_url, id=None, branches: List[dict] = None, is_repo_admin=True, origin="GITHUB",
|
|
60
|
-
kics_scanner_enabled=True, sast_incremental_scan=True, sast_scanner_enabled=True,
|
|
61
|
-
api_sec_scanner_enabled=True, sca_scanner_enabled=True, webhook_enabled=True, pre_decoration_enabled=True,
|
|
62
|
-
sca_auto_pr_enabled=True, container_scanner_enabled=True, ossf_score_card_scanner_enabled=True,
|
|
63
|
-
secrets_detection_scanner_enabled=True, name=None, project_id=None):
|
|
64
|
-
"""
|
|
65
|
-
|
|
66
|
-
Args:
|
|
67
|
-
http_repo_url:
|
|
68
|
-
ssh_repo_url:
|
|
69
|
-
id:
|
|
70
|
-
branches: example: [
|
|
71
|
-
{
|
|
72
|
-
"name": "master",
|
|
73
|
-
"isDefaultBranch": True
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
is_repo_admin:
|
|
77
|
-
origin:
|
|
78
|
-
kics_scanner_enabled:
|
|
79
|
-
sast_incremental_scan:
|
|
80
|
-
sast_scanner_enabled:
|
|
81
|
-
api_sec_scanner_enabled:
|
|
82
|
-
sca_scanner_enabled:
|
|
83
|
-
webhook_enabled:
|
|
84
|
-
pre_decoration_enabled:
|
|
85
|
-
sca_auto_pr_enabled:
|
|
86
|
-
container_scanner_enabled:
|
|
87
|
-
ossf_score_card_scanner_enabled:
|
|
88
|
-
secrets_detection_scanner_enabled:
|
|
89
|
-
name:
|
|
90
|
-
project_id:
|
|
91
|
-
|
|
92
|
-
Returns:
|
|
93
|
-
|
|
94
|
-
"""
|
|
95
|
-
http_repo_url = http_repo_url.replace(".git", "")
|
|
96
|
-
org_repo_name = "/".join(http_repo_url.split("/")[3:])
|
|
97
|
-
if origin in ["AZURE", "BITBUCKET"]:
|
|
98
|
-
org_repo_name = "/".join(org_repo_name.split("/")[0:2])
|
|
99
|
-
repo_name = org_repo_name.split("/")[1]
|
|
100
|
-
data = {
|
|
101
|
-
"id": repo_name,
|
|
102
|
-
"isRepoAdmin": is_repo_admin,
|
|
103
|
-
"name": org_repo_name,
|
|
104
|
-
"origin": origin,
|
|
105
|
-
"url": http_repo_url,
|
|
106
|
-
"branches": branches,
|
|
107
|
-
"kicsScannerEnabled": kics_scanner_enabled,
|
|
108
|
-
"sastIncrementalScan": sast_incremental_scan,
|
|
109
|
-
"sastScannerEnabled": sast_scanner_enabled,
|
|
110
|
-
"apiSecScannerEnabled": api_sec_scanner_enabled,
|
|
111
|
-
"scaScannerEnabled": sca_scanner_enabled,
|
|
112
|
-
"webhookEnabled": webhook_enabled,
|
|
113
|
-
"prDecorationEnabled": pre_decoration_enabled,
|
|
114
|
-
"scaAutoPrEnabled": sca_auto_pr_enabled,
|
|
115
|
-
"sshRepoUrl": ssh_repo_url,
|
|
116
|
-
"sshState": "SKIPPED",
|
|
117
|
-
"containerScannerEnabled": container_scanner_enabled,
|
|
118
|
-
"ossfSecoreCardScannerEnabled": ossf_score_card_scanner_enabled,
|
|
119
|
-
"secretsDerectionScannerEnabled": secrets_detection_scanner_enabled
|
|
120
|
-
}
|
|
121
|
-
if origin in ['GITLAB', "BITBUCKET"]:
|
|
122
|
-
data.update({"id": id})
|
|
123
|
-
if origin in ["AZURE"]:
|
|
124
|
-
data.update({
|
|
125
|
-
"id": id,
|
|
126
|
-
"projectId": project_id,
|
|
127
|
-
})
|
|
128
|
-
return data
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
def construct_github_repo_request(
|
|
132
|
-
http_repo_url, ssh_repo_url, branches, is_repo_admin=True, origin="GITHUB",
|
|
133
|
-
kics_scanner_enabled=True, sast_incremental_scan=True, sast_scanner_enabled=True,
|
|
134
|
-
api_sec_scanner_enabled=True, sca_scanner_enabled=True, webhook_enabled=True, pre_decoration_enabled=True,
|
|
135
|
-
sca_auto_pr_enabled=True, container_scanner_enabled=True, ossf_score_card_scanner_enabled=True,
|
|
136
|
-
secrets_detection_scanner_enabled=True):
|
|
137
|
-
return construct_repo_request(
|
|
138
|
-
http_repo_url=http_repo_url, ssh_repo_url=ssh_repo_url, branches=branches,
|
|
139
|
-
is_repo_admin=is_repo_admin, origin=origin,
|
|
140
|
-
kics_scanner_enabled=kics_scanner_enabled, sast_incremental_scan=sast_incremental_scan,
|
|
141
|
-
sast_scanner_enabled=sast_scanner_enabled, api_sec_scanner_enabled=api_sec_scanner_enabled,
|
|
142
|
-
sca_scanner_enabled=sca_scanner_enabled, webhook_enabled=webhook_enabled,
|
|
143
|
-
pre_decoration_enabled=pre_decoration_enabled, sca_auto_pr_enabled=sca_auto_pr_enabled,
|
|
144
|
-
container_scanner_enabled=container_scanner_enabled,
|
|
145
|
-
ossf_score_card_scanner_enabled=ossf_score_card_scanner_enabled,
|
|
146
|
-
secrets_detection_scanner_enabled=secrets_detection_scanner_enabled)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
def repo_import(relative_url: str, auth_code: str, repos_from_request: List[dict],
|
|
150
|
-
is_user: bool = False, is_org_webhook_enabled: bool = False, create_ast_project: bool = True,
|
|
151
|
-
scan_ast_project: bool = False):
|
|
152
|
-
"""
|
|
153
|
-
|
|
154
|
-
Args:
|
|
155
|
-
relative_url (str):
|
|
156
|
-
auth_code (str):
|
|
157
|
-
repos_from_request (List[dict]): the dict has url and default_branch keys
|
|
158
|
-
is_user (bool):
|
|
159
|
-
is_org_webhook_enabled (bool):
|
|
160
|
-
create_ast_project (bool):
|
|
161
|
-
scan_ast_project (bool):
|
|
162
|
-
|
|
163
|
-
Returns:
|
|
164
|
-
|
|
165
|
-
"""
|
|
166
|
-
params = {
|
|
167
|
-
"authCode": auth_code,
|
|
168
|
-
"isUser": str(is_user).lower(),
|
|
169
|
-
"isOrgWebhookEnabled": str(is_org_webhook_enabled).lower(),
|
|
170
|
-
"createAstProject": str(create_ast_project).lower(),
|
|
171
|
-
"scanAstProject": str(scan_ast_project).lower()
|
|
172
|
-
}
|
|
173
|
-
headers = {
|
|
174
|
-
"accept": "*/*",
|
|
175
|
-
"accept-language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7",
|
|
176
|
-
"cache-control": "no-cache",
|
|
177
|
-
"content-type": "application/json",
|
|
178
|
-
"pragma": "no-cache",
|
|
179
|
-
"priority": "u=1, i",
|
|
180
|
-
"sec-ch-ua": '"Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"',
|
|
181
|
-
"sec-ch-ua-mobile": "?0",
|
|
182
|
-
"sec-ch-ua-platform": '"Windows"',
|
|
183
|
-
"sec-fetch-dest": "empty",
|
|
184
|
-
"sec-fetch-mode": "cors",
|
|
185
|
-
"sec-fetch-site": "same-origin",
|
|
186
|
-
"strict-transport-security": "max-age=31536000; includeSubDomains",
|
|
187
|
-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
188
|
-
"Chrome/134.0.0.0 Safari/537.36",
|
|
189
|
-
"webapp": "true",
|
|
190
|
-
'Accept-Encoding': 'identity',
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
data = {
|
|
194
|
-
"reposFromRequest": repos_from_request,
|
|
195
|
-
"orgSshKey": "",
|
|
196
|
-
"orgSshState": "SKIPPED"
|
|
197
|
-
}
|
|
198
|
-
response = post_request(relative_url=relative_url, params=params, headers=headers, json=data)
|
|
199
|
-
return response
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
def gitlab_import(gitlab_org: str, auth_code: str, repos_from_request: List[dict],
|
|
203
|
-
is_user: bool = False, is_org_webhook_enabled: bool = False, create_ast_project: bool = True,
|
|
204
|
-
scan_ast_project: bool = False):
|
|
205
|
-
relative_url = f"/api/repos-manager/scms/2/orgs/{gitlab_org}/repos"
|
|
206
|
-
return repo_import(relative_url=relative_url, auth_code=auth_code, repos_from_request=repos_from_request,
|
|
207
|
-
is_user=is_user, is_org_webhook_enabled=is_org_webhook_enabled,
|
|
208
|
-
create_ast_project=create_ast_project,
|
|
209
|
-
scan_ast_project=scan_ast_project)
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
def azure_import(azure_org: str, auth_code: str, repos_from_request: List[dict],
|
|
213
|
-
is_user: bool = False, is_org_webhook_enabled: bool = False, create_ast_project: bool = True,
|
|
214
|
-
scan_ast_project: bool = False):
|
|
215
|
-
relative_url = f"/api/repos-manager/scms/3/orgs/{azure_org}/repos"
|
|
216
|
-
return repo_import(relative_url=relative_url, auth_code=auth_code, repos_from_request=repos_from_request,
|
|
217
|
-
is_user=is_user, is_org_webhook_enabled=is_org_webhook_enabled,
|
|
218
|
-
create_ast_project=create_ast_project,
|
|
219
|
-
scan_ast_project=scan_ast_project)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
def construct_bitbucket_repo_request(
|
|
223
|
-
http_repo_url, ssh_repo_url, branches, is_repo_admin=True, origin="BITBUCKET",
|
|
224
|
-
kics_scanner_enabled=True, sast_incremental_scan=True, sast_scanner_enabled=True,
|
|
225
|
-
api_sec_scanner_enabled=True, sca_scanner_enabled=True, webhook_enabled=True, pre_decoration_enabled=True,
|
|
226
|
-
sca_auto_pr_enabled=True, container_scanner_enabled=True, ossf_score_card_scanner_enabled=True,
|
|
227
|
-
secrets_detection_scanner_enabled=True):
|
|
228
|
-
"""
|
|
229
|
-
|
|
230
|
-
Args:
|
|
231
|
-
http_repo_url:
|
|
232
|
-
ssh_repo_url:
|
|
233
|
-
branches: example: [{
|
|
234
|
-
"name": "master",
|
|
235
|
-
"isDefaultBranch": False,
|
|
236
|
-
"bitBucketBranchCommitHash": "f96f204bc2546f3a7568da24f6215cf6d4387112"
|
|
237
|
-
}]
|
|
238
|
-
is_repo_admin:
|
|
239
|
-
origin:
|
|
240
|
-
kics_scanner_enabled:
|
|
241
|
-
sast_incremental_scan:
|
|
242
|
-
sast_scanner_enabled:
|
|
243
|
-
api_sec_scanner_enabled:
|
|
244
|
-
sca_scanner_enabled:
|
|
245
|
-
webhook_enabled:
|
|
246
|
-
pre_decoration_enabled:
|
|
247
|
-
sca_auto_pr_enabled:
|
|
248
|
-
container_scanner_enabled:
|
|
249
|
-
ossf_score_card_scanner_enabled:
|
|
250
|
-
secrets_detection_scanner_enabled:
|
|
251
|
-
|
|
252
|
-
Returns:
|
|
253
|
-
|
|
254
|
-
"""
|
|
255
|
-
return construct_repo_request(
|
|
256
|
-
http_repo_url=http_repo_url, ssh_repo_url=ssh_repo_url, branches=branches,
|
|
257
|
-
is_repo_admin=is_repo_admin, origin=origin, kics_scanner_enabled=kics_scanner_enabled,
|
|
258
|
-
sast_incremental_scan=sast_incremental_scan, sast_scanner_enabled=sast_scanner_enabled,
|
|
259
|
-
api_sec_scanner_enabled=api_sec_scanner_enabled, sca_scanner_enabled=sca_scanner_enabled,
|
|
260
|
-
webhook_enabled=webhook_enabled, pre_decoration_enabled=pre_decoration_enabled,
|
|
261
|
-
sca_auto_pr_enabled=sca_auto_pr_enabled, container_scanner_enabled=container_scanner_enabled,
|
|
262
|
-
ossf_score_card_scanner_enabled=ossf_score_card_scanner_enabled,
|
|
263
|
-
secrets_detection_scanner_enabled=secrets_detection_scanner_enabled)
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
def bitbucket_import(bitbucket_org: str, auth_code: str, repos_from_request: List[dict],
|
|
267
|
-
is_user: bool = False, is_org_webhook_enabled: bool = False, create_ast_project: bool = True,
|
|
268
|
-
scan_ast_project: bool = False):
|
|
269
|
-
relative_url = f"api/repos-manager/scms/4/orgs/{bitbucket_org}/repos"
|
|
270
|
-
return repo_import(relative_url=relative_url, auth_code=auth_code, repos_from_request=repos_from_request,
|
|
271
|
-
is_user=is_user, is_org_webhook_enabled=is_org_webhook_enabled,
|
|
272
|
-
create_ast_project=create_ast_project,
|
|
273
|
-
scan_ast_project=scan_ast_project)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
def get_job_status():
|
|
277
|
-
relative_url = "/api/ssegateway/job-status"
|
|
278
|
-
headers = {
|
|
279
|
-
"accept": "*/*",
|
|
280
|
-
"accept-language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7",
|
|
281
|
-
"cache-control": "no-cache",
|
|
282
|
-
"pragma": "no-cache",
|
|
283
|
-
"priority": "u=1, i",
|
|
284
|
-
"sec-ch-ua": '"Chromium";v="134", "Not:A-Brand";v="24", "Google Chrome";v="134"',
|
|
285
|
-
"sec-ch-ua-mobile": "?0",
|
|
286
|
-
"sec-ch-ua-platform": '"Windows"',
|
|
287
|
-
"sec-fetch-dest": "empty",
|
|
288
|
-
"sec-fetch-mode": "cors",
|
|
289
|
-
"sec-fetch-site": "same-origin",
|
|
290
|
-
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
291
|
-
"Chrome/134.0.0.0 Safari/537.36",
|
|
292
|
-
'Accept-Encoding': 'identity',
|
|
293
|
-
}
|
|
294
|
-
response = get_request(relative_url, headers=headers)
|
|
295
|
-
data_list = [json.loads(item.replace("data:", "")) for item in response.text.split("\n") if item != ""]
|
|
296
|
-
job_percentage = data_list[-1].get("percentage")
|
|
297
|
-
return job_percentage
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.2.8'
|
|
File without changes
|
{checkmarxpythonsdk-1.2.8 → checkmarxpythonsdk-1.3.0}/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
|