CheckmarxPythonSDK 1.0.4__tar.gz → 1.0.6__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.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +1 -1
- checkmarxpythonsdk-1.0.6/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +8 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/config.py +0 -1
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Flag.py +10 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/flagsAPI.py +14 -14
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/httpRequests.py +8 -4
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/scaAPI.py +8 -1
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +51 -50
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/httpRequests.py +1 -1
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +1 -1
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +17 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxScaApiSDK/api.py +561 -2
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +10 -2
- checkmarxpythonsdk-1.0.6/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/utilities/httpRequests.py +36 -4
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.0.4/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- checkmarxpythonsdk-1.0.4/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/LICENSE +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/README.md +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/setup.py +0 -0
- {checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/tests/test_sample.py +0 -0
|
@@ -34,7 +34,7 @@ def get_data_from_config():
|
|
|
34
34
|
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
get, _, _, _, _, _ = build_request_funcs(get_data_from_config)
|
|
37
|
+
get, _, _, _, _, _, _ = build_request_funcs(get_data_from_config)
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
def get_value_from_response(func):
|
|
@@ -6,7 +6,6 @@ from CheckmarxPythonSDK.utilities.configUtility import (
|
|
|
6
6
|
config_default = {
|
|
7
7
|
"access_control_url": "https://iam.checkmarx.net",
|
|
8
8
|
"server": "https://ast.checkmarx.net",
|
|
9
|
-
"tenant_id": None, # Needed for the feature flags API (see flagsAPI.py)
|
|
10
9
|
"tenant_name": None,
|
|
11
10
|
"grant_type": "refresh_token",
|
|
12
11
|
"client_id": "ast-app",
|
|
@@ -12,6 +12,16 @@ class Flag(object):
|
|
|
12
12
|
self.status = status
|
|
13
13
|
self.payload = payload
|
|
14
14
|
|
|
15
|
+
def __eq__(self, other):
|
|
16
|
+
|
|
17
|
+
return (self.name == other.name and
|
|
18
|
+
self.status == other.status and
|
|
19
|
+
self.payload == other.payload)
|
|
20
|
+
|
|
21
|
+
def __lt__(self, other):
|
|
22
|
+
|
|
23
|
+
return self.name < other.name
|
|
24
|
+
|
|
15
25
|
def __str__(self):
|
|
16
26
|
return """Flag(name={name}, status={status}, payload={payload})""".format(
|
|
17
27
|
name=self.name, status=self.status, payload=self.payload
|
|
@@ -5,6 +5,7 @@ import time
|
|
|
5
5
|
import os
|
|
6
6
|
from CheckmarxPythonSDK.CxOne.httpRequests import get_request, post_request
|
|
7
7
|
from CheckmarxPythonSDK.CxOne.config import config
|
|
8
|
+
from .utilities import type_check, list_member_type_check
|
|
8
9
|
from .dto import (
|
|
9
10
|
Flag,
|
|
10
11
|
)
|
|
@@ -22,16 +23,23 @@ def __construct_flag(flag):
|
|
|
22
23
|
)
|
|
23
24
|
|
|
24
25
|
|
|
25
|
-
def get_all_feature_flags():
|
|
26
|
+
def get_all_feature_flags(ids=None):
|
|
26
27
|
"""
|
|
28
|
+
Args:
|
|
29
|
+
ids (`list`)
|
|
27
30
|
|
|
28
31
|
Returns:
|
|
29
32
|
`list` of `Flag`
|
|
30
33
|
"""
|
|
31
|
-
|
|
32
|
-
|
|
34
|
+
type_check(ids, (list, tuple))
|
|
35
|
+
|
|
36
|
+
list_member_type_check(ids, str)
|
|
33
37
|
|
|
34
|
-
relative_url = f"{api_url}
|
|
38
|
+
relative_url = f"{api_url}"
|
|
39
|
+
# We can't use get_url_param() because it assumes that this is not
|
|
40
|
+
# the first query parameter.
|
|
41
|
+
if ids:
|
|
42
|
+
relative_url += f"?ids={','.join(ids)}"
|
|
35
43
|
|
|
36
44
|
response = get_request(relative_url=relative_url)
|
|
37
45
|
|
|
@@ -48,19 +56,11 @@ def get_feature_flag(name):
|
|
|
48
56
|
Returns:
|
|
49
57
|
`Flag`
|
|
50
58
|
"""
|
|
51
|
-
|
|
52
|
-
_set_tenant_id()
|
|
59
|
+
type_check(name, str)
|
|
53
60
|
|
|
54
|
-
relative_url = f"{api_url}{name}
|
|
61
|
+
relative_url = f"{api_url}{name}"
|
|
55
62
|
|
|
56
63
|
response = get_request(relative_url=relative_url)
|
|
57
64
|
|
|
58
65
|
flag = response.json()
|
|
59
66
|
return __construct_flag(flag)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
def _set_tenant_id():
|
|
63
|
-
|
|
64
|
-
resp = get_request(f"/auth/admin/realms/{config['tenant_name']}",
|
|
65
|
-
is_iam=True)
|
|
66
|
-
config['tenant_id'] = resp.json()['id']
|
{checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxOne/httpRequests.py
RENAMED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
from .config import config
|
|
3
3
|
from CheckmarxPythonSDK.utilities.httpRequests import build_request_funcs, check_response
|
|
4
|
+
from ..__version__ import __version__
|
|
4
5
|
|
|
5
6
|
|
|
6
7
|
def get_data_from_config():
|
|
@@ -31,12 +32,10 @@ def get_data_from_config():
|
|
|
31
32
|
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
32
33
|
|
|
33
34
|
|
|
34
|
-
get, post, put, patch, delete, head = build_request_funcs(get_data_from_config)
|
|
35
|
+
get, post, put, patch, delete, head, gql = build_request_funcs(get_data_from_config)
|
|
35
36
|
|
|
36
37
|
headers = {
|
|
37
|
-
|
|
38
|
-
# "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
39
|
-
# "Chrome/106.0.0.0 Safari/537.36"
|
|
38
|
+
"user-agent": f"Checkmarx Python SDK {__version__}"
|
|
40
39
|
}
|
|
41
40
|
|
|
42
41
|
|
|
@@ -136,3 +135,8 @@ def head_request(relative_url, is_iam=False):
|
|
|
136
135
|
response = head(relative_url, is_iam=is_iam, headers=headers)
|
|
137
136
|
check_response(response)
|
|
138
137
|
return response
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
def gql_request(relative_url, data, is_iam=False):
|
|
141
|
+
response = gql(relative_url, data=data, headers=headers, is_iam=is_iam)
|
|
142
|
+
return response
|
|
@@ -6,6 +6,7 @@ from .httpRequests import (
|
|
|
6
6
|
post_request as post_re,
|
|
7
7
|
put_request as put_re,
|
|
8
8
|
delete_request as delete_re,
|
|
9
|
+
gql_request as gql_re
|
|
9
10
|
)
|
|
10
11
|
|
|
11
12
|
url_prefix = "/api/sca"
|
|
@@ -27,14 +28,20 @@ def delete(relative_url, data=None):
|
|
|
27
28
|
return delete_re(relative_url=url_prefix + relative_url, data=data)
|
|
28
29
|
|
|
29
30
|
|
|
31
|
+
def gql(relative_url, data):
|
|
32
|
+
return gql_re(relative_url=url_prefix + relative_url, data=data)
|
|
33
|
+
|
|
34
|
+
|
|
30
35
|
class ScaAPI(Sca):
|
|
31
36
|
|
|
32
|
-
def __init__(self, get_request=get, post_request=post, put_request=put, delete_request=delete):
|
|
37
|
+
def __init__(self, get_request=get, post_request=post, put_request=put, delete_request=delete, gql_request=gql):
|
|
33
38
|
Sca.__init__(self, get_request=get, post_request=post, put_request=put, delete_request=delete)
|
|
34
39
|
self.get_request = get_request
|
|
35
40
|
self.post_request = post_request
|
|
36
41
|
self.put_request = put_request
|
|
37
42
|
self.delete_request = delete_request
|
|
43
|
+
self.gql_request = gql_request
|
|
44
|
+
self.gql_relative_url = "/graphql/graphql"
|
|
38
45
|
|
|
39
46
|
def __str__(self):
|
|
40
47
|
return """ScaAPI()"""
|
|
@@ -15,11 +15,7 @@ def add_license_expiration_notification():
|
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
Returns:
|
|
18
|
-
|
|
19
|
-
{
|
|
20
|
-
'IsSuccesfull': True,
|
|
21
|
-
'ErrorMessage': None
|
|
22
|
-
}
|
|
18
|
+
|
|
23
19
|
"""
|
|
24
20
|
|
|
25
21
|
@retry_when_unauthorized
|
|
@@ -29,7 +25,10 @@ def add_license_expiration_notification():
|
|
|
29
25
|
|
|
30
26
|
response = execute()
|
|
31
27
|
|
|
32
|
-
return
|
|
28
|
+
return {
|
|
29
|
+
"IsSuccesfull": response["IsSuccesfull"],
|
|
30
|
+
"ErrorMessage": response["ErrorMessage"]
|
|
31
|
+
}
|
|
33
32
|
|
|
34
33
|
|
|
35
34
|
def create_new_preset(query_ids, name):
|
|
@@ -40,26 +39,21 @@ def create_new_preset(query_ids, name):
|
|
|
40
39
|
name (str):
|
|
41
40
|
|
|
42
41
|
Returns:
|
|
43
|
-
|
|
42
|
+
dict
|
|
44
43
|
|
|
44
|
+
sample return:
|
|
45
45
|
{
|
|
46
|
-
'
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
'isPublic': True,
|
|
58
|
-
'owner': None,
|
|
59
|
-
'isUserAllowToUpdate': True,
|
|
60
|
-
'isUserAllowToDelete': True,
|
|
61
|
-
'IsDuplicate': False
|
|
62
|
-
}
|
|
46
|
+
'queryIds': [
|
|
47
|
+
343
|
|
48
|
+
],
|
|
49
|
+
'id': 110003,
|
|
50
|
+
'name': 'ddd',
|
|
51
|
+
'owningteam': 1,
|
|
52
|
+
'isPublic': True,
|
|
53
|
+
'owner': None,
|
|
54
|
+
'isUserAllowToUpdate': True,
|
|
55
|
+
'isUserAllowToDelete': True,
|
|
56
|
+
'IsDuplicate': False
|
|
63
57
|
}
|
|
64
58
|
"""
|
|
65
59
|
|
|
@@ -76,7 +70,22 @@ def create_new_preset(query_ids, name):
|
|
|
76
70
|
return client.service.CreateNewPreset(sessionId="0", presrt=cx_preset_detail)
|
|
77
71
|
|
|
78
72
|
response = execute()
|
|
79
|
-
|
|
73
|
+
preset = response.preset
|
|
74
|
+
return {
|
|
75
|
+
"IsSuccesfull": response["IsSuccesfull"],
|
|
76
|
+
"ErrorMessage": response["ErrorMessage"],
|
|
77
|
+
"preset": {
|
|
78
|
+
'queryIds': preset["queryIds"]["long"],
|
|
79
|
+
'id': preset["id"],
|
|
80
|
+
'name': preset["name"],
|
|
81
|
+
'owningteam': preset["owningteam"],
|
|
82
|
+
'isPublic': preset["isPublic"],
|
|
83
|
+
'owner': preset["owner"],
|
|
84
|
+
'isUserAllowToUpdate': preset["isUserAllowToUpdate"],
|
|
85
|
+
'isUserAllowToDelete': preset["isUserAllowToDelete"],
|
|
86
|
+
'IsDuplicate': preset["IsDuplicate"]
|
|
87
|
+
} if preset else None
|
|
88
|
+
}
|
|
80
89
|
|
|
81
90
|
|
|
82
91
|
def create_scan_report(scan_id, report_type, queries_all=True, queries_ids=None, results_severity_all=True,
|
|
@@ -141,12 +150,7 @@ def create_scan_report(scan_id, report_type, queries_all=True, queries_ids=None,
|
|
|
141
150
|
results_display_option_snippets_mode (str): "None", "SourceAndDestination", "Full"
|
|
142
151
|
|
|
143
152
|
Returns:
|
|
144
|
-
|
|
145
|
-
{
|
|
146
|
-
'IsSuccesfull': True,
|
|
147
|
-
'ErrorMessage': None,
|
|
148
|
-
'ID': 336
|
|
149
|
-
}
|
|
153
|
+
|
|
150
154
|
"""
|
|
151
155
|
|
|
152
156
|
@retry_when_unauthorized
|
|
@@ -243,7 +247,12 @@ def create_scan_report(scan_id, report_type, queries_all=True, queries_ids=None,
|
|
|
243
247
|
return client.service.CreateScanReport(SessionID="0", Report=filtered_report_request)
|
|
244
248
|
|
|
245
249
|
response = execute()
|
|
246
|
-
|
|
250
|
+
|
|
251
|
+
return {
|
|
252
|
+
"IsSuccesfull": response["IsSuccesfull"],
|
|
253
|
+
"ErrorMessage": response["ErrorMessage"],
|
|
254
|
+
"ID": response["ID"]
|
|
255
|
+
}
|
|
247
256
|
|
|
248
257
|
|
|
249
258
|
def delete_preset(preset_id):
|
|
@@ -253,11 +262,7 @@ def delete_preset(preset_id):
|
|
|
253
262
|
preset_id (int):
|
|
254
263
|
|
|
255
264
|
Returns:
|
|
256
|
-
|
|
257
|
-
{
|
|
258
|
-
'IsSuccesfull': True,
|
|
259
|
-
'ErrorMessage': None
|
|
260
|
-
}
|
|
265
|
+
|
|
261
266
|
"""
|
|
262
267
|
|
|
263
268
|
@retry_when_unauthorized
|
|
@@ -266,7 +271,10 @@ def delete_preset(preset_id):
|
|
|
266
271
|
return client.service.DeletePreset(sessionId="0", id=preset_id)
|
|
267
272
|
|
|
268
273
|
response = execute()
|
|
269
|
-
return
|
|
274
|
+
return {
|
|
275
|
+
"IsSuccesfull": response["IsSuccesfull"],
|
|
276
|
+
"ErrorMessage": response["ErrorMessage"]
|
|
277
|
+
}
|
|
270
278
|
|
|
271
279
|
|
|
272
280
|
def delete_project(project_id):
|
|
@@ -276,17 +284,7 @@ def delete_project(project_id):
|
|
|
276
284
|
project_id (int):
|
|
277
285
|
|
|
278
286
|
Returns:
|
|
279
|
-
|
|
280
|
-
{
|
|
281
|
-
'IsSuccesfull': True,
|
|
282
|
-
'ErrorMessage': None,
|
|
283
|
-
'IsConfirmation': False,
|
|
284
|
-
'Flags': [
|
|
285
|
-
'None'
|
|
286
|
-
],
|
|
287
|
-
'UndeletedProjects': None,
|
|
288
|
-
'NumOfDeletedProjects': 1
|
|
289
|
-
}
|
|
287
|
+
|
|
290
288
|
"""
|
|
291
289
|
|
|
292
290
|
@retry_when_unauthorized
|
|
@@ -295,7 +293,10 @@ def delete_project(project_id):
|
|
|
295
293
|
return client.service.DeleteProject(sessionID="0", projectID=project_id)
|
|
296
294
|
|
|
297
295
|
response = execute()
|
|
298
|
-
return
|
|
296
|
+
return {
|
|
297
|
+
"IsSuccesfull": response["IsSuccesfull"],
|
|
298
|
+
"ErrorMessage": response["ErrorMessage"]
|
|
299
|
+
}
|
|
299
300
|
|
|
300
301
|
|
|
301
302
|
def delete_projects(project_ids, flag="None"):
|
{checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxReporting/httpRequests.py
RENAMED
|
@@ -30,4 +30,4 @@ def get_data_from_config():
|
|
|
30
30
|
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
get_request, post_request, _, _, _, _ = build_request_funcs(get_data_from_config)
|
|
33
|
+
get_request, post_request, _, _, _, _, _ = build_request_funcs(get_data_from_config)
|
|
@@ -41,7 +41,7 @@ def get_data_from_config():
|
|
|
41
41
|
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
42
42
|
|
|
43
43
|
|
|
44
|
-
get, post, put, patch, delete, _ = build_request_funcs(get_data_from_config)
|
|
44
|
+
get, post, put, patch, delete, _, _ = build_request_funcs(get_data_from_config)
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
def get_request(relative_url, headers=(), is_iam=False):
|
{checkmarxpythonsdk-1.0.4 → checkmarxpythonsdk-1.0.6}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py
RENAMED
|
@@ -52,6 +52,23 @@ from .api import (
|
|
|
52
52
|
get_sbom_supported_file_formats,
|
|
53
53
|
run_file_analysis,
|
|
54
54
|
retrieve_analysis_result,
|
|
55
|
+
get_number_of_vulnerabilities_risks_by_scan_id,
|
|
56
|
+
get_number_of_supply_chain_risks_by_scan_id,
|
|
57
|
+
get_number_of_outdated_packages_by_scan_id,
|
|
58
|
+
get_number_of_legal_risks_by_scan_id,
|
|
59
|
+
get_vulnerabilities_risks_by_scan_id,
|
|
60
|
+
get_supply_chain_risks_by_scan_id,
|
|
61
|
+
get_legal_risks_by_scan_id,
|
|
62
|
+
get_direct_third_party_packages_by_scan_id,
|
|
63
|
+
get_transitive_third_party_packages_by_scan_id,
|
|
64
|
+
get_number_of_packages_by_scan_id,
|
|
65
|
+
get_number_of_direct_third_party_packages_by_scan_id,
|
|
66
|
+
get_number_of_transitive_third_party_packages_by_scan_id,
|
|
67
|
+
get_number_of_packages_used_for_accessing_saas_services,
|
|
68
|
+
get_container_packages_by_scan_id,
|
|
69
|
+
get_container_vulnerabilities_by_scan_id,
|
|
70
|
+
get_package_licenses_by_scan_id,
|
|
71
|
+
get_down_stream_remediation_by_scan_id,
|
|
55
72
|
)
|
|
56
73
|
|
|
57
74
|
from .AccessControlAPI import AccessControlAPI
|