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