CheckmarxPythonSDK 1.0.9__tar.gz → 1.1.1__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.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/__init__.py +5 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py +45 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +56 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +52 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/dto/Scanner.py +31 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/dto/Scm.py +27 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +25 -0
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +56 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/__init__.py +6 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +2 -1
- checkmarxpythonsdk-1.1.1/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK.egg-info/SOURCES.txt +7 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.0.9/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/LICENSE +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/README.md +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/setup.py +0 -0
- {checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/tests/test_sample.py +0 -0
|
@@ -31,6 +31,11 @@ from .cloudInsightsServiceAPI import (
|
|
|
31
31
|
get_all_containers_for_an_account_id,
|
|
32
32
|
)
|
|
33
33
|
|
|
34
|
+
from .codeRepositoryProjectAPI import (
|
|
35
|
+
import_code_repository,
|
|
36
|
+
retrieve_import_status,
|
|
37
|
+
)
|
|
38
|
+
|
|
34
39
|
from .contributorsAPI import (
|
|
35
40
|
get_allowed_and_current_contributors_for_the_current_tenant,
|
|
36
41
|
get_contributors_details_for_current_tenant_exported_in_csv,
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# encoding: utf-
|
|
2
|
+
import json
|
|
3
|
+
from .httpRequests import get_request, post_request, delete_request
|
|
4
|
+
from CheckmarxPythonSDK.utilities.compat import OK, NO_CONTENT, CREATED
|
|
5
|
+
from .utilities import get_url_param, type_check, list_member_type_check
|
|
6
|
+
from .dto import SCMImportInput
|
|
7
|
+
|
|
8
|
+
api_url = "/api/repos-manager"
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
def import_code_repository(scm_import_input: SCMImportInput):
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
Args:
|
|
15
|
+
scm_import_input (SCMImportInput):
|
|
16
|
+
|
|
17
|
+
Returns:
|
|
18
|
+
processId
|
|
19
|
+
string
|
|
20
|
+
The unique identifier of this conversion process. You will use this ID with the
|
|
21
|
+
GET conversion/status/{process_id} API to check the status of the conversion.
|
|
22
|
+
|
|
23
|
+
message
|
|
24
|
+
string
|
|
25
|
+
A message that includes the url for checking the conversion status.
|
|
26
|
+
"""
|
|
27
|
+
type_check(scm_import_input, SCMImportInput)
|
|
28
|
+
relative_url = api_url + "/scm-projects"
|
|
29
|
+
response = post_request(relative_url=relative_url, data=json.dumps(scm_import_input.to_dict()))
|
|
30
|
+
return response.json()
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def retrieve_import_status(process_id: str):
|
|
34
|
+
"""
|
|
35
|
+
|
|
36
|
+
Args:
|
|
37
|
+
process_id: The unique identifier of the import process for which you would like to check the status
|
|
38
|
+
|
|
39
|
+
Returns:
|
|
40
|
+
|
|
41
|
+
"""
|
|
42
|
+
type_check(process_id, str)
|
|
43
|
+
relative_url = api_url + f"/scm-projects/import-status?process-id={process_id}"
|
|
44
|
+
response = get_request(relative_url=relative_url)
|
|
45
|
+
return response.json()
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
from .Scanner import Scanner
|
|
2
|
+
from typing import List
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class ProjectSettings(object):
|
|
6
|
+
|
|
7
|
+
def __init__(self,
|
|
8
|
+
web_hook_enabled: bool,
|
|
9
|
+
decorate_pull_requests: bool,
|
|
10
|
+
scanners: List[Scanner],
|
|
11
|
+
tags: dict = None,
|
|
12
|
+
groups: List[str] = None,
|
|
13
|
+
is_private_package: bool = None,
|
|
14
|
+
):
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
Args:
|
|
18
|
+
web_hook_enabled (bool): If true, a webhook is enabled for each repo.
|
|
19
|
+
decorate_pull_requests (bool): If true, pull request decorations will be sent to the repo.
|
|
20
|
+
Note: This requires webhookEnabled to be set as true.
|
|
21
|
+
is_private_package (bool): If true the project will be marked as a private package for SCA scans. (Not
|
|
22
|
+
currently supported)
|
|
23
|
+
scanners (list of Scanner):
|
|
24
|
+
tags (dict):
|
|
25
|
+
groups (list of str):
|
|
26
|
+
"""
|
|
27
|
+
self.webhookEnabled = web_hook_enabled
|
|
28
|
+
self.decoratePullRequests = decorate_pull_requests
|
|
29
|
+
self.isPrivatePackage = is_private_package
|
|
30
|
+
self.scanners = scanners
|
|
31
|
+
self.tags = tags
|
|
32
|
+
self.groups = groups
|
|
33
|
+
|
|
34
|
+
def __str__(self):
|
|
35
|
+
return (f"ProjectSettings("
|
|
36
|
+
f"webhookEnabled={self.webhookEnabled}, "
|
|
37
|
+
f"decoratePullRequests={self.decoratePullRequests}, "
|
|
38
|
+
f"isPrivatePackage={self.isPrivatePackage}, "
|
|
39
|
+
f"scanners={self.scanners}, "
|
|
40
|
+
f"tags={self.tags}, "
|
|
41
|
+
f"groups={self.groups}"
|
|
42
|
+
f")")
|
|
43
|
+
|
|
44
|
+
def to_dict(self):
|
|
45
|
+
result = {
|
|
46
|
+
"decoratePullRequests": self.decoratePullRequests,
|
|
47
|
+
"webhookEnabled": self.webhookEnabled,
|
|
48
|
+
"scanners": [
|
|
49
|
+
scanner.to_dict() for scanner in self.scanners
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
if self.tags is not None:
|
|
53
|
+
result.update({"tags": self.tags})
|
|
54
|
+
if self.groups is not None:
|
|
55
|
+
result.update({"groups": self.groups})
|
|
56
|
+
return result
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
from .Scm import Scm
|
|
2
|
+
from .ScmOrganization import ScmOrganization
|
|
3
|
+
from .ProjectSettings import ProjectSettings
|
|
4
|
+
from .ScmProject import ScmProject
|
|
5
|
+
from typing import List
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class SCMImportInput(object):
|
|
9
|
+
|
|
10
|
+
def __init__(self,
|
|
11
|
+
scm: Scm,
|
|
12
|
+
organization: ScmOrganization,
|
|
13
|
+
default_project_settings: ProjectSettings,
|
|
14
|
+
scan_projects_after_import: bool,
|
|
15
|
+
projects: List[ScmProject]
|
|
16
|
+
):
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
Args:
|
|
20
|
+
scm (Scm):
|
|
21
|
+
organization (ScmOrganization):
|
|
22
|
+
default_project_settings (ProjectSettings): By default, these settings will be applied to each
|
|
23
|
+
project created by this process. You can configure different settings for specific projects, which will
|
|
24
|
+
override these settings.
|
|
25
|
+
scan_projects_after_import (bool): If true an initial scan will be run when the import process is completed
|
|
26
|
+
projects (list of ScmProject): Specify the repos that you would like to import.
|
|
27
|
+
Each repo needs to be submitted explicitly.
|
|
28
|
+
Note: You can specify project settings for each specific project. These settings override the
|
|
29
|
+
defaultProjectSettings
|
|
30
|
+
"""
|
|
31
|
+
self.scm = scm
|
|
32
|
+
self.organization = organization
|
|
33
|
+
self.defaultProjectSettings = default_project_settings
|
|
34
|
+
self.scanProjectsAfterImport = scan_projects_after_import
|
|
35
|
+
self.projects = projects
|
|
36
|
+
|
|
37
|
+
def __str__(self):
|
|
38
|
+
return (f"SCMImportInput( scm={self.scm}, "
|
|
39
|
+
f"organization={self.organization}, "
|
|
40
|
+
f"defaultProjectSettings={self.defaultProjectSettings}, "
|
|
41
|
+
f"scanProjectsAfterImport={self.scanProjectsAfterImport}, "
|
|
42
|
+
f"projects={self.projects}"
|
|
43
|
+
f")")
|
|
44
|
+
|
|
45
|
+
def to_dict(self):
|
|
46
|
+
return {
|
|
47
|
+
"scm": self.scm.to_dict(),
|
|
48
|
+
"organization": self.organization.to_dict(),
|
|
49
|
+
"defaultProjectSettings": self.defaultProjectSettings.to_dict(),
|
|
50
|
+
"scanProjectsAfterImport": self.scanProjectsAfterImport,
|
|
51
|
+
"projects": [project.to_dict() for project in self.projects]
|
|
52
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
class Scanner(object):
|
|
2
|
+
|
|
3
|
+
def __init__(self,
|
|
4
|
+
scanner_type: str,
|
|
5
|
+
auto_pr_enabled: bool = None,
|
|
6
|
+
incremental: bool = None
|
|
7
|
+
):
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
Args:
|
|
11
|
+
scanner_type (str): The type of scanner to run.
|
|
12
|
+
Allowed values: sast sca kics apisec containers
|
|
13
|
+
auto_pr_enabled (bool): If true, Checkmarx will automatically send suggested remediation actions.
|
|
14
|
+
Note: Relevant only for sca scanner.
|
|
15
|
+
incremental (bool): If true, an incremental scan will be run by default (unless extensive changes are
|
|
16
|
+
identified in the project). Note: Relevant only for sast scans.
|
|
17
|
+
"""
|
|
18
|
+
self.type = scanner_type
|
|
19
|
+
self.autoPrEnabled = auto_pr_enabled
|
|
20
|
+
self.incremental = incremental
|
|
21
|
+
|
|
22
|
+
def __str__(self):
|
|
23
|
+
return f"Scanner(type={self.type}, autoPrEnabled={self.autoPrEnabled}, incremental={self.incremental})"
|
|
24
|
+
|
|
25
|
+
def to_dict(self):
|
|
26
|
+
result = {"type": self.type}
|
|
27
|
+
if self.autoPrEnabled is not None:
|
|
28
|
+
result.update({"enableAutoPullRequests": self.autoPrEnabled})
|
|
29
|
+
if self.incremental is not None:
|
|
30
|
+
result.update({"incrementalScan": self.incremental})
|
|
31
|
+
return result
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
class Scm(object):
|
|
2
|
+
|
|
3
|
+
def __init__(self,
|
|
4
|
+
token: str,
|
|
5
|
+
scm_type: str = "github",
|
|
6
|
+
self_hosted_scm_url: str = None
|
|
7
|
+
):
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
Args:
|
|
11
|
+
token (str): The token for authentication with your SCM
|
|
12
|
+
scm_type (str): The type of SCM that you are importing from
|
|
13
|
+
self_hosted_scm_url (str): The URL of your self-hosted environment. Note: This should be the exact URL that
|
|
14
|
+
you configured for your code repository in Checkmarx One.
|
|
15
|
+
"""
|
|
16
|
+
self.type = scm_type
|
|
17
|
+
self.token = token
|
|
18
|
+
self.selfHostedScmUrl = self_hosted_scm_url
|
|
19
|
+
|
|
20
|
+
def __str__(self):
|
|
21
|
+
return f"Scm(type={self.type}, token={self.token}, selfHostedScmUrl={self.selfHostedScmUrl}"
|
|
22
|
+
|
|
23
|
+
def to_dict(self):
|
|
24
|
+
return {
|
|
25
|
+
"type": self.type,
|
|
26
|
+
"token": self.token
|
|
27
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
class ScmOrganization(object):
|
|
2
|
+
|
|
3
|
+
def __init__(self,
|
|
4
|
+
org_identity: str,
|
|
5
|
+
monitor_for_new_projects: bool
|
|
6
|
+
):
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
Args:
|
|
10
|
+
org_identity (str): The name of the organization that you are importing from. Note: Each API call can only
|
|
11
|
+
import repos from a single organization.
|
|
12
|
+
monitor_for_new_projects (bool): If true, then after the initial configuration, whenever a new repo is
|
|
13
|
+
created in the organization, a corresponding project will be created in Checkmarx.
|
|
14
|
+
"""
|
|
15
|
+
self.orgIdentity = org_identity
|
|
16
|
+
self.monitorForNewProjects = monitor_for_new_projects
|
|
17
|
+
|
|
18
|
+
def __str__(self):
|
|
19
|
+
return f"ScmOrganization(orgIdentity={self.orgIdentity}, monitorForNewProjects={self.monitorForNewProjects})"
|
|
20
|
+
|
|
21
|
+
def to_dict(self):
|
|
22
|
+
return {
|
|
23
|
+
"orgIdentity": self.orgIdentity,
|
|
24
|
+
"monitorForNewProjects": self.monitorForNewProjects
|
|
25
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
from typing import List
|
|
2
|
+
from .ProjectSettings import ProjectSettings
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class ScmProject(object):
|
|
6
|
+
|
|
7
|
+
def __init__(self,
|
|
8
|
+
scm_repository_url: str,
|
|
9
|
+
protected_branches: List[str] = None,
|
|
10
|
+
branch_to_scan_upon_creation: str = None,
|
|
11
|
+
custom_settings: ProjectSettings = None,
|
|
12
|
+
ssh_key: str = None
|
|
13
|
+
):
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
Args:
|
|
17
|
+
scm_repository_url (str): The URL of the repo.
|
|
18
|
+
Note: Do not include the .git extension at the end of the URL.
|
|
19
|
+
Note: When using an SSH Key, you have the option to specify the repo address using the git@...
|
|
20
|
+
format, e.g., git@github:MyOrg/MyRepo.
|
|
21
|
+
protected_branches (list of str): A list of branches that will be scanned
|
|
22
|
+
Note: The max. number of protected branches is 3. If no branch is specified then the default
|
|
23
|
+
branch will be used.
|
|
24
|
+
ssh_key (str): The ssh key for accessing the repo.
|
|
25
|
+
Note: Newline characters in an SSH key must follow JSON convention and be escaped with \n in
|
|
26
|
+
the request.
|
|
27
|
+
branch_to_scan_upon_creation (str): Specify the branch that will be scanned after the initial import process
|
|
28
|
+
is completed.
|
|
29
|
+
Note: This is only relevant if scanProjectsAfterCreation is true.
|
|
30
|
+
custom_settings (ProjectSettings):
|
|
31
|
+
"""
|
|
32
|
+
self.scmRepositoryUrl = scm_repository_url
|
|
33
|
+
self.protectedBranches = protected_branches
|
|
34
|
+
self.sshKey = ssh_key
|
|
35
|
+
self.branchToScanUponCreation = branch_to_scan_upon_creation
|
|
36
|
+
self.customSettings = custom_settings
|
|
37
|
+
|
|
38
|
+
def __str__(self):
|
|
39
|
+
return (f"ScmProject( scmRepositoryUrl={self.scmRepositoryUrl}, "
|
|
40
|
+
f"protectedBranches={self.protectedBranches}, "
|
|
41
|
+
f"sshKey={self.sshKey}, "
|
|
42
|
+
f"branchToScanUponCreation={self.branchToScanUponCreation}, "
|
|
43
|
+
f"customSettings={self.customSettings}"
|
|
44
|
+
f")")
|
|
45
|
+
|
|
46
|
+
def to_dict(self):
|
|
47
|
+
result = {"scmRepositoryUrl": self.scmRepositoryUrl}
|
|
48
|
+
if self.protectedBranches is not None:
|
|
49
|
+
result.update({"protectedBranches": self.protectedBranches})
|
|
50
|
+
if self.sshKey is not None:
|
|
51
|
+
result.update({"sshKey": self.sshKey})
|
|
52
|
+
if self.branchToScanUponCreation is not None:
|
|
53
|
+
result.update({"branchToScanUponCreation": self.branchToScanUponCreation})
|
|
54
|
+
if self.customSettings is not None:
|
|
55
|
+
result.update({"customSettings": self.customSettings.to_dict()})
|
|
56
|
+
return result
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/dto/__init__.py
RENAMED
|
@@ -44,6 +44,7 @@ from .ProjectCounter import ProjectCounter
|
|
|
44
44
|
from .ProjectInput import ProjectInput
|
|
45
45
|
from .ProjectResponseModel import ProjectResponseModel
|
|
46
46
|
from .ProjectsCollection import ProjectsCollection
|
|
47
|
+
from .ProjectSettings import ProjectSettings
|
|
47
48
|
from .Property import Property
|
|
48
49
|
from .Queries import Queries
|
|
49
50
|
from .QueriesResponse import QueriesResponse
|
|
@@ -67,9 +68,14 @@ from .ScanEngineVersion import ScanEngineVersion
|
|
|
67
68
|
from .ScanInfo import ScanInfo
|
|
68
69
|
from .ScanInfoCollection import ScanInfoCollection
|
|
69
70
|
from .ScanInput import ScanInput
|
|
71
|
+
from .Scanner import Scanner
|
|
70
72
|
from .ScanParameter import ScanParameter
|
|
71
73
|
from .ScansCollection import ScansCollection
|
|
72
74
|
from .ScaPackageCounters import ScaPackageCounters
|
|
75
|
+
from .Scm import Scm
|
|
76
|
+
from .SCMImportInput import SCMImportInput
|
|
77
|
+
from .ScmOrganization import ScmOrganization
|
|
78
|
+
from .ScmProject import ScmProject
|
|
73
79
|
from .SeverityCounter import SeverityCounter
|
|
74
80
|
from .SeveritySummary import SeveritySummary
|
|
75
81
|
from .SinkFileSummary import SinkFileSummary
|
|
@@ -73,7 +73,8 @@ def get_sast_aggregate_results(scan_id, group_by_field, language=None, status=No
|
|
|
73
73
|
list_member_type_check(severity, str)
|
|
74
74
|
list_member_type_check(query_ids, int)
|
|
75
75
|
|
|
76
|
-
relative_url = api_url + "/aggregate?
|
|
76
|
+
relative_url = api_url + "/aggregate?"
|
|
77
|
+
relative_url += get_url_param("scan-id", scan_id)
|
|
77
78
|
relative_url += get_url_param("group-by-field", group_by_field)
|
|
78
79
|
relative_url += get_url_param("language", language)
|
|
79
80
|
relative_url += get_url_param("status", status)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.1.1'
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK.egg-info/SOURCES.txt
RENAMED
|
@@ -46,6 +46,7 @@ CheckmarxPythonSDK/CxOne/applicationsAPI.py
|
|
|
46
46
|
CheckmarxPythonSDK/CxOne/auditTrailAPI.py
|
|
47
47
|
CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py
|
|
48
48
|
CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py
|
|
49
|
+
CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py
|
|
49
50
|
CheckmarxPythonSDK/CxOne/config.py
|
|
50
51
|
CheckmarxPythonSDK/CxOne/contributorsAPI.py
|
|
51
52
|
CheckmarxPythonSDK/CxOne/flagsAPI.py
|
|
@@ -221,6 +222,7 @@ CheckmarxPythonSDK/CxOne/dto/Project.py
|
|
|
221
222
|
CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py
|
|
222
223
|
CheckmarxPythonSDK/CxOne/dto/ProjectInput.py
|
|
223
224
|
CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py
|
|
225
|
+
CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py
|
|
224
226
|
CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py
|
|
225
227
|
CheckmarxPythonSDK/CxOne/dto/Property.py
|
|
226
228
|
CheckmarxPythonSDK/CxOne/dto/Queries.py
|
|
@@ -236,6 +238,7 @@ CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py
|
|
|
236
238
|
CheckmarxPythonSDK/CxOne/dto/RichProject.py
|
|
237
239
|
CheckmarxPythonSDK/CxOne/dto/Rule.py
|
|
238
240
|
CheckmarxPythonSDK/CxOne/dto/RuleInput.py
|
|
241
|
+
CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py
|
|
239
242
|
CheckmarxPythonSDK/CxOne/dto/SastCounters.py
|
|
240
243
|
CheckmarxPythonSDK/CxOne/dto/SastResult.py
|
|
241
244
|
CheckmarxPythonSDK/CxOne/dto/SastScan.py
|
|
@@ -249,7 +252,11 @@ CheckmarxPythonSDK/CxOne/dto/ScanInfo.py
|
|
|
249
252
|
CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py
|
|
250
253
|
CheckmarxPythonSDK/CxOne/dto/ScanInput.py
|
|
251
254
|
CheckmarxPythonSDK/CxOne/dto/ScanParameter.py
|
|
255
|
+
CheckmarxPythonSDK/CxOne/dto/Scanner.py
|
|
252
256
|
CheckmarxPythonSDK/CxOne/dto/ScansCollection.py
|
|
257
|
+
CheckmarxPythonSDK/CxOne/dto/Scm.py
|
|
258
|
+
CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py
|
|
259
|
+
CheckmarxPythonSDK/CxOne/dto/ScmProject.py
|
|
253
260
|
CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py
|
|
254
261
|
CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py
|
|
255
262
|
CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.9'
|
|
File without changes
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/Configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.0.9 → checkmarxpythonsdk-1.1.1}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|