CheckmarxPythonSDK 0.9.2__tar.gz → 0.9.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/__init__.py +7 -2
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/config.py +1 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/httpRequests.py +8 -4
- checkmarxpythonsdk-0.9.4/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +68 -0
- checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py → checkmarxpythonsdk-0.9.4/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +2 -56
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +3 -2
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +4 -1
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/config.py +1 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/httpRequests.py +5 -1
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/config.py +1 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +5 -1
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxScaApiSDK/config.py +1 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +5 -1
- checkmarxpythonsdk-0.9.4/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/utilities/httpRequests.py +34 -24
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK.egg-info/SOURCES.txt +1 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/PKG-INFO +1 -1
- checkmarxpythonsdk-0.9.2/CheckmarxPythonSDK/__version__.py +0 -1
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/LICENSE +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/README.md +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/setup.cfg +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/setup.py +0 -0
- {checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/tests/test_sample.py +0 -0
|
@@ -103,6 +103,10 @@ from .repoStoreServiceAPI import (
|
|
|
103
103
|
get_the_list_of_branches_inside_a_git_repository,
|
|
104
104
|
)
|
|
105
105
|
|
|
106
|
+
from .resultsSummaryAPI import (
|
|
107
|
+
get_summary_for_many_scans,
|
|
108
|
+
)
|
|
109
|
+
|
|
106
110
|
from .sastBestFixLocationAPI import (
|
|
107
111
|
get_bfl_graph_by_scan_id,
|
|
108
112
|
)
|
|
@@ -145,11 +149,11 @@ from .sastResultsAPI import (
|
|
|
145
149
|
get_sast_results_by_scan_id,
|
|
146
150
|
)
|
|
147
151
|
|
|
148
|
-
from .
|
|
149
|
-
get_summary_for_many_scans,
|
|
152
|
+
from .sastResultsSummaryAPI import (
|
|
150
153
|
get_sast_aggregate_results,
|
|
151
154
|
)
|
|
152
155
|
|
|
156
|
+
|
|
153
157
|
from .sastScanMetadataServiceAPI import (
|
|
154
158
|
get_metadata_of_scans,
|
|
155
159
|
get_metadata_of_scan,
|
|
@@ -186,6 +190,7 @@ from .scansAPI import (
|
|
|
186
190
|
get_the_list_of_available_config_as_code_template_files,
|
|
187
191
|
get_the_config_as_code_template_file,
|
|
188
192
|
get_scan_by_id,
|
|
193
|
+
get_a_scan_by_id,
|
|
189
194
|
cancel_scan,
|
|
190
195
|
delete_scan,
|
|
191
196
|
get_a_detailed_workflow_of_a_scan,
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxOne/httpRequests.py
RENAMED
|
@@ -24,15 +24,19 @@ def get_data_from_config():
|
|
|
24
24
|
"client_id": "ast-app",
|
|
25
25
|
"refresh_token": config.get("refresh_token"),
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
proxies = {
|
|
28
|
+
"http": config.get("proxy"),
|
|
29
|
+
"https": config.get("proxy"),
|
|
30
|
+
}
|
|
31
|
+
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
28
32
|
|
|
29
33
|
|
|
30
34
|
get, post, put, patch, delete, head = build_request_funcs(get_data_from_config)
|
|
31
35
|
|
|
32
36
|
headers = {
|
|
33
|
-
"user-agent":
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
# "user-agent":
|
|
38
|
+
# "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) "
|
|
39
|
+
# "Chrome/106.0.0.0 Safari/537.36"
|
|
36
40
|
}
|
|
37
41
|
|
|
38
42
|
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
from .httpRequests import get_request
|
|
2
|
+
from .utilities import get_url_param, type_check, list_member_type_check
|
|
3
|
+
from .dto import (
|
|
4
|
+
ResultsSummary,
|
|
5
|
+
KicsCounters,
|
|
6
|
+
SastCounters,
|
|
7
|
+
ScaCounters,
|
|
8
|
+
ScaPackageCounters,
|
|
9
|
+
ScaContainersCounters,
|
|
10
|
+
ApiSecCounters,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
api_url = "/api/scan-summary"
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def get_summary_for_many_scans(scan_ids, include_severity_status=True, include_queries=False, include_files=False,
|
|
17
|
+
apply_predicates=True, language=None):
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
Args:
|
|
21
|
+
scan_ids (list of str): Scan IDs to find. Each scan id will have his own object.
|
|
22
|
+
include_severity_status (bool): if true returns the severityStatus field, otherwise will omit the field.
|
|
23
|
+
Default value : true
|
|
24
|
+
include_queries (bool): if true returns the queries field, otherwise will omit the field.
|
|
25
|
+
Default value : false
|
|
26
|
+
include_files (bool): if true returns the source code file and sink code file fields, otherwise will omit the fields.
|
|
27
|
+
Default value : false
|
|
28
|
+
apply_predicates (bool): if true will apply changes from predicates, otherwise will return the raw results summary.
|
|
29
|
+
Default value : true
|
|
30
|
+
language (str): get scan summary for specific source code language.
|
|
31
|
+
|
|
32
|
+
Returns:
|
|
33
|
+
dict
|
|
34
|
+
"""
|
|
35
|
+
type_check(scan_ids, (list, tuple))
|
|
36
|
+
type_check(include_severity_status, bool)
|
|
37
|
+
type_check(include_queries, bool)
|
|
38
|
+
type_check(include_files, bool)
|
|
39
|
+
type_check(apply_predicates, bool)
|
|
40
|
+
type_check(language, str)
|
|
41
|
+
|
|
42
|
+
list_member_type_check(scan_ids, str)
|
|
43
|
+
|
|
44
|
+
relative_url = api_url + "?"
|
|
45
|
+
relative_url += get_url_param("scan-ids", scan_ids)
|
|
46
|
+
relative_url += get_url_param("include-severity-status", include_severity_status)
|
|
47
|
+
relative_url += get_url_param("include-queries", include_queries)
|
|
48
|
+
relative_url += get_url_param("include-files", include_files)
|
|
49
|
+
relative_url += get_url_param("apply-predicates", apply_predicates)
|
|
50
|
+
relative_url += get_url_param("language", language)
|
|
51
|
+
|
|
52
|
+
response = get_request(relative_url=relative_url)
|
|
53
|
+
response = response.json()
|
|
54
|
+
return {
|
|
55
|
+
"scansSummaries": [
|
|
56
|
+
ResultsSummary(
|
|
57
|
+
scan_id=summary.get("scanId"),
|
|
58
|
+
sast_counters=summary.get("sastCounters"),
|
|
59
|
+
kics_counters=summary.get("kicsCounters"),
|
|
60
|
+
sca_counters=summary.get("scaCounters"),
|
|
61
|
+
sca_packages_counters=summary.get('scaPackagesCounters'),
|
|
62
|
+
sca_containers_counters=summary.get('scaContainersCounters'),
|
|
63
|
+
api_sec_counters=summary.get('apiSecCounters')
|
|
64
|
+
) for summary in response.get("scansSummaries") or []
|
|
65
|
+
],
|
|
66
|
+
"totalCount": response.get("totalCount")
|
|
67
|
+
}
|
|
68
|
+
|
|
@@ -10,61 +10,7 @@ from .dto import (
|
|
|
10
10
|
ApiSecCounters,
|
|
11
11
|
)
|
|
12
12
|
|
|
13
|
-
api_url = "/api/scan-summary"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
def get_summary_for_many_scans(scan_ids, include_severity_status=True, include_queries=False, include_files=False,
|
|
17
|
-
apply_predicates=True, language=None):
|
|
18
|
-
"""
|
|
19
|
-
|
|
20
|
-
Args:
|
|
21
|
-
scan_ids (list of str): Scan IDs to find. Each scan id will have his own object.
|
|
22
|
-
include_severity_status (bool): if true returns the severityStatus field, otherwise will omit the field.
|
|
23
|
-
Default value : true
|
|
24
|
-
include_queries (bool): if true returns the queries field, otherwise will omit the field.
|
|
25
|
-
Default value : false
|
|
26
|
-
include_files (bool): if true returns the source code file and sink code file fields, otherwise will omit the fields.
|
|
27
|
-
Default value : false
|
|
28
|
-
apply_predicates (bool): if true will apply changes from predicates, otherwise will return the raw results summary.
|
|
29
|
-
Default value : true
|
|
30
|
-
language (str): get scan summary for specific source code language.
|
|
31
|
-
|
|
32
|
-
Returns:
|
|
33
|
-
dict
|
|
34
|
-
"""
|
|
35
|
-
type_check(scan_ids, (list, tuple))
|
|
36
|
-
type_check(include_severity_status, bool)
|
|
37
|
-
type_check(include_queries, bool)
|
|
38
|
-
type_check(include_files, bool)
|
|
39
|
-
type_check(apply_predicates, bool)
|
|
40
|
-
type_check(language, str)
|
|
41
|
-
|
|
42
|
-
list_member_type_check(scan_ids, str)
|
|
43
|
-
|
|
44
|
-
relative_url = api_url + "?"
|
|
45
|
-
relative_url += get_url_param("scan-ids", scan_ids)
|
|
46
|
-
relative_url += get_url_param("include-severity-status", include_severity_status)
|
|
47
|
-
relative_url += get_url_param("include-queries", include_queries)
|
|
48
|
-
relative_url += get_url_param("include-files", include_files)
|
|
49
|
-
relative_url += get_url_param("apply-predicates", apply_predicates)
|
|
50
|
-
relative_url += get_url_param("language", language)
|
|
51
|
-
|
|
52
|
-
response = get_request(relative_url=relative_url)
|
|
53
|
-
response = response.json()
|
|
54
|
-
return {
|
|
55
|
-
"scansSummaries": [
|
|
56
|
-
ResultsSummary(
|
|
57
|
-
scan_id=summary.get("scanId"),
|
|
58
|
-
sast_counters=summary.get("sastCounters"),
|
|
59
|
-
kics_counters=summary.get("kicsCounters"),
|
|
60
|
-
sca_counters=summary.get("scaCounters"),
|
|
61
|
-
sca_packages_counters=summary.get('scaPackagesCounters'),
|
|
62
|
-
sca_containers_counters=summary.get('scaContainersCounters'),
|
|
63
|
-
api_sec_counters=summary.get('apiSecCounters')
|
|
64
|
-
) for summary in response.get("scansSummaries") or []
|
|
65
|
-
],
|
|
66
|
-
"totalCount": response.get("totalCount")
|
|
67
|
-
}
|
|
13
|
+
api_url = "/api/sast-scan-summary"
|
|
68
14
|
|
|
69
15
|
|
|
70
16
|
def get_sast_aggregate_results(scan_id, group_by_field, language=None, status=None, severity=None, source_file=None,
|
|
@@ -127,7 +73,7 @@ def get_sast_aggregate_results(scan_id, group_by_field, language=None, status=No
|
|
|
127
73
|
list_member_type_check(severity, str)
|
|
128
74
|
list_member_type_check(query_ids, int)
|
|
129
75
|
|
|
130
|
-
relative_url = api_url + "?scan-id={scan_id}"
|
|
76
|
+
relative_url = api_url + "/aggregate?scan-id={scan_id}"
|
|
131
77
|
relative_url += get_url_param("group-by-field", group_by_field)
|
|
132
78
|
relative_url += get_url_param("language", language)
|
|
133
79
|
relative_url += get_url_param("status", status)
|
|
@@ -5,7 +5,7 @@ auth_headers = {}
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
def get_token():
|
|
8
|
-
_, token_url, timeout, verify_ssl_cert, cert, token_req_data = get_data_from_config()
|
|
8
|
+
_, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies = get_data_from_config()
|
|
9
9
|
token_req_data.update(
|
|
10
10
|
{
|
|
11
11
|
"grant_type": "password",
|
|
@@ -14,7 +14,8 @@ def get_token():
|
|
|
14
14
|
"client_secret": "014DF517-39D1-4453-B7B3-9930C563627C",
|
|
15
15
|
}
|
|
16
16
|
)
|
|
17
|
-
return get_new_token(token_url, token_req_data, timeout=timeout, verify_ssl_cert=verify_ssl_cert, cert=cert
|
|
17
|
+
return get_new_token(token_url, token_req_data, timeout=timeout, verify_ssl_cert=verify_ssl_cert, cert=cert,
|
|
18
|
+
proxies=proxies)
|
|
18
19
|
|
|
19
20
|
|
|
20
21
|
def update_auth_headers():
|
|
@@ -26,7 +26,10 @@ def get_client_and_factory(relative_web_interface_url):
|
|
|
26
26
|
)
|
|
27
27
|
|
|
28
28
|
client.transport.session.verify = False
|
|
29
|
-
|
|
29
|
+
client.transport.session.proxies = {
|
|
30
|
+
'http': config.get("proxy"),
|
|
31
|
+
'https': config.get("proxy"),
|
|
32
|
+
}
|
|
30
33
|
factory = client.type_factory("ns0")
|
|
31
34
|
|
|
32
35
|
return client, factory
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxReporting/httpRequests.py
RENAMED
|
@@ -23,7 +23,11 @@ def get_data_from_config():
|
|
|
23
23
|
"client_id": client_id,
|
|
24
24
|
"client_secret": client_secret,
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
proxies = {
|
|
27
|
+
"http": config.get("proxy"),
|
|
28
|
+
"https": config.get("proxy"),
|
|
29
|
+
}
|
|
30
|
+
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
27
31
|
|
|
28
32
|
|
|
29
33
|
get_request, post_request, _, _, _, _ = build_request_funcs(get_data_from_config)
|
|
@@ -34,7 +34,11 @@ def get_data_from_config():
|
|
|
34
34
|
"client_id": client_id,
|
|
35
35
|
"client_secret": client_secret,
|
|
36
36
|
}
|
|
37
|
-
|
|
37
|
+
proxies = {
|
|
38
|
+
"http": config.get("proxy"),
|
|
39
|
+
"https": config.get("proxy"),
|
|
40
|
+
}
|
|
41
|
+
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
38
42
|
|
|
39
43
|
|
|
40
44
|
get, post, put, patch, delete, _ = build_request_funcs(get_data_from_config)
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py
RENAMED
|
@@ -20,7 +20,11 @@ def get_data_from_config():
|
|
|
20
20
|
"scope": scope,
|
|
21
21
|
"client_id": "sca_resource_owner",
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
proxies = {
|
|
24
|
+
"http": config.get("proxy"),
|
|
25
|
+
"https": config.get("proxy"),
|
|
26
|
+
}
|
|
27
|
+
return server_url, token_url, timeout, verify_ssl_cert, cert, token_req_data, proxies
|
|
24
28
|
|
|
25
29
|
|
|
26
30
|
get, post, put, _, delete, _ = build_request_funcs(get_data_from_config)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.9.4'
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/utilities/httpRequests.py
RENAMED
|
@@ -15,7 +15,7 @@ logger = logging.getLogger("CheckmarxPythonSDK")
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
def request(method, url, params=None, data=None, json=None, files=None, auth=None, timeout=None, headers=None,
|
|
18
|
-
verify=False, cert=None):
|
|
18
|
+
verify=False, cert=None, proxies=None):
|
|
19
19
|
"""
|
|
20
20
|
https://requests.readthedocs.io/en/latest/api/#requests.request
|
|
21
21
|
Args:
|
|
@@ -46,10 +46,10 @@ def request(method, url, params=None, data=None, json=None, files=None, auth=Non
|
|
|
46
46
|
|
|
47
47
|
"""
|
|
48
48
|
return requests.request(method=method, url=url, params=params, data=data, json=json, files=files, auth=auth,
|
|
49
|
-
timeout=timeout, headers=headers, verify=verify, cert=cert)
|
|
49
|
+
timeout=timeout, headers=headers, verify=verify, cert=cert, proxies=proxies)
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
def head(url, files=None, data=None, auth=None, timeout=None, headers=None, verify=False, cert=None):
|
|
52
|
+
def head(url, files=None, data=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
55
|
Args:
|
|
@@ -61,15 +61,16 @@ def head(url, files=None, data=None, auth=None, timeout=None, headers=None, veri
|
|
|
61
61
|
headers (dict):
|
|
62
62
|
verify (bool, str, optional):
|
|
63
63
|
cert (str, tuple, optional):
|
|
64
|
+
proxies (dict, optional)
|
|
64
65
|
|
|
65
66
|
Returns:
|
|
66
67
|
|
|
67
68
|
"""
|
|
68
69
|
return request("HEAD", url, files=files, data=data, auth=auth, timeout=timeout, headers=headers,
|
|
69
|
-
verify=verify, cert=cert)
|
|
70
|
+
verify=verify, cert=cert, proxies=proxies)
|
|
70
71
|
|
|
71
72
|
|
|
72
|
-
def get(url, files=None, data=None, auth=None, timeout=None, headers=None, verify=False, cert=None):
|
|
73
|
+
def get(url, files=None, data=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
|
73
74
|
"""
|
|
74
75
|
|
|
75
76
|
Args:
|
|
@@ -81,15 +82,16 @@ def get(url, files=None, data=None, auth=None, timeout=None, headers=None, verif
|
|
|
81
82
|
headers (dict):
|
|
82
83
|
verify (bool, str, optional):
|
|
83
84
|
cert (str, tuple, optional):
|
|
85
|
+
proxies (dict, optional):
|
|
84
86
|
|
|
85
87
|
Returns:
|
|
86
88
|
|
|
87
89
|
"""
|
|
88
90
|
return request("GET", url, files=files, data=data, auth=auth, timeout=timeout, headers=headers,
|
|
89
|
-
verify=verify, cert=cert)
|
|
91
|
+
verify=verify, cert=cert, proxies=proxies)
|
|
90
92
|
|
|
91
93
|
|
|
92
|
-
def post(url, data, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None):
|
|
94
|
+
def post(url, data, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
|
93
95
|
"""
|
|
94
96
|
|
|
95
97
|
Args:
|
|
@@ -101,14 +103,15 @@ def post(url, data, files=None, auth=None, timeout=None, headers=None, verify=Fa
|
|
|
101
103
|
headers (dict):
|
|
102
104
|
verify (bool, str, optional):
|
|
103
105
|
cert (str, tuple, optional):
|
|
106
|
+
proxies (dict, optional):
|
|
104
107
|
|
|
105
108
|
Returns:
|
|
106
109
|
"""
|
|
107
110
|
return request("POST", url, data=data, files=files, auth=auth, timeout=timeout, headers=headers,
|
|
108
|
-
verify=verify, cert=cert)
|
|
111
|
+
verify=verify, cert=cert, proxies=proxies)
|
|
109
112
|
|
|
110
113
|
|
|
111
|
-
def put(url, data, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None):
|
|
114
|
+
def put(url, data, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
|
112
115
|
"""
|
|
113
116
|
|
|
114
117
|
Args:
|
|
@@ -120,14 +123,15 @@ def put(url, data, files=None, auth=None, timeout=None, headers=None, verify=Fal
|
|
|
120
123
|
headers (dict):
|
|
121
124
|
verify (bool, str, optional):
|
|
122
125
|
cert (str, tuple, optional):
|
|
126
|
+
proxies (dict, optional):
|
|
123
127
|
|
|
124
128
|
Returns:
|
|
125
129
|
"""
|
|
126
130
|
return request("PUT", url, data=data, files=files, auth=auth, timeout=timeout, headers=headers,
|
|
127
|
-
verify=verify, cert=cert)
|
|
131
|
+
verify=verify, cert=cert, proxies=proxies)
|
|
128
132
|
|
|
129
133
|
|
|
130
|
-
def patch(url, data, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None):
|
|
134
|
+
def patch(url, data, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
|
131
135
|
"""
|
|
132
136
|
|
|
133
137
|
Args:
|
|
@@ -139,14 +143,15 @@ def patch(url, data, files=None, auth=None, timeout=None, headers=None, verify=F
|
|
|
139
143
|
headers (dict):
|
|
140
144
|
verify (bool, str, optional):
|
|
141
145
|
cert (str, tuple, optional):
|
|
146
|
+
proxies (dict, optional):
|
|
142
147
|
|
|
143
148
|
Returns:
|
|
144
149
|
"""
|
|
145
150
|
return request("PATCH", url, files=files, auth=auth, data=data, timeout=timeout, headers=headers,
|
|
146
|
-
verify=verify, cert=cert)
|
|
151
|
+
verify=verify, cert=cert, proxies=proxies)
|
|
147
152
|
|
|
148
153
|
|
|
149
|
-
def delete(url, data=None, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None):
|
|
154
|
+
def delete(url, data=None, files=None, auth=None, timeout=None, headers=None, verify=False, cert=None, proxies=None):
|
|
150
155
|
"""
|
|
151
156
|
|
|
152
157
|
Args:
|
|
@@ -158,15 +163,16 @@ def delete(url, data=None, files=None, auth=None, timeout=None, headers=None, ve
|
|
|
158
163
|
headers (dict):
|
|
159
164
|
verify (bool, str, optional):
|
|
160
165
|
cert (str, tuple, optional):
|
|
166
|
+
proxies (dict, optional)
|
|
161
167
|
|
|
162
168
|
Returns:
|
|
163
169
|
|
|
164
170
|
"""
|
|
165
171
|
return request("DELETE", url, files=files, data=data, auth=auth, timeout=timeout, headers=headers,
|
|
166
|
-
verify=verify, cert=cert)
|
|
172
|
+
verify=verify, cert=cert, proxies=proxies)
|
|
167
173
|
|
|
168
174
|
|
|
169
|
-
def get_new_token(token_url, request_data, timeout=None, verify_ssl_cert=False, cert=None):
|
|
175
|
+
def get_new_token(token_url, request_data, timeout=None, verify_ssl_cert=False, cert=None, proxies=None):
|
|
170
176
|
"""
|
|
171
177
|
|
|
172
178
|
Args:
|
|
@@ -175,12 +181,14 @@ def get_new_token(token_url, request_data, timeout=None, verify_ssl_cert=False,
|
|
|
175
181
|
timeout (float, tuple, optional):
|
|
176
182
|
verify_ssl_cert (bool, str):
|
|
177
183
|
cert:
|
|
184
|
+
proxies (dict, optional):
|
|
178
185
|
|
|
179
186
|
Returns:
|
|
180
187
|
Bear Token (str)
|
|
181
188
|
"""
|
|
182
189
|
|
|
183
|
-
response = post(url=token_url, data=request_data, timeout=timeout, verify=verify_ssl_cert, cert=cert
|
|
190
|
+
response = post(url=token_url, data=request_data, timeout=timeout, verify=verify_ssl_cert, cert=cert,
|
|
191
|
+
proxies=proxies)
|
|
184
192
|
|
|
185
193
|
if response.status_code != OK:
|
|
186
194
|
raise ValueError(response.text, response.status_code)
|
|
@@ -189,7 +197,7 @@ def get_new_token(token_url, request_data, timeout=None, verify_ssl_cert=False,
|
|
|
189
197
|
return content.get("token_type") + " " + content.get("access_token")
|
|
190
198
|
|
|
191
199
|
|
|
192
|
-
def update_header(token_url, req_data, timeout=None, verify_ssl_cert=False, cert=None):
|
|
200
|
+
def update_header(token_url, req_data, timeout=None, verify_ssl_cert=False, cert=None, proxies=None):
|
|
193
201
|
"""
|
|
194
202
|
|
|
195
203
|
Args:
|
|
@@ -198,6 +206,7 @@ def update_header(token_url, req_data, timeout=None, verify_ssl_cert=False, cert
|
|
|
198
206
|
timeout (float, tuple, optional):
|
|
199
207
|
verify_ssl_cert (bool, str):
|
|
200
208
|
cert:
|
|
209
|
+
proxies (dict, optional)
|
|
201
210
|
|
|
202
211
|
Returns:
|
|
203
212
|
|
|
@@ -207,7 +216,8 @@ def update_header(token_url, req_data, timeout=None, verify_ssl_cert=False, cert
|
|
|
207
216
|
request_data=req_data,
|
|
208
217
|
timeout=timeout,
|
|
209
218
|
verify_ssl_cert=verify_ssl_cert,
|
|
210
|
-
cert=cert
|
|
219
|
+
cert=cert,
|
|
220
|
+
proxies=proxies,
|
|
211
221
|
)
|
|
212
222
|
auth_header.update({"Authorization": new_token})
|
|
213
223
|
|
|
@@ -220,7 +230,7 @@ auth_header = {
|
|
|
220
230
|
|
|
221
231
|
def retry_when_unauthorized(function_to_send_request, data, get_data_from_config, relative_url, files=None, auth=None,
|
|
222
232
|
headers=(), is_iam=False):
|
|
223
|
-
server_url, token_url, timeout, verify, cert, token_req_data = get_data_from_config()
|
|
233
|
+
server_url, token_url, timeout, verify, cert, token_req_data, proxies = get_data_from_config()
|
|
224
234
|
url = server_url + relative_url
|
|
225
235
|
# is_iam is used for Access Control API
|
|
226
236
|
if is_iam:
|
|
@@ -234,13 +244,13 @@ def retry_when_unauthorized(function_to_send_request, data, get_data_from_config
|
|
|
234
244
|
logger.debug(
|
|
235
245
|
"first http request:"
|
|
236
246
|
"method: {method}, url: {url}, data: {data}, auth: {auth}, timeout: {timeout}, "
|
|
237
|
-
"origin_headers: {origin_headers}, verify: {verify}, cert: {cert}".format(
|
|
247
|
+
"origin_headers: {origin_headers}, verify: {verify}, cert: {cert}, proxies: {proxies}".format(
|
|
238
248
|
method=function_to_send_request.__name__, url=url, data=data, auth=auth, timeout=timeout,
|
|
239
|
-
origin_headers=temp_header, verify=verify, cert=cert
|
|
249
|
+
origin_headers=temp_header, verify=verify, cert=cert, proxies=proxies
|
|
240
250
|
)
|
|
241
251
|
)
|
|
242
252
|
response = function_to_send_request(url=url, data=data, auth=auth, timeout=timeout, headers=temp_header,
|
|
243
|
-
files=files, verify=verify, cert=cert)
|
|
253
|
+
files=files, verify=verify, cert=cert, proxies=proxies)
|
|
244
254
|
if UNAUTHORIZED == response.status_code:
|
|
245
255
|
update_header(token_url, token_req_data, timeout, verify, cert)
|
|
246
256
|
temp_header.update(auth_header)
|
|
@@ -251,11 +261,11 @@ def retry_when_unauthorized(function_to_send_request, data, get_data_from_config
|
|
|
251
261
|
"new_auth_header: {new_auth_header}, verify: {verify}, cert: {cert}".format(
|
|
252
262
|
method=function_to_send_request.__name__, url=url, data=data, auth=auth, timeout=timeout,
|
|
253
263
|
new_auth_header=temp_header, verify=verify,
|
|
254
|
-
cert=cert
|
|
264
|
+
cert=cert, proxies=proxies,
|
|
255
265
|
)
|
|
256
266
|
)
|
|
257
267
|
response = function_to_send_request(url=url, data=data, auth=auth, timeout=timeout, headers=temp_header,
|
|
258
|
-
files=files, verify=verify, cert=cert)
|
|
268
|
+
files=files, verify=verify, cert=cert, proxies=proxies)
|
|
259
269
|
return response
|
|
260
270
|
|
|
261
271
|
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK.egg-info/SOURCES.txt
RENAMED
|
@@ -64,6 +64,7 @@ CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py
|
|
|
64
64
|
CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py
|
|
65
65
|
CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py
|
|
66
66
|
CheckmarxPythonSDK/CxOne/sastResultsAPI.py
|
|
67
|
+
CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py
|
|
67
68
|
CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py
|
|
68
69
|
CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py
|
|
69
70
|
CheckmarxPythonSDK/CxOne/scannersResultsAPI.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.9.2'
|
|
File without changes
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/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-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py
RENAMED
|
File without changes
|
{checkmarxpythonsdk-0.9.2 → checkmarxpythonsdk-0.9.4}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|