CheckmarxPythonSDK 1.3.6__tar.gz → 1.3.7__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.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/__init__.py +6 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +9 -3
- checkmarxpythonsdk-1.3.7/CheckmarxPythonSDK/CxOne/customStateAPI.py +43 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +2 -2
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +32 -1
- checkmarxpythonsdk-1.3.7/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py +269 -0
- checkmarxpythonsdk-1.3.7/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py +41 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +2 -0
- checkmarxpythonsdk-1.3.7/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK.egg-info/SOURCES.txt +3 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.3.6/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/AsyncRequestResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/AuditQuery.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/CommentJSON.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/CompilationResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/DebugMessage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/DebugMessageResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ExecutionResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/GPTMessage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Metadata.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Predicate.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/PredicateHistory.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentJSON.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/PredicateWithCommentsJSON.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ProjectSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueriesTree.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderMessage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryBuilderPrompt.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QueryResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QuerySearch.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/RequestStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/RequestStatusDetectLanguages.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/RequestStatusNotReady.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ResultResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ResultsResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ResultsSummaryTree.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SCMImportInput.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SastStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Scanner.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Scm.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScmOrganization.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/ScmProject.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Session.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SessionRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SessionResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Sessions.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SourcesTree.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/TimeStamp.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/WebError.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/repoManagerAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastResultsPredicatesAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/LICENSE +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/README.md +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/setup.py +0 -0
- {checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/tests/test_sample.py +0 -0
|
@@ -41,6 +41,12 @@ from .contributorsAPI import (
|
|
|
41
41
|
get_contributors_details_for_current_tenant_exported_in_csv,
|
|
42
42
|
)
|
|
43
43
|
|
|
44
|
+
from .customStateAPI import (
|
|
45
|
+
get_all_custom_states,
|
|
46
|
+
create_a_custom_state,
|
|
47
|
+
delete_a_custom_state,
|
|
48
|
+
)
|
|
49
|
+
|
|
44
50
|
from .flagsAPI import (
|
|
45
51
|
get_all_feature_flags,
|
|
46
52
|
get_feature_flag,
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py
RENAMED
|
@@ -32,10 +32,14 @@ def __construct_audit_events(audit_events):
|
|
|
32
32
|
)
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
def get_audit_events_for_tenant(offset=0, limit=200):
|
|
35
|
+
def get_audit_events_for_tenant(date_from=None, date_to=None, offset=0, limit=200):
|
|
36
36
|
"""
|
|
37
|
-
|
|
37
|
+
returns a list of audit events for the specified date range. - If no date range is specified, events from the last
|
|
38
|
+
365 days are returned. - The from date cannot be more than 365 days in the past. - Events for the current day are
|
|
39
|
+
returned inline. - Events for earlier dates are returned as downloadable links to daily JSON files.
|
|
38
40
|
Args:
|
|
41
|
+
date_from (str): Start date for the event filter in YYYY-MM-DD format. Cannot be more than 365 days in the past.
|
|
42
|
+
date_to (str): End date for the event filter in YYYY-MM-DD format. Must be the same or later than the from date.
|
|
39
43
|
offset (int): The number of items to skip before starting to collect the result set
|
|
40
44
|
Default value : 0
|
|
41
45
|
limit (int): The number of items to return
|
|
@@ -46,7 +50,9 @@ def get_audit_events_for_tenant(offset=0, limit=200):
|
|
|
46
50
|
"""
|
|
47
51
|
type_check(offset, int)
|
|
48
52
|
type_check(limit, int)
|
|
49
|
-
relative_url = api_url + "?offset={offset}&limit={limit}"
|
|
53
|
+
relative_url = api_url + f"?offset={offset}&limit={limit}"
|
|
54
|
+
if date_from and date_to:
|
|
55
|
+
relative_url += f"from={date_from}&to={date_to}"
|
|
50
56
|
response = get_request(relative_url=relative_url)
|
|
51
57
|
item = response.json()
|
|
52
58
|
return __construct_audit_events(audit_events=item)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
from .httpRequests import get_request, post_request, delete_request
|
|
3
|
+
|
|
4
|
+
api_url = "/api/custom-states"
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def get_all_custom_states(include_deleted: bool = False):
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
Args:
|
|
11
|
+
include_deleted:
|
|
12
|
+
|
|
13
|
+
Returns:
|
|
14
|
+
[
|
|
15
|
+
{
|
|
16
|
+
"id": 391,
|
|
17
|
+
"name": "demo1",
|
|
18
|
+
"type": "INFO",
|
|
19
|
+
"isAllowed": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": 390,
|
|
23
|
+
"name": "demo2",
|
|
24
|
+
"type": "INFO",
|
|
25
|
+
"isAllowed": false
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
"""
|
|
29
|
+
relative_url = api_url + f"?include-deleted={include_deleted}"
|
|
30
|
+
response = get_request(relative_url=relative_url)
|
|
31
|
+
item = response.json()
|
|
32
|
+
return item
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
def create_a_custom_state(name: str):
|
|
36
|
+
response = post_request(relative_url=api_url, json={"name": name})
|
|
37
|
+
return response
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
def delete_a_custom_state(id: str):
|
|
41
|
+
relative_url = api_url + f"/{id}"
|
|
42
|
+
response = delete_request(relative_url=relative_url)
|
|
43
|
+
return response
|
|
@@ -45,7 +45,7 @@ def define_parameters_in_the_input_list_for_the_current_tenant(scan_parameters):
|
|
|
45
45
|
relative_url = api_url + "/tenant"
|
|
46
46
|
data = json.dumps([scan_parameter.to_dict() for scan_parameter in scan_parameters])
|
|
47
47
|
response = patch_request(relative_url=relative_url, data=data)
|
|
48
|
-
if response.
|
|
48
|
+
if response.status_code == NO_CONTENT:
|
|
49
49
|
result = True
|
|
50
50
|
return result
|
|
51
51
|
|
|
@@ -62,7 +62,7 @@ def delete_parameters_for_a_tenant(config_keys):
|
|
|
62
62
|
result = False
|
|
63
63
|
relative_url = api_url + "/tenant?config-keys={}".format(config_keys)
|
|
64
64
|
response = delete_request(relative_url=relative_url)
|
|
65
|
-
if response.
|
|
65
|
+
if response.status_code == NO_CONTENT:
|
|
66
66
|
result = True
|
|
67
67
|
return result
|
|
68
68
|
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py
RENAMED
|
@@ -15,7 +15,8 @@ from .sast.scans.dto import CxScanState, CxPolicyFindingsStatus, \
|
|
|
15
15
|
CxCreateScanSettingsResponse, CxEmailNotification, CxLanguage, \
|
|
16
16
|
CxScanResultAttackVectorByBFL, construct_attack_vector, construct_scan_result_node, CxScanResultLabelsFields, \
|
|
17
17
|
CxScanStatistics, CxScanFileCountOfLanguage, CxLanguageStatistic, CxScanParsedFiles, CxScanParsedFilesMetric, \
|
|
18
|
-
CxScanFailedQueries, CxScanFailedGeneralQueries, CxScanSucceededGeneralQueries, CxPostScanActionConditions
|
|
18
|
+
CxScanFailedQueries, CxScanFailedGeneralQueries, CxScanSucceededGeneralQueries, CxPostScanActionConditions, \
|
|
19
|
+
CxScanResultsPage
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
class ScansAPI(object):
|
|
@@ -1611,3 +1612,33 @@ class ScansAPI(object):
|
|
|
1611
1612
|
if response.status_code == OK:
|
|
1612
1613
|
result = response.json()
|
|
1613
1614
|
return result
|
|
1615
|
+
|
|
1616
|
+
@staticmethod
|
|
1617
|
+
def get_scan_results_in_paged_mode(scan_id, offset, limit, lcid=None):
|
|
1618
|
+
"""
|
|
1619
|
+
Args:
|
|
1620
|
+
scan_id (int): Unique ID of a scan
|
|
1621
|
+
offset (int): Page offset
|
|
1622
|
+
limit (int): Page size
|
|
1623
|
+
lcid (int): Language Id
|
|
1624
|
+
|
|
1625
|
+
Returns:
|
|
1626
|
+
:obj:CxScnResultsResponse
|
|
1627
|
+
|
|
1628
|
+
Raises:
|
|
1629
|
+
"""
|
|
1630
|
+
result = None
|
|
1631
|
+
relative_url = "/cxrestapi/sast/results" \
|
|
1632
|
+
"?scanId={scanId}&offset={offset}&limit={limit}".format(
|
|
1633
|
+
scanId=scan_id,
|
|
1634
|
+
offset=offset,
|
|
1635
|
+
limit=limit
|
|
1636
|
+
)
|
|
1637
|
+
if lcid is not None:
|
|
1638
|
+
relative_url = relative_url + "&LCID={lcid}".format(lcid=lcid)
|
|
1639
|
+
response = get_request(relative_url=relative_url)
|
|
1640
|
+
if response.status_code == OK:
|
|
1641
|
+
data = response.json()
|
|
1642
|
+
result = CxScanResultsPage.from_dict(data)
|
|
1643
|
+
|
|
1644
|
+
return result
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
|
|
3
|
+
class CxScanResult:
|
|
4
|
+
|
|
5
|
+
class Node:
|
|
6
|
+
|
|
7
|
+
def __init__(self, node_id, full_name, short_name, file_name, line,
|
|
8
|
+
column, length, remarks, method_line):
|
|
9
|
+
"""
|
|
10
|
+
Args:
|
|
11
|
+
node_id (int):
|
|
12
|
+
full_name (str):
|
|
13
|
+
short_name (str):
|
|
14
|
+
file_name (str):
|
|
15
|
+
line (int):
|
|
16
|
+
column (int):
|
|
17
|
+
length (int):
|
|
18
|
+
remarks (str):
|
|
19
|
+
method_line (int):
|
|
20
|
+
"""
|
|
21
|
+
self.node_id = node_id
|
|
22
|
+
self.full_name = full_name
|
|
23
|
+
self.short_name = short_name
|
|
24
|
+
self.file_name = file_name
|
|
25
|
+
self.line = line
|
|
26
|
+
self.column = column
|
|
27
|
+
self.length = length
|
|
28
|
+
self.remarks = remarks
|
|
29
|
+
self.method_line = method_line
|
|
30
|
+
|
|
31
|
+
@staticmethod
|
|
32
|
+
def from_dict(d):
|
|
33
|
+
"""
|
|
34
|
+
Args:
|
|
35
|
+
d (dict): a dict containing the node data
|
|
36
|
+
"""
|
|
37
|
+
return CxScanResult.Node(
|
|
38
|
+
node_id=d.get('nodeId'),
|
|
39
|
+
full_name=d.get('fullName'),
|
|
40
|
+
short_name=d.get('shortName'),
|
|
41
|
+
file_name=d.get('fileName'),
|
|
42
|
+
line=d.get('line'),
|
|
43
|
+
column=d.get('column'),
|
|
44
|
+
length=d.get('length'),
|
|
45
|
+
remarks=d.get('remarks'),
|
|
46
|
+
method_line=d.get('methodLine')
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
def __str__(self):
|
|
50
|
+
return """CxScanResult.Node(node_id={}, full_name={},
|
|
51
|
+
short_name={}, file_name={}, line={}, column={}, length={},
|
|
52
|
+
remarks={}, method_line={})""".format(self.node_id,
|
|
53
|
+
self.full_name,
|
|
54
|
+
self.short_name,
|
|
55
|
+
self.file_name,
|
|
56
|
+
self.line,
|
|
57
|
+
self.column,
|
|
58
|
+
self.length,
|
|
59
|
+
self.remarks,
|
|
60
|
+
self.method_line)
|
|
61
|
+
|
|
62
|
+
class Query:
|
|
63
|
+
|
|
64
|
+
def __init__(self, query_version_id, query_id, name, severity,
|
|
65
|
+
categories, cwe):
|
|
66
|
+
"""
|
|
67
|
+
Args:
|
|
68
|
+
query_version_id (int):
|
|
69
|
+
query_id (int):
|
|
70
|
+
name (str):
|
|
71
|
+
severity (int):
|
|
72
|
+
categories (str):
|
|
73
|
+
cwe (int):
|
|
74
|
+
"""
|
|
75
|
+
self.query_version_id = query_version_id
|
|
76
|
+
self.query_id = query_id
|
|
77
|
+
self.name = name
|
|
78
|
+
self.severity = severity
|
|
79
|
+
self.categories = categories
|
|
80
|
+
self.cwe = cwe
|
|
81
|
+
|
|
82
|
+
@staticmethod
|
|
83
|
+
def from_dict(d):
|
|
84
|
+
"""
|
|
85
|
+
Args:
|
|
86
|
+
d (dict): a dict containing the query data
|
|
87
|
+
"""
|
|
88
|
+
return CxScanResult.Query(
|
|
89
|
+
query_version_id=d.get('queryVersionId'),
|
|
90
|
+
query_id=d.get('queryId'),
|
|
91
|
+
name=d.get('name'),
|
|
92
|
+
severity=d.get('severity'),
|
|
93
|
+
categories=d.get('categories'),
|
|
94
|
+
cwe=d.get('cwe')
|
|
95
|
+
)
|
|
96
|
+
|
|
97
|
+
def __str__(self):
|
|
98
|
+
return """CxScanResult.Query(query_version_id={}, query_id={}, name={},
|
|
99
|
+
severity={}, categories={}, cwe={})""".format(
|
|
100
|
+
self.query_version_id, self.query_id, self.name, self.severity,
|
|
101
|
+
self.categories, self.cwe
|
|
102
|
+
)
|
|
103
|
+
|
|
104
|
+
class Snippet:
|
|
105
|
+
|
|
106
|
+
def __init__(self, file_name, line, code):
|
|
107
|
+
"""
|
|
108
|
+
Args:
|
|
109
|
+
file_name (str):
|
|
110
|
+
line (int):
|
|
111
|
+
code (str):
|
|
112
|
+
"""
|
|
113
|
+
self.file_name = file_name
|
|
114
|
+
self.line = line
|
|
115
|
+
self.code = code
|
|
116
|
+
|
|
117
|
+
@staticmethod
|
|
118
|
+
def from_dict(d):
|
|
119
|
+
"""
|
|
120
|
+
Args:
|
|
121
|
+
d (dict): dict containing the snippet data
|
|
122
|
+
"""
|
|
123
|
+
return CxScanResult.Snippet(
|
|
124
|
+
file_name=d.get('fileName'),
|
|
125
|
+
line=d.get('line'),
|
|
126
|
+
code=d.get('code')
|
|
127
|
+
)
|
|
128
|
+
|
|
129
|
+
def __str__(self):
|
|
130
|
+
return "CxScanResult.Snippet(file_name={}, line={}, code={})".format(
|
|
131
|
+
self.file_name, self.line, self.code
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
def __init__(self, index, path_id, similarity_hash, date, detection_date,
|
|
135
|
+
confidence_level, cx_rank, bfl_node_short_name, bfl_node_id,
|
|
136
|
+
severity, state, status, assigned_to_user_id, assigned_to,
|
|
137
|
+
comment, deep_link, query, source_snippet, sink_snippet,
|
|
138
|
+
nodes, lcid, cx_description_id, result_description,
|
|
139
|
+
best_fix_location, risk, cause, general_recommendations):
|
|
140
|
+
"""
|
|
141
|
+
Args:
|
|
142
|
+
index (int):
|
|
143
|
+
path_id (int):
|
|
144
|
+
similarity_hash (int)
|
|
145
|
+
date (str):
|
|
146
|
+
detection_date (str):
|
|
147
|
+
confidence_level (int):
|
|
148
|
+
cx_rank (float):
|
|
149
|
+
bfl_node_short_name (str):
|
|
150
|
+
bfl_node_id (int):
|
|
151
|
+
severity (int):
|
|
152
|
+
status (int):
|
|
153
|
+
assigned_to_user_id (int):
|
|
154
|
+
assigned_to_user (str):
|
|
155
|
+
comment (str):
|
|
156
|
+
deep_link (str):
|
|
157
|
+
query (:obj:`CxQuery`)
|
|
158
|
+
source_snippet (:obj:`CxSnippet`):
|
|
159
|
+
sink_snippet (:obj:`CxSnippet`)
|
|
160
|
+
nodes: (list of `CxScanResultNode`)
|
|
161
|
+
lcid (int):
|
|
162
|
+
cx_description_id (int):
|
|
163
|
+
result_description (str):
|
|
164
|
+
best_fix_location (str):
|
|
165
|
+
risk (str):
|
|
166
|
+
cause (str):
|
|
167
|
+
general_recommendations (str):
|
|
168
|
+
"""
|
|
169
|
+
self.index = index
|
|
170
|
+
self.path_id = path_id
|
|
171
|
+
self.similarity_hash = similarity_hash
|
|
172
|
+
self.date = date
|
|
173
|
+
self.detection_date = detection_date
|
|
174
|
+
self.confidence_level = confidence_level
|
|
175
|
+
self.cx_rank = cx_rank
|
|
176
|
+
self.bfl_node_short_name = bfl_node_short_name
|
|
177
|
+
self.bfl_node_id = bfl_node_id
|
|
178
|
+
self.severity = severity
|
|
179
|
+
self.state = state
|
|
180
|
+
self.status = status
|
|
181
|
+
self.assigned_to_user_id = assigned_to_user_id
|
|
182
|
+
self.assigned_to = assigned_to
|
|
183
|
+
self.comment = comment
|
|
184
|
+
self.deep_link = deep_link
|
|
185
|
+
self.query = query
|
|
186
|
+
self.source_snippet = source_snippet
|
|
187
|
+
self.sink_snippet = sink_snippet
|
|
188
|
+
self.nodes = nodes
|
|
189
|
+
self.lcid = lcid
|
|
190
|
+
self.cx_description_id = cx_description_id
|
|
191
|
+
self.result_description = result_description
|
|
192
|
+
self.best_fix_location = best_fix_location
|
|
193
|
+
self.risk = risk
|
|
194
|
+
self.cause = cause
|
|
195
|
+
self.general_recommendations = general_recommendations
|
|
196
|
+
|
|
197
|
+
@staticmethod
|
|
198
|
+
def from_dict(d):
|
|
199
|
+
"""
|
|
200
|
+
Args:
|
|
201
|
+
d (`dict` of :obj:): a dictionary containin the result data
|
|
202
|
+
"""
|
|
203
|
+
nodes = [CxScanResult.Node.from_dict(d2) for d2 in d.get('nodes')]
|
|
204
|
+
return CxScanResult(index=d.get('index'),
|
|
205
|
+
path_id=d.get('pathId'),
|
|
206
|
+
similarity_hash=d.get('similarityHash'),
|
|
207
|
+
date=d.get('date'),
|
|
208
|
+
detection_date=d.get('detectionDate'),
|
|
209
|
+
confidence_level=d.get('confidenceLevel'),
|
|
210
|
+
cx_rank=d.get('cxRank'),
|
|
211
|
+
bfl_node_short_name=d.get('bflNodeShortName'),
|
|
212
|
+
bfl_node_id=d.get('bflNodeId'),
|
|
213
|
+
severity=d.get('severity'),
|
|
214
|
+
state=d.get('state'),
|
|
215
|
+
status=d.get('status'),
|
|
216
|
+
assigned_to_user_id=d.get('assignedToUserId'),
|
|
217
|
+
assigned_to=d.get('assignedTo'),
|
|
218
|
+
comment=d.get('comment'),
|
|
219
|
+
deep_link=d.get('deepLink'),
|
|
220
|
+
query=CxScanResult.Query.from_dict(d.get('query')),
|
|
221
|
+
source_snippet=CxScanResult.Snippet.from_dict(
|
|
222
|
+
d.get('sourceSnippet')),
|
|
223
|
+
sink_snippet=CxScanResult.Snippet.from_dict(
|
|
224
|
+
d.get('sinkSnippet')),
|
|
225
|
+
nodes=nodes,
|
|
226
|
+
lcid=d.get('lcid'),
|
|
227
|
+
cx_description_id=d.get('cxDescriptionID'),
|
|
228
|
+
result_description=d.get('resultDescription'),
|
|
229
|
+
best_fix_location=d.get('bestFixLocation'),
|
|
230
|
+
risk=d.get('risk'),
|
|
231
|
+
cause=d.get('cause'),
|
|
232
|
+
general_recommendations=d.get('generalRecommendations')
|
|
233
|
+
)
|
|
234
|
+
|
|
235
|
+
def __str__(self):
|
|
236
|
+
return """CxScanResult(index={}, path_id={}, similarity_hash={},
|
|
237
|
+
date={}, detection_date={}, confidence_level={}, cx_rank={},
|
|
238
|
+
bfl_node_short_name={}, bfl_node_id={}, severity={}, state={},
|
|
239
|
+
status={}, assigned_to_user_id={}, assigned_to={}, comment={},
|
|
240
|
+
deep_link={}, query={}, source_snippet={}, sink_snippet={}, nodes={},
|
|
241
|
+
lcid={}, cx_description_id={}, result_description={},
|
|
242
|
+
best_fix_location={}, risk={}, cause={},
|
|
243
|
+
general_recommendations={}""".format(self.index,
|
|
244
|
+
self.path_id,
|
|
245
|
+
self.similarity_hash,
|
|
246
|
+
self.date,
|
|
247
|
+
self.detection_date,
|
|
248
|
+
self.confidence_level,
|
|
249
|
+
self.cx_rank,
|
|
250
|
+
self.bfl_node_short_name,
|
|
251
|
+
self.bfl_node_id,
|
|
252
|
+
self.severity,
|
|
253
|
+
self.state,
|
|
254
|
+
self.status,
|
|
255
|
+
self.assigned_to_user_id,
|
|
256
|
+
self.assigned_to,
|
|
257
|
+
self.comment,
|
|
258
|
+
self.deep_link,
|
|
259
|
+
self.query,
|
|
260
|
+
self.source_snippet,
|
|
261
|
+
self.sink_snippet,
|
|
262
|
+
self.nodes,
|
|
263
|
+
self.lcid,
|
|
264
|
+
self.cx_description_id,
|
|
265
|
+
self.result_description,
|
|
266
|
+
self.best_fix_location,
|
|
267
|
+
self.risk,
|
|
268
|
+
self.cause,
|
|
269
|
+
self.general_recommendations)
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
#encoding: utf-8
|
|
2
|
+
|
|
3
|
+
from .CxScanResult import CxScanResult
|
|
4
|
+
|
|
5
|
+
class CxScanResultsPage:
|
|
6
|
+
|
|
7
|
+
def __init__(self, scan_id, offset, limit, total_count, results):
|
|
8
|
+
"""
|
|
9
|
+
Args:
|
|
10
|
+
scan_id (int): the unique id of the scan
|
|
11
|
+
offset (int): the page offset
|
|
12
|
+
limit (int): the page size
|
|
13
|
+
total_count (int): the total number of results
|
|
14
|
+
results (`list` of `CxResult`)
|
|
15
|
+
"""
|
|
16
|
+
self.scan_id = scan_id
|
|
17
|
+
self.offset = offset
|
|
18
|
+
self.limit = limit
|
|
19
|
+
self.total_count = total_count
|
|
20
|
+
self.results = results
|
|
21
|
+
|
|
22
|
+
@staticmethod
|
|
23
|
+
def from_dict(d):
|
|
24
|
+
"""
|
|
25
|
+
Args:
|
|
26
|
+
d (dict): a dict containing the scan results page data
|
|
27
|
+
"""
|
|
28
|
+
results = [CxScanResult.from_dict(d2) for d2 in d['results']]
|
|
29
|
+
return CxScanResultsPage(scan_id=d['scanId'],
|
|
30
|
+
offset=d['offset'],
|
|
31
|
+
limit=d['limit'],
|
|
32
|
+
total_count=d['totalCount'],
|
|
33
|
+
results = results)
|
|
34
|
+
|
|
35
|
+
def __str__(self):
|
|
36
|
+
return """CxScanResultsPage(scan_id={}, offset={}, limit={},
|
|
37
|
+
total_count={}, results={})""".format(self.scan_id,
|
|
38
|
+
self.offset,
|
|
39
|
+
self.limit,
|
|
40
|
+
self.total_count,
|
|
41
|
+
self.results)
|
|
@@ -22,10 +22,12 @@ from .CxScanParsedFilesMetric import CxScanParsedFilesMetric
|
|
|
22
22
|
from .CxScanQueueDetail import CxScanQueueDetail
|
|
23
23
|
from .CxScanReportStatus import CxScanReportStatus
|
|
24
24
|
from .CxScanReportXmlContent import CxScanReportXmlContent
|
|
25
|
+
from .CxScanResult import CxScanResult
|
|
25
26
|
from .CxScanResultAttackVector import CxScanResultAttackVector
|
|
26
27
|
from .CxScanResultAttackVectorByBFL import CxScanResultAttackVectorByBFL
|
|
27
28
|
from .CxScanResultLabelsFields import CxScanResultLabelsFields
|
|
28
29
|
from .CxScanResultNode import CxScanResultNode
|
|
30
|
+
from .CxScanResultsPage import CxScanResultsPage
|
|
29
31
|
from .CxScanStage import CxScanStage
|
|
30
32
|
from .CxScanState import CxScanState
|
|
31
33
|
from .CxScanStatistics import CxScanStatistics
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.3.7'
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK.egg-info/SOURCES.txt
RENAMED
|
@@ -49,6 +49,7 @@ CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py
|
|
|
49
49
|
CheckmarxPythonSDK/CxOne/codeRepositoryProjectAPI.py
|
|
50
50
|
CheckmarxPythonSDK/CxOne/config.py
|
|
51
51
|
CheckmarxPythonSDK/CxOne/contributorsAPI.py
|
|
52
|
+
CheckmarxPythonSDK/CxOne/customStateAPI.py
|
|
52
53
|
CheckmarxPythonSDK/CxOne/flagsAPI.py
|
|
53
54
|
CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py
|
|
54
55
|
CheckmarxPythonSDK/CxOne/httpRequests.py
|
|
@@ -439,10 +440,12 @@ CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py
|
|
|
439
440
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py
|
|
440
441
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py
|
|
441
442
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py
|
|
443
|
+
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResult.py
|
|
442
444
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py
|
|
443
445
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py
|
|
444
446
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py
|
|
445
447
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py
|
|
448
|
+
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultsPage.py
|
|
446
449
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py
|
|
447
450
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py
|
|
448
451
|
CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.3.6'
|
|
File without changes
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxAccessControl/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/Configuration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.3.6 → checkmarxpythonsdk-1.3.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py
RENAMED
|
File without changes
|