CheckmarxPythonSDK 1.0.6__tar.gz → 1.0.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.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/scansAPI.py +40 -38
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +2 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxScaApiSDK/api.py +99 -0
- checkmarxpythonsdk-1.0.7/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/PKG-INFO +1 -1
- checkmarxpythonsdk-1.0.6/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/Configuration.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/apisecAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK.egg-info/SOURCES.txt +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/LICENSE +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/README.md +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/setup.cfg +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/setup.py +0 -0
- {checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/tests/test_sample.py +0 -0
|
@@ -302,6 +302,7 @@ def get_a_detailed_workflow_of_a_scan(scan_id):
|
|
|
302
302
|
) for item in items or []
|
|
303
303
|
]
|
|
304
304
|
|
|
305
|
+
|
|
305
306
|
def sca_recalculate(project_id, branch):
|
|
306
307
|
"""
|
|
307
308
|
|
|
@@ -317,14 +318,15 @@ def sca_recalculate(project_id, branch):
|
|
|
317
318
|
scan_data = json.dumps({
|
|
318
319
|
"project_id": f"{project_id}",
|
|
319
320
|
"branch": f"{branch}",
|
|
320
|
-
"engines":["sca"],
|
|
321
|
-
"config":[{"type":"sca","value":{"enableContainersScan":True}}]
|
|
322
|
-
|
|
323
|
-
|
|
321
|
+
"engines": ["sca"],
|
|
322
|
+
"config": [{"type": "sca", "value": {"enableContainersScan": True}}]
|
|
323
|
+
})
|
|
324
|
+
|
|
324
325
|
response = post_request(relative_url=relative_url, data=(scan_data))
|
|
325
326
|
return response
|
|
326
327
|
|
|
327
|
-
|
|
328
|
+
|
|
329
|
+
def scan_by_repo_url(project_id, repo_url, branch, engines, tag):
|
|
328
330
|
"""
|
|
329
331
|
|
|
330
332
|
Args:
|
|
@@ -337,39 +339,39 @@ def scan_by_repo_url(project_id, repo_url, branch, engines, tag):
|
|
|
337
339
|
Returns:
|
|
338
340
|
HTTP 201 Created
|
|
339
341
|
"""
|
|
340
|
-
|
|
341
|
-
relative_url = f"/api/scans"
|
|
342
|
-
|
|
343
|
-
scan_data = {
|
|
344
|
-
"type": "git",
|
|
345
|
-
"handler": {
|
|
346
|
-
"repoUrl": repo_url,
|
|
347
|
-
"branch": branch,
|
|
342
|
+
|
|
343
|
+
relative_url = f"/api/scans"
|
|
344
|
+
|
|
345
|
+
scan_data = {
|
|
346
|
+
"type": "git",
|
|
347
|
+
"handler": {
|
|
348
|
+
"repoUrl": repo_url,
|
|
349
|
+
"branch": branch,
|
|
348
350
|
# "skipSubModules": False
|
|
349
|
-
},
|
|
350
|
-
"project": {
|
|
351
|
-
"id": project_id,
|
|
352
|
-
"tags": {}
|
|
353
|
-
},
|
|
354
|
-
"config": [],
|
|
351
|
+
},
|
|
352
|
+
"project": {
|
|
353
|
+
"id": project_id,
|
|
354
|
+
"tags": {}
|
|
355
|
+
},
|
|
356
|
+
"config": [],
|
|
355
357
|
"tags": tag
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
engine_configs = {
|
|
359
|
-
"sast": {"incremental": "false"},
|
|
360
|
-
"sca": {},
|
|
361
|
-
"kics": {},
|
|
362
|
-
"apisec": {}
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
for engine in engines:
|
|
366
|
-
if engine in engine_configs:
|
|
367
|
-
scan_data["config"].append({
|
|
368
|
-
"type": engine,
|
|
369
|
-
"value": engine_configs[engine]
|
|
370
|
-
})
|
|
371
|
-
else:
|
|
372
|
-
print(f"Warning: Engine '{engine}' is not supported and will be ignored.")
|
|
373
|
-
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
engine_configs = {
|
|
361
|
+
"sast": {"incremental": "false"},
|
|
362
|
+
"sca": {},
|
|
363
|
+
"kics": {},
|
|
364
|
+
"apisec": {}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
for engine in engines:
|
|
368
|
+
if engine in engine_configs:
|
|
369
|
+
scan_data["config"].append({
|
|
370
|
+
"type": engine,
|
|
371
|
+
"value": engine_configs[engine]
|
|
372
|
+
})
|
|
373
|
+
else:
|
|
374
|
+
print(f"Warning: Engine '{engine}' is not supported and will be ignored.")
|
|
375
|
+
|
|
374
376
|
response = post_request(relative_url=relative_url, data=json.dumps((scan_data)))
|
|
375
|
-
return response
|
|
377
|
+
return response
|
{checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py
RENAMED
|
@@ -69,6 +69,8 @@ from .api import (
|
|
|
69
69
|
get_container_vulnerabilities_by_scan_id,
|
|
70
70
|
get_package_licenses_by_scan_id,
|
|
71
71
|
get_down_stream_remediation_by_scan_id,
|
|
72
|
+
get_scan_info_by_scan_id,
|
|
73
|
+
get_scan_progress_by_scan_id,
|
|
72
74
|
)
|
|
73
75
|
|
|
74
76
|
from .AccessControlAPI import AccessControlAPI
|
|
@@ -2312,6 +2312,97 @@ class Sca(object):
|
|
|
2312
2312
|
response = self.gql_request(relative_url=self.gql_relative_url, data=query)
|
|
2313
2313
|
return response
|
|
2314
2314
|
|
|
2315
|
+
def get_scan_info_by_scan_id(self, scan_id):
|
|
2316
|
+
"""
|
|
2317
|
+
This is a GraphQL API
|
|
2318
|
+
Args:
|
|
2319
|
+
scan_id (str):
|
|
2320
|
+
|
|
2321
|
+
Returns:
|
|
2322
|
+
example:
|
|
2323
|
+
{
|
|
2324
|
+
"scanInfo": {
|
|
2325
|
+
"hasWarnings": false,
|
|
2326
|
+
"totalManifestsCount": 1,
|
|
2327
|
+
"totalPackagesCount": 245,
|
|
2328
|
+
"identifiedBy": [
|
|
2329
|
+
{
|
|
2330
|
+
"matchType": "Filename",
|
|
2331
|
+
"count": 240
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"matchType": "Sha1",
|
|
2335
|
+
"count": 5
|
|
2336
|
+
}
|
|
2337
|
+
],
|
|
2338
|
+
"manifests": [
|
|
2339
|
+
{
|
|
2340
|
+
"dependenciesCount": 309,
|
|
2341
|
+
"dependencyResolverStatus": "FullResults",
|
|
2342
|
+
"manifestPath": "pom.xml",
|
|
2343
|
+
"message": "",
|
|
2344
|
+
"resolvingModuleType": "Maven"
|
|
2345
|
+
}
|
|
2346
|
+
],
|
|
2347
|
+
"deltaScan": false
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
"""
|
|
2351
|
+
query = ("query { "
|
|
2352
|
+
"scanInfo ("
|
|
2353
|
+
f"scanId: \"{scan_id}\" "
|
|
2354
|
+
")"
|
|
2355
|
+
"{hasWarnings, totalManifestsCount, totalPackagesCount, identifiedBy { matchType, count }, "
|
|
2356
|
+
"manifests { dependenciesCount, dependencyResolverStatus, manifestPath, message, resolvingModuleType},"
|
|
2357
|
+
"deltaScan }"
|
|
2358
|
+
"}")
|
|
2359
|
+
response = self.gql_request(relative_url=self.gql_relative_url, data=query)
|
|
2360
|
+
return response
|
|
2361
|
+
|
|
2362
|
+
def get_scan_progress_by_scan_id(self, scan_id):
|
|
2363
|
+
"""
|
|
2364
|
+
This is a GraphQL API
|
|
2365
|
+
Args:
|
|
2366
|
+
scan_id (str):
|
|
2367
|
+
|
|
2368
|
+
Returns:
|
|
2369
|
+
example:
|
|
2370
|
+
{'scanProgress': {'totalDuration': 35847.367, 'data': [
|
|
2371
|
+
{'name': 'Generating download link', 'startTime': '2024-11-22T01:54:01.129Z', 'duration': 0.253,
|
|
2372
|
+
'status': 'Done'},
|
|
2373
|
+
{'name': 'Download Project Code', 'startTime': '2024-11-22T01:54:01.145Z', 'duration': 69.031,
|
|
2374
|
+
'status': 'Done'},
|
|
2375
|
+
{'name': 'CollectEvidencesScanPipelineStep', 'startTime': '2024-11-22T01:54:01.227Z', 'duration': 0.001,
|
|
2376
|
+
'status': 'Done'},
|
|
2377
|
+
{'name': 'Collecting Evidence', 'startTime': '2024-11-22T01:54:01.237Z', 'duration': 5241.963,
|
|
2378
|
+
'status': 'Done'},
|
|
2379
|
+
{'name': 'Store Ignored Vulnerabilities in Scan Results', 'startTime': '2024-11-22T01:54:06.547Z',
|
|
2380
|
+
'duration': 7.692, 'status': 'Done'},
|
|
2381
|
+
{'name': 'Generate Risk Report', 'startTime': '2024-11-22T01:54:06.565Z', 'duration': 15284.921,
|
|
2382
|
+
'status': 'Done'},
|
|
2383
|
+
{'name': 'Find Private Packages', 'startTime': '2024-11-22T01:54:36.900Z', 'duration': 0.815,
|
|
2384
|
+
'status': 'Done'},
|
|
2385
|
+
{'name': 'Global Inventory Publisher', 'startTime': '2024-11-22T01:54:36.918Z', 'duration': 0.769,
|
|
2386
|
+
'status': 'Done'},
|
|
2387
|
+
{'name': 'Correlating container vulnerabilities', 'startTime': '2024-11-22T01:54:06.498Z',
|
|
2388
|
+
'duration': 27.277, 'status': 'Done'},
|
|
2389
|
+
{'name': 'Handle Container Evidences', 'startTime': '2024-11-22T01:54:06.490Z', 'duration': 47.252,
|
|
2390
|
+
'status': 'Done'},
|
|
2391
|
+
{'name': 'Generate Risk Management Report', 'startTime': '2024-11-22T01:54:21.862Z', 'duration': 0.777,
|
|
2392
|
+
'status': 'Done'},
|
|
2393
|
+
{'name': 'Fetch Generate Risk Management Report Result', 'startTime': '2024-11-22T01:54:36.888Z',
|
|
2394
|
+
'duration': 0.958, 'status': 'Done'}
|
|
2395
|
+
]}}
|
|
2396
|
+
"""
|
|
2397
|
+
query = ("query { "
|
|
2398
|
+
"scanProgress ("
|
|
2399
|
+
f"scanId: \"{scan_id}\" "
|
|
2400
|
+
")"
|
|
2401
|
+
"{ totalDuration, data { name, startTime, duration, status } }"
|
|
2402
|
+
"}")
|
|
2403
|
+
response = self.gql_request(relative_url=self.gql_relative_url, data=query)
|
|
2404
|
+
return response
|
|
2405
|
+
|
|
2315
2406
|
|
|
2316
2407
|
def get_all_projects(project_name=None):
|
|
2317
2408
|
return Sca().get_all_projects(project_name=project_name)
|
|
@@ -2634,3 +2725,11 @@ def get_package_licenses_by_scan_id(scan_id, take=0, skip=0):
|
|
|
2634
2725
|
def get_down_stream_remediation_by_scan_id(scan_id, include_broken_methods=True, take=10, skip=0):
|
|
2635
2726
|
return Sca().get_down_stream_remediation_by_scan_id(scan_id, include_broken_methods=include_broken_methods,
|
|
2636
2727
|
take=take, skip=skip)
|
|
2728
|
+
|
|
2729
|
+
|
|
2730
|
+
def get_scan_info_by_scan_id(scan_id):
|
|
2731
|
+
return Sca().get_scan_info_by_scan_id(scan_id)
|
|
2732
|
+
|
|
2733
|
+
|
|
2734
|
+
def get_scan_progress_by_scan_id(scan_id):
|
|
2735
|
+
return Sca().get_scan_progress_by_scan_id(scan_id)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.7'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.6'
|
|
File without changes
|
{checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.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.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.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.0.6 → checkmarxpythonsdk-1.0.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.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{checkmarxpythonsdk-1.0.6 → checkmarxpythonsdk-1.0.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|