CheckmarxPythonSDK 0.8.8__tar.gz → 0.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +420 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +68 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +2 -1
- checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +18 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +1 -0
- checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK.egg-info/SOURCES.txt +1 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/PKG-INFO +1 -1
- checkmarxpythonsdk-0.8.8/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -43
- checkmarxpythonsdk-0.8.8/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/LICENSE +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/README.md +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/setup.cfg +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/setup.py +0 -0
- {checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/tests/test_sample.py +0 -0
|
@@ -0,0 +1,420 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
import json
|
|
3
|
+
|
|
4
|
+
from .httpRequests import get_request, post_request, patch_request, delete_request, get_headers
|
|
5
|
+
from CheckmarxPythonSDK.utilities.compat import OK, CREATED, NO_CONTENT, ACCEPTED
|
|
6
|
+
from .sast.general.dto import CxServerLicenseData, CxSupportedLanguage, CxTranslationInput
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GeneralAPI:
|
|
10
|
+
"""
|
|
11
|
+
CxSAST general API
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
@staticmethod
|
|
15
|
+
def get_server_license_data(api_version="4.0"):
|
|
16
|
+
"""
|
|
17
|
+
Returns the CxSAST server's license data
|
|
18
|
+
"""
|
|
19
|
+
result = None
|
|
20
|
+
relative_url = "/cxrestapi/serverLicenseData"
|
|
21
|
+
response = get_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
22
|
+
if response.status_code == OK:
|
|
23
|
+
json = response.json()
|
|
24
|
+
result = CxServerLicenseData(
|
|
25
|
+
current_audit_users=json["currentAuditUsers"],
|
|
26
|
+
current_projects_count=json["currentProjectsCount"],
|
|
27
|
+
current_users=json["currentUsers"],
|
|
28
|
+
edition=json["edition"],
|
|
29
|
+
expiration_date=json["expirationDate"],
|
|
30
|
+
hid=json["hid"],
|
|
31
|
+
is_osa_enabled=json["isOsaEnabled"],
|
|
32
|
+
max_audit_users=json["maxAuditUsers"],
|
|
33
|
+
max_concurrent_scans=json["maxConcurrentScans"],
|
|
34
|
+
max_loc=json["maxLOC"],
|
|
35
|
+
max_users=json["maxUsers"],
|
|
36
|
+
osa_expiration_date=json["osaExpirationDate"],
|
|
37
|
+
projects_allowed=json["projectsAllowed"],
|
|
38
|
+
supported_languages=[
|
|
39
|
+
CxSupportedLanguage(
|
|
40
|
+
is_supported=item["isSupported"],
|
|
41
|
+
language=item["language"])
|
|
42
|
+
for item in json["supportedLanguages"]
|
|
43
|
+
]
|
|
44
|
+
)
|
|
45
|
+
return result
|
|
46
|
+
|
|
47
|
+
@staticmethod
|
|
48
|
+
def get_server_system_version(api_version="1.1"):
|
|
49
|
+
"""
|
|
50
|
+
Returns version, hotfix number and engine pack version
|
|
51
|
+
Returns:
|
|
52
|
+
{
|
|
53
|
+
"version": "string",
|
|
54
|
+
"hotFix": "string",
|
|
55
|
+
"enginePackVersion": "string"
|
|
56
|
+
}
|
|
57
|
+
"""
|
|
58
|
+
result = None
|
|
59
|
+
relative_url = "/cxrestapi/system/version"
|
|
60
|
+
response = get_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
61
|
+
if response.status_code == OK:
|
|
62
|
+
result = response.json()
|
|
63
|
+
return result
|
|
64
|
+
|
|
65
|
+
@staticmethod
|
|
66
|
+
def get_result_states(api_version="4.0"):
|
|
67
|
+
"""
|
|
68
|
+
|
|
69
|
+
Args:
|
|
70
|
+
api_version:
|
|
71
|
+
|
|
72
|
+
Returns:
|
|
73
|
+
|
|
74
|
+
"""
|
|
75
|
+
"""
|
|
76
|
+
[
|
|
77
|
+
{
|
|
78
|
+
"id": 0,
|
|
79
|
+
"names": [
|
|
80
|
+
{
|
|
81
|
+
"languageId": 1028,
|
|
82
|
+
"name": "校驗",
|
|
83
|
+
"isConstant": true
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"languageId": 1033,
|
|
87
|
+
"name": "To Verify",
|
|
88
|
+
"isConstant": true
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"languageId": 1034,
|
|
92
|
+
"name": "Para verificar",
|
|
93
|
+
"isConstant": true
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"languageId": 1036,
|
|
97
|
+
"name": "Pour vérifier",
|
|
98
|
+
"isConstant": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"languageId": 1041,
|
|
102
|
+
"name": "確認必要",
|
|
103
|
+
"isConstant": true
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"languageId": 1042,
|
|
107
|
+
"name": "확인하려면",
|
|
108
|
+
"isConstant": true
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"languageId": 1046,
|
|
112
|
+
"name": "Verificar",
|
|
113
|
+
"isConstant": true
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"languageId": 1049,
|
|
117
|
+
"name": "Проверять",
|
|
118
|
+
"isConstant": true
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"languageId": 2052,
|
|
122
|
+
"name": "等待确认",
|
|
123
|
+
"isConstant": true
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"permission": "set-result-state-toverify"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"id": 1,
|
|
130
|
+
"names": [
|
|
131
|
+
{
|
|
132
|
+
"languageId": 1028,
|
|
133
|
+
"name": "不可利用",
|
|
134
|
+
"isConstant": true
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"languageId": 1033,
|
|
138
|
+
"name": "Not Exploitable",
|
|
139
|
+
"isConstant": true
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"languageId": 1034,
|
|
143
|
+
"name": "No explotable",
|
|
144
|
+
"isConstant": true
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"languageId": 1036,
|
|
148
|
+
"name": "Non exploitable",
|
|
149
|
+
"isConstant": true
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"languageId": 1041,
|
|
153
|
+
"name": "悪用はできない",
|
|
154
|
+
"isConstant": true
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"languageId": 1042,
|
|
158
|
+
"name": "악용할 수 없음",
|
|
159
|
+
"isConstant": true
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"languageId": 1046,
|
|
163
|
+
"name": "Não Exploitável",
|
|
164
|
+
"isConstant": true
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"languageId": 1049,
|
|
168
|
+
"name": "Не эксплуатируемый",
|
|
169
|
+
"isConstant": true
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"languageId": 2052,
|
|
173
|
+
"name": "不可利用",
|
|
174
|
+
"isConstant": true
|
|
175
|
+
}
|
|
176
|
+
],
|
|
177
|
+
"permission": "set-result-state-notexploitable"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id": 2,
|
|
181
|
+
"names": [
|
|
182
|
+
{
|
|
183
|
+
"languageId": 1028,
|
|
184
|
+
"name": "確認",
|
|
185
|
+
"isConstant": false
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"languageId": 1033,
|
|
189
|
+
"name": "Confirmed",
|
|
190
|
+
"isConstant": false
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"languageId": 1034,
|
|
194
|
+
"name": "Confirmado",
|
|
195
|
+
"isConstant": false
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"languageId": 1036,
|
|
199
|
+
"name": "Confirmé",
|
|
200
|
+
"isConstant": false
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"languageId": 1041,
|
|
204
|
+
"name": "確認済み",
|
|
205
|
+
"isConstant": false
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"languageId": 1042,
|
|
209
|
+
"name": "확인됨",
|
|
210
|
+
"isConstant": false
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"languageId": 1046,
|
|
214
|
+
"name": "Confirmado",
|
|
215
|
+
"isConstant": false
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"languageId": 1049,
|
|
219
|
+
"name": "Подтвердил",
|
|
220
|
+
"isConstant": false
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"languageId": 2052,
|
|
224
|
+
"name": "已确认",
|
|
225
|
+
"isConstant": false
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"permission": "set-result-state-confirmed"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"id": 3,
|
|
232
|
+
"names": [
|
|
233
|
+
{
|
|
234
|
+
"languageId": 1028,
|
|
235
|
+
"name": "緊急",
|
|
236
|
+
"isConstant": false
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"languageId": 1033,
|
|
240
|
+
"name": "Urgent",
|
|
241
|
+
"isConstant": false
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"languageId": 1034,
|
|
245
|
+
"name": "Urgente",
|
|
246
|
+
"isConstant": false
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"languageId": 1036,
|
|
250
|
+
"name": "Urgent",
|
|
251
|
+
"isConstant": false
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"languageId": 1041,
|
|
255
|
+
"name": "緊急",
|
|
256
|
+
"isConstant": false
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"languageId": 1042,
|
|
260
|
+
"name": "긴급",
|
|
261
|
+
"isConstant": false
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"languageId": 1046,
|
|
265
|
+
"name": "Urgente",
|
|
266
|
+
"isConstant": false
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"languageId": 1049,
|
|
270
|
+
"name": "Срочный",
|
|
271
|
+
"isConstant": false
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"languageId": 2052,
|
|
275
|
+
"name": "紧急",
|
|
276
|
+
"isConstant": false
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"permission": "set-result-state-urgent"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": 4,
|
|
283
|
+
"names": [
|
|
284
|
+
{
|
|
285
|
+
"languageId": 1028,
|
|
286
|
+
"name": "推薦不可用",
|
|
287
|
+
"isConstant": true
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"languageId": 1033,
|
|
291
|
+
"name": "Proposed Not Exploitable",
|
|
292
|
+
"isConstant": true
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"languageId": 1034,
|
|
296
|
+
"name": "Propuesto no explotable",
|
|
297
|
+
"isConstant": true
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"languageId": 1036,
|
|
301
|
+
"name": "Proposition non exploitable",
|
|
302
|
+
"isConstant": true
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"languageId": 1041,
|
|
306
|
+
"name": "悪用不可を提案",
|
|
307
|
+
"isConstant": true
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"languageId": 1042,
|
|
311
|
+
"name": "수용 할 수 없는 제안",
|
|
312
|
+
"isConstant": true
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"languageId": 1046,
|
|
316
|
+
"name": "Proposta Não Exploitável",
|
|
317
|
+
"isConstant": true
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"languageId": 1049,
|
|
321
|
+
"name": "Предлагается не использовать",
|
|
322
|
+
"isConstant": true
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"languageId": 2052,
|
|
326
|
+
"name": "提议不可利用",
|
|
327
|
+
"isConstant": true
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"permission": "set-result-state-proposednotexploitable"
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
"""
|
|
334
|
+
result = None
|
|
335
|
+
relative_url = "/cxrestapi/sast/resultStates"
|
|
336
|
+
response = get_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
337
|
+
if response.status_code == OK:
|
|
338
|
+
result = response.json()
|
|
339
|
+
return result
|
|
340
|
+
|
|
341
|
+
@staticmethod
|
|
342
|
+
def create_result_state(translation_inputs, permission, api_version="4.0"):
|
|
343
|
+
"""
|
|
344
|
+
|
|
345
|
+
Args:
|
|
346
|
+
translation_inputs (List of `CxTranslationInput`):
|
|
347
|
+
permission (str): example, "set-result-state-toverify"
|
|
348
|
+
api_version (str):
|
|
349
|
+
|
|
350
|
+
Returns:
|
|
351
|
+
Id of result state(int)
|
|
352
|
+
"""
|
|
353
|
+
result = None
|
|
354
|
+
if not isinstance(translation_inputs, (list, tuple)):
|
|
355
|
+
raise ValueError("translation_inputs should be list or tuple")
|
|
356
|
+
for item in translation_inputs:
|
|
357
|
+
if not isinstance(item, CxTranslationInput):
|
|
358
|
+
raise ValueError("member of translation_inputs should be CxTranslationInput")
|
|
359
|
+
|
|
360
|
+
result = None
|
|
361
|
+
post_data = json.dumps(
|
|
362
|
+
{
|
|
363
|
+
"names": [item.to_dict() for item in translation_inputs],
|
|
364
|
+
"permission": permission
|
|
365
|
+
}
|
|
366
|
+
)
|
|
367
|
+
relative_url = "/cxrestapi/sast/resultStates"
|
|
368
|
+
response = post_request(relative_url=relative_url, data=post_data, headers=get_headers(api_version))
|
|
369
|
+
if response.status_code == OK:
|
|
370
|
+
result = response.json().get("id")
|
|
371
|
+
return result
|
|
372
|
+
|
|
373
|
+
@staticmethod
|
|
374
|
+
def update_result_state(state_id, translation_inputs, permission, api_version="4.0"):
|
|
375
|
+
"""
|
|
376
|
+
|
|
377
|
+
Args:
|
|
378
|
+
state_id (int):
|
|
379
|
+
translation_inputs (List of `CxTranslationInput`):
|
|
380
|
+
permission (str): example, "set-result-state-toverify"
|
|
381
|
+
api_version (str):
|
|
382
|
+
|
|
383
|
+
Returns:
|
|
384
|
+
bool
|
|
385
|
+
"""
|
|
386
|
+
is_successful = False
|
|
387
|
+
if not isinstance(translation_inputs, (list, tuple)):
|
|
388
|
+
raise ValueError("translation_inputs should be list or tuple")
|
|
389
|
+
for item in translation_inputs:
|
|
390
|
+
if not isinstance(item, CxTranslationInput):
|
|
391
|
+
raise ValueError("member of translation_inputs should be CxTranslationInput")
|
|
392
|
+
patch_data = json.dumps(
|
|
393
|
+
{
|
|
394
|
+
"names": [item.to_dict() for item in translation_inputs],
|
|
395
|
+
"permission": permission
|
|
396
|
+
}
|
|
397
|
+
)
|
|
398
|
+
relative_url = "/cxrestapi/sast/resultStates/{id}".format(id=state_id)
|
|
399
|
+
response = patch_request(relative_url=relative_url, data=patch_data, headers=get_headers(api_version))
|
|
400
|
+
if response.status_code == NO_CONTENT:
|
|
401
|
+
is_successful = True
|
|
402
|
+
return is_successful
|
|
403
|
+
|
|
404
|
+
@staticmethod
|
|
405
|
+
def delete_result_state(state_id, api_version="4.0"):
|
|
406
|
+
"""
|
|
407
|
+
|
|
408
|
+
Args:
|
|
409
|
+
state_id (int): The Id of the Result State
|
|
410
|
+
api_version (str):
|
|
411
|
+
Returns:
|
|
412
|
+
bool
|
|
413
|
+
"""
|
|
414
|
+
is_successful = False
|
|
415
|
+
relative_url = "/cxrestapi/sast/resultStates/{id}".format(id=state_id)
|
|
416
|
+
response = delete_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
417
|
+
if response.status_code == ACCEPTED:
|
|
418
|
+
is_successful = True
|
|
419
|
+
return is_successful
|
|
420
|
+
|
{checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py
RENAMED
|
@@ -1351,3 +1351,71 @@ class ProjectsAPI(object):
|
|
|
1351
1351
|
if response.status_code == OK:
|
|
1352
1352
|
result = True
|
|
1353
1353
|
return result
|
|
1354
|
+
|
|
1355
|
+
@staticmethod
|
|
1356
|
+
def precheck_team(team_id, api_version="1.0"):
|
|
1357
|
+
"""
|
|
1358
|
+
Verification of team existence Used to verify before creating a new project for a team
|
|
1359
|
+
Args:
|
|
1360
|
+
team_id (int):
|
|
1361
|
+
api_version:
|
|
1362
|
+
|
|
1363
|
+
Returns:
|
|
1364
|
+
{
|
|
1365
|
+
"id": 0,
|
|
1366
|
+
"name": "string",
|
|
1367
|
+
"fullName": "string",
|
|
1368
|
+
"parentId": 0
|
|
1369
|
+
}
|
|
1370
|
+
"""
|
|
1371
|
+
result = None
|
|
1372
|
+
relative_url = "/cxrestapi/projects/precheck/teams/{id}".format(id=team_id)
|
|
1373
|
+
response = get_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
1374
|
+
if response.status_code == OK:
|
|
1375
|
+
result = response.json()
|
|
1376
|
+
return result
|
|
1377
|
+
|
|
1378
|
+
@staticmethod
|
|
1379
|
+
def get_project_branching_status(project_id, api_version="4.0"):
|
|
1380
|
+
"""
|
|
1381
|
+
Gets project branching status
|
|
1382
|
+
Args:
|
|
1383
|
+
project_id (int): Unique Id of the branched project
|
|
1384
|
+
api_version (str):
|
|
1385
|
+
Returns:
|
|
1386
|
+
{
|
|
1387
|
+
"id": 0,
|
|
1388
|
+
"originalProjectId": 0,
|
|
1389
|
+
"originalProjectName": "string",
|
|
1390
|
+
"branchedOnScanId": 0,
|
|
1391
|
+
"branchedProjectId": 0,
|
|
1392
|
+
"timestamp": "2024-06-14T03:37:20.698Z",
|
|
1393
|
+
"comment": "string",
|
|
1394
|
+
"status": "Started",
|
|
1395
|
+
"errorMessage": "string"
|
|
1396
|
+
}
|
|
1397
|
+
"""
|
|
1398
|
+
result = None
|
|
1399
|
+
relative_url = "/cxrestapi/projects/branch/{id}".format(id=project_id)
|
|
1400
|
+
response = get_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
1401
|
+
if response.status_code == OK:
|
|
1402
|
+
result = response.json()
|
|
1403
|
+
return result
|
|
1404
|
+
|
|
1405
|
+
@staticmethod
|
|
1406
|
+
def force_scan_on_no_code_changes(project_id, api_version="4.0"):
|
|
1407
|
+
"""
|
|
1408
|
+
Set project's next scheduled scan to be excluded from "no code changes" detection
|
|
1409
|
+
Args:
|
|
1410
|
+
project_id (int): Id of the project
|
|
1411
|
+
api_version (str):
|
|
1412
|
+
|
|
1413
|
+
Returns:
|
|
1414
|
+
bool
|
|
1415
|
+
"""
|
|
1416
|
+
is_successful = False
|
|
1417
|
+
relative_url = "/cxrestapi//projects/{id}/forceScanOnNoCodeChanges".format(id=project_id)
|
|
1418
|
+
response = post_request(relative_url=relative_url, data={}, headers=get_headers(api_version))
|
|
1419
|
+
if response.status_code == OK:
|
|
1420
|
+
is_successful = True
|
|
1421
|
+
return is_successful
|
{checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py
RENAMED
|
@@ -50,7 +50,8 @@ class QueriesAPI(object):
|
|
|
50
50
|
relative_url = "/cxrestapi/queries/queryVersionCode?"
|
|
51
51
|
checkmarx_supported_languages = [
|
|
52
52
|
"Apex", "ASP", "Cobol", "CPP", "CSharp", "Dart", "Go", "Groovy", "Java", "JavaScript", "Kotlin", "Lua",
|
|
53
|
-
"Objc", "Perl", "PHP", "PLSQL", "Python", "RPG", "Ruby", "Scala", "Swift", "VB6", "VbNet",
|
|
53
|
+
"Objc", "Perl", "PHP", "PLSQL", "Python", "RPG", "Ruby", "Rust", "Scala", "Swift", "VB6", "VbNet",
|
|
54
|
+
'VbScript'
|
|
54
55
|
]
|
|
55
56
|
severity_list = ["High", "Medium", "Low", "Info"]
|
|
56
57
|
if language and language not in checkmarx_supported_languages:
|
checkmarxpythonsdk-0.9.0/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
class CxTranslationInput(object):
|
|
2
|
+
"""
|
|
3
|
+
One language translation of a result state
|
|
4
|
+
"""
|
|
5
|
+
def __init__(self, language_id, name):
|
|
6
|
+
self.language_id = language_id
|
|
7
|
+
self.name = name
|
|
8
|
+
|
|
9
|
+
def __str__(self):
|
|
10
|
+
return """CxTranslationInput(language_id={}, name={})""".format(
|
|
11
|
+
self.language_id, self.name
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
def to_dict(self):
|
|
15
|
+
return {
|
|
16
|
+
"languageId": self.language_id,
|
|
17
|
+
"name": self.name
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.9.0'
|
{checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK.egg-info/SOURCES.txt
RENAMED
|
@@ -295,6 +295,7 @@ CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py
|
|
|
295
295
|
CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py
|
|
296
296
|
CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py
|
|
297
297
|
CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py
|
|
298
|
+
CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py
|
|
298
299
|
CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py
|
|
299
300
|
CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py
|
|
300
301
|
CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
# encoding: utf-8
|
|
2
|
-
from .httpRequests import get_request, get_headers
|
|
3
|
-
from CheckmarxPythonSDK.utilities.compat import OK
|
|
4
|
-
from .sast.general.dto import CxServerLicenseData, CxSupportedLanguage
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
class GeneralAPI:
|
|
8
|
-
"""
|
|
9
|
-
CxSAST general API
|
|
10
|
-
"""
|
|
11
|
-
|
|
12
|
-
@staticmethod
|
|
13
|
-
def get_server_license_data(api_version="4.0"):
|
|
14
|
-
"""
|
|
15
|
-
Returns the CxSAST server's license data
|
|
16
|
-
"""
|
|
17
|
-
result = None
|
|
18
|
-
relative_url = "/cxrestapi/serverLicenseData"
|
|
19
|
-
response = get_request(relative_url=relative_url, headers=get_headers(api_version))
|
|
20
|
-
if response.status_code == OK:
|
|
21
|
-
json = response.json()
|
|
22
|
-
result = CxServerLicenseData(
|
|
23
|
-
current_audit_users=json["currentAuditUsers"],
|
|
24
|
-
current_projects_count=json["currentProjectsCount"],
|
|
25
|
-
current_users=json["currentUsers"],
|
|
26
|
-
edition=json["edition"],
|
|
27
|
-
expiration_date=json["expirationDate"],
|
|
28
|
-
hid=json["hid"],
|
|
29
|
-
is_osa_enabled=json["isOsaEnabled"],
|
|
30
|
-
max_audit_users=json["maxAuditUsers"],
|
|
31
|
-
max_concurrent_scans=json["maxConcurrentScans"],
|
|
32
|
-
max_loc=json["maxLOC"],
|
|
33
|
-
max_users=json["maxUsers"],
|
|
34
|
-
osa_expiration_date=json["osaExpirationDate"],
|
|
35
|
-
projects_allowed=json["projectsAllowed"],
|
|
36
|
-
supported_languages=[
|
|
37
|
-
CxSupportedLanguage(
|
|
38
|
-
is_supported=item["isSupported"],
|
|
39
|
-
language=item["language"])
|
|
40
|
-
for item in json["supportedLanguages"]
|
|
41
|
-
]
|
|
42
|
-
)
|
|
43
|
-
return result
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.8.8'
|
|
File without changes
|
{checkmarxpythonsdk-0.8.8 → checkmarxpythonsdk-0.9.0}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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
|