CheckmarxPythonSDK 0.9.6__tar.gz → 0.9.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-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/__init__.py +1 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/api.py +20 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ProjectInput.py +1 -1
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/xml_results.py +3 -0
- checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/__version__.py +1 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifArtifactLocation.py +2 -2
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDescription.py +2 -2
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifDriver.py +10 -10
- checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +34 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifLocation.py +2 -2
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifMessage.py +2 -2
- checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py +20 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocation.py +6 -6
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifPhysicalLocationPropertyBag.py +4 -4
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRegion.py +6 -6
- checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +25 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifResultsCollection.py +6 -6
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifRun.py +6 -6
- checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +36 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxa.py +10 -10
- checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +41 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationship.py +2 -2
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaRelationshipTarget.py +6 -6
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTaxonomy.py +10 -10
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifTool.py +2 -2
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/SarifToolComponent.py +6 -6
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/__init__.py +1 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/sast_xml_to_sarif.py +43 -26
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK.egg-info/PKG-INFO +1 -1
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK.egg-info/SOURCES.txt +1 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/PKG-INFO +1 -1
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/__version__.py +0 -1
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/external/sarif/dto/SarifDriverRule.py +0 -31
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/external/sarif/dto/SarifResultPropertyBag.py +0 -25
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/external/sarif/dto/SarifScanResult.py +0 -33
- checkmarxpythonsdk-0.9.6/CheckmarxPythonSDK/external/sarif/dto/SarifTaxaPropertyBag.py +0 -41
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/AccessControl.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/AuthenticationProvider.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Configuration.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroup.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPGroupAndRoleMappingDetail.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPServer.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/LDAPTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/MyProfile.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/OIDCClient.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Role.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLIdentityProvider.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLRoleMapping.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SAMLTeamMapping.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SMTPSetting.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/ServiceProvider.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/SystemLocale.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/Team.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/User.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/WindowsDomain.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxAccessControl/accesscontrol/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxODataApiSDK/HttpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxODataApiSDK/ProjectsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxODataApiSDK/ResultsODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxODataApiSDK/ScansODataAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxODataApiSDK/Utilities.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxODataApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstIdWithName.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/AstUser.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/AccessControlAPI/url.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AttackDetectionAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/AuthenticationManagementAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientAttributeCertificateAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientInitialAccessAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRegistrationPolicyAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientRoleMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientScopesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ClientsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ComponentAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/GroupsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/IdentityProvidersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/KeyAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ProtocolMappersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RealmsAdminAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RoleMapperAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RolesByIDAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/RootAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/ScopeMappingsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UserStorageProviderAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/UsersAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessToken.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAccess.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenAuthorization.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AccessTokenCertConf.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AddressClaimSet.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationExecutionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticationFlowRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/AuthenticatorConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CertificateRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessCreatePresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientInitialAccessPresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientMappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPoliciesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyConditionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyExecutorRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientPolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfileRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientProfilesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeEvaluateResourceProtocolMapperEvaluationRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ClientScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentExportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ComponentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ConfigPropertyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/CredentialRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/FederatedIdentityRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GlobalRequestResult.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/GroupRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IDToken.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/IdentityProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/JsonNode.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeyStoreConfig.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/KeysMetadataRepresentationKeyMetadataRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ManagementPermissionReference.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MappingsRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MemoryInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/MultivaluedHashMap.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PartialImportRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PasswordPolicyTypeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/Permission.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/PolicyRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProfileInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProtocolMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmEventsConfigRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RealmRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RequiredActionProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ResourceServerRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RoleRepresentationComposites.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/RolesRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeMappingRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopePermissions.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ScopeRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/ServerInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SpiInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SynchronizationResult.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/SystemInfoRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/TestLdapConnectionRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/User.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserConsentRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationMapperRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserFederationProviderRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/UserRepresentation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/KeycloakAPI/url.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/applicationsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/auditTrailAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/byorResultsHandlerAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/cloudInsightsServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/config.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/contributorsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Account.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ApiSecCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Application.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationInput.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ApplicationsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvent.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/AuditEventLink.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/AuditEvents.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/BflTree.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Category.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/CategoryType.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ChangeDetails.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ComplianceSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Container.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Contributors.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/CreateEnrichAccount.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/CreatedApplication.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Credentials.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfig.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/DefaultConfigOut.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/EngineData.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/EngineMetrics.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/EnrichAccount.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Error.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/FileInfo.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Flag.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Git.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Group.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ImportItem.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ImportItemWithLogs.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ImportRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ImportResults.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/KicsCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/KicsResult.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/LanguageSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/LogItem.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/MethodInfo.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/MethodParameter.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/PlatformSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Preset.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/PresetPaged.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/PresetSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Project.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ProjectCounter.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ProjectResponseModel.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ProjectsCollection.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Property.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Queries.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/QueriesResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescription.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/QueryDescriptionSampleCode.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/QueryDetails.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/QuerySummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ResultNode.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ResultsSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/RichProject.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Rule.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/RuleInput.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SastCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SastResult.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SastScan.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScaContainersCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScaCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScaPackageCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Scan.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScanConfig.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScanEngineVersion.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfo.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScanInfoCollection.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScanInput.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScanParameter.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/ScansCollection.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SeverityCounter.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SeveritySummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SinkFileSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SinkNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SourceFileSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SourceNodeSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/StartEnrich.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/StatusDetails.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/StatusSummary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SubCheck.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/SubsetScan.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/TaskInfo.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/TotalCounters.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Tree.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/Upload.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/WorkspaceQuery.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/flagsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/healthCheckServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/kicsResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/policyInformationPointAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/projectsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/projectsOverviewAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/queryEditorAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/repoStoreServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/reportAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/resultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastBestFixLocationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastMigrationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastQueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastQueriesAuditPresetsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastResourceManagementServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastResultsSummaryAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/sastScanMetadataServiceAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/scaAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/scanConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/scannersResultsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/scansAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/uploadsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxOne/utilities.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxAuditWebService.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/CxPortalWebService.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/authHeaders.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxPortalSoapApiSDK/zeepClient.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/api.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/config.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportDTO.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/dto/CreateReportResponseDTO.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/dto/FilterDTO.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/dto/ReportStatusDTO.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxReporting/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/ConfigurationAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomFieldsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CustomTasksAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/CxXMLResults.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Line.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Path.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/PathNode.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Query.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Result.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/Snippet.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/CxSastXML/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/DataRetentionAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/EnginesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/GeneralAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/OsaAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/ProjectsAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/QueriesAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/ScansAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/TeamAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/config.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/exceptions/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLibrary.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLicense.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaLocation.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaMatchType.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaScanDetail.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSeverity.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaState.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaSummaryReport.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerability.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityComment.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/CxOsaVulnerabilityState.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/osa/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/CxSASTConfig.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/configuration/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatus.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDataRetentionRequestStatusStage.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionDateRangeRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionNumberOfScansRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/CxDefineDataRetentionResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/dataRetention/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineConfiguration.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineDedication.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServer.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxEngineServerStatus.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/CxRegisterEngineRequestBody.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/engines/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxServerLicenseData.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxSupportedLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxTranslationInput.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/CxUserPersistence.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/general/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCreateProjectResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCredential.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxCustomRemoteSourceSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxGitSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystem.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemDetail.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemField.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemFieldAllowedValue.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJira.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemJiraField.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxIssueTrackingSystemType.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxLink.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxPerforceSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProject.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectExcludeSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxProjectQueueSetting.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSVNSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSharedRemoteSourceSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxSourceSettingsLink.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxTFSSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxURI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectNameTeamIdRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/CxUpdateProjectRequest.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/CxCustomField.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customFields/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/CxCustomTask.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/customTasks/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/CxPreset.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/projects/dto/presets/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxCreateNewScanResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxDateAndTime.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxFinishedScanStatus.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageState.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxLanguageStatistic.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxPolicyFindingsStatus.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxRegisterScanReportResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxResultsStatistics.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanDetail.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFailedQueries.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanFileCountOfLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFiles.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanParsedFilesMetric.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanQueueDetail.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportStatus.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanReportXmlContent.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVector.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultAttackVectorByBFL.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultLabelsFields.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanResultNode.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStage.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanState.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanStatistics.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanSucceededGeneralQueries.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxScanType.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxSchedulingSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatisticsResult.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatus.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/CxStatusDetail.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsRequestBody.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxCreateScanSettingsResponse.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxEmailNotification.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxLanguage.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxPostScanActionConditions.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/CxScanSettings.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/sast/scans/dto/scanSettings/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/team/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/CxTeam.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxRestAPISDK/team/dto/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxScaApiSDK/AccessControlAPI.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxScaApiSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxScaApiSDK/api.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxScaApiSDK/config.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/CxScaApiSDK/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/CxCategory.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/dto/CxSarifCategory.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/external/sarif/stig_mapping.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/utilities/CxError.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/utilities/__init__.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/utilities/compat.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/utilities/configUtility.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK/utilities/httpRequests.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK.egg-info/dependency_links.txt +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK.egg-info/requires.txt +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/CheckmarxPythonSDK.egg-info/top_level.txt +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/LICENSE +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/README.md +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/setup.cfg +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/setup.py +0 -0
- {checkmarxpythonsdk-0.9.6 → checkmarxpythonsdk-0.9.7}/tests/test_sample.py +0 -0
|
@@ -42,6 +42,26 @@ def get_groups(realm, group_name=None, limit=None, ids=None) -> List[AstIdWithNa
|
|
|
42
42
|
return [construct_ast_id_with_name(item) for item in item_list]
|
|
43
43
|
|
|
44
44
|
|
|
45
|
+
def get_group_by_name(realm, group_name):
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
Args:
|
|
49
|
+
realm (str):
|
|
50
|
+
group_name (str):
|
|
51
|
+
|
|
52
|
+
Returns:
|
|
53
|
+
Group
|
|
54
|
+
"""
|
|
55
|
+
result = None
|
|
56
|
+
type_check(realm, str)
|
|
57
|
+
type_check(group_name, str)
|
|
58
|
+
groups = get_groups(realm=realm, group_name=group_name)
|
|
59
|
+
one_group = list(filter(lambda g: g.name == group_name, groups))
|
|
60
|
+
if len(one_group) == 1:
|
|
61
|
+
result = one_group[0]
|
|
62
|
+
return result
|
|
63
|
+
|
|
64
|
+
|
|
45
65
|
def get_users(realm, term, limit=100) -> List[AstIdWithName]:
|
|
46
66
|
"""
|
|
47
67
|
|
|
@@ -104,6 +104,8 @@ def obj_to_dict(obj) -> dict:
|
|
|
104
104
|
obj_dict = obj.__dict__
|
|
105
105
|
for key, value in obj_dict.items():
|
|
106
106
|
if value is None or isinstance(value, (int, str)):
|
|
107
|
+
if key == 'schema':
|
|
108
|
+
key = '$schema'
|
|
107
109
|
result[key] = value
|
|
108
110
|
elif isinstance(value, list):
|
|
109
111
|
result[key] = []
|
|
@@ -111,6 +113,7 @@ def obj_to_dict(obj) -> dict:
|
|
|
111
113
|
result[key].append(obj_to_dict(item))
|
|
112
114
|
else:
|
|
113
115
|
result[key] = obj_to_dict(value)
|
|
116
|
+
|
|
114
117
|
return result
|
|
115
118
|
|
|
116
119
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.9.7'
|
|
@@ -13,17 +13,17 @@ class SarifDriver:
|
|
|
13
13
|
information_uri (str):
|
|
14
14
|
rules (list of SarifDriverRule):
|
|
15
15
|
"""
|
|
16
|
-
self.
|
|
17
|
-
self.
|
|
18
|
-
self.
|
|
19
|
-
self.
|
|
20
|
-
self.
|
|
16
|
+
self.name = name
|
|
17
|
+
self.fullName = full_name
|
|
18
|
+
self.version = version
|
|
19
|
+
self.informationUri = information_uri
|
|
20
|
+
self.rules = rules
|
|
21
21
|
|
|
22
22
|
def __str__(self):
|
|
23
23
|
return f"SarifDriver(" \
|
|
24
|
-
f"name={self.
|
|
25
|
-
f"full_name={self.
|
|
26
|
-
f"version={self.
|
|
27
|
-
f"information_uri={self.
|
|
28
|
-
f"rules={self.
|
|
24
|
+
f"name={self.name}, " \
|
|
25
|
+
f"full_name={self.fullName}, " \
|
|
26
|
+
f"version={self.version}, " \
|
|
27
|
+
f"information_uri={self.informationUri}, " \
|
|
28
|
+
f"rules={self.rules}"\
|
|
29
29
|
f")"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
from .SarifDescription import SarifDescription
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class SarifDriverRule:
|
|
5
|
+
def __init__(self, rule_id, name, short_description, full_description, help_uri, help, relation_ships):
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
rule_id (str):
|
|
10
|
+
name (str):
|
|
11
|
+
short_description (SarifDescription):
|
|
12
|
+
full_description (SarifDescription):
|
|
13
|
+
help_uri (str):
|
|
14
|
+
help (SarifMultiFormatMessageString):
|
|
15
|
+
relation_ships (SarifTaxaRelationship):
|
|
16
|
+
"""
|
|
17
|
+
self.id = rule_id
|
|
18
|
+
self.name = name
|
|
19
|
+
self.helpUri = help_uri
|
|
20
|
+
self.help = help
|
|
21
|
+
self.fullDescription = full_description
|
|
22
|
+
self.shortDescription = short_description
|
|
23
|
+
self.relationships = relation_ships
|
|
24
|
+
|
|
25
|
+
def __str__(self):
|
|
26
|
+
return f"SarifDriverRule("\
|
|
27
|
+
f"rule_id={self.id}, "\
|
|
28
|
+
f"name={self.name}, "\
|
|
29
|
+
f"help_uri={self.helpUri}, "\
|
|
30
|
+
f"help={self.help}, "\
|
|
31
|
+
f"full_description={self.fullDescription}, "\
|
|
32
|
+
f"short_description={self.shortDescription}, "\
|
|
33
|
+
f"relation_ships={self.relationships}"\
|
|
34
|
+
")"
|
|
@@ -8,9 +8,9 @@ class SarifLocation:
|
|
|
8
8
|
Args:
|
|
9
9
|
physical_location (SarifPhysicalLocation):
|
|
10
10
|
"""
|
|
11
|
-
self.
|
|
11
|
+
self.physicalLocation = physical_location
|
|
12
12
|
|
|
13
13
|
def __str__(self):
|
|
14
14
|
return f"SarifLocation(" \
|
|
15
|
-
f"physical_location={self.
|
|
15
|
+
f"physical_location={self.physicalLocation}, " \
|
|
16
16
|
f")"
|
checkmarxpythonsdk-0.9.7/CheckmarxPythonSDK/external/sarif/dto/SarifMultiFormatMessageString.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
class SarifMultiFormatMessageString(object):
|
|
2
|
+
|
|
3
|
+
def __init__(self, general, text, markdown):
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
Args:
|
|
7
|
+
general (str):
|
|
8
|
+
text (str):
|
|
9
|
+
markdown (str):
|
|
10
|
+
"""
|
|
11
|
+
self.general = general
|
|
12
|
+
self.text = text
|
|
13
|
+
self.markdown = markdown
|
|
14
|
+
|
|
15
|
+
def __str__(self):
|
|
16
|
+
return f"""SarifMultiFormatMessageString(
|
|
17
|
+
general={self.general},
|
|
18
|
+
text={self.text},
|
|
19
|
+
markdown={self.markdown})
|
|
20
|
+
"""
|
|
@@ -12,13 +12,13 @@ class SarifPhysicalLocation:
|
|
|
12
12
|
region (SarifRegion):
|
|
13
13
|
properties (SarifPhysicalLocationPropertyBag):
|
|
14
14
|
"""
|
|
15
|
-
self.
|
|
16
|
-
self.
|
|
17
|
-
self.
|
|
15
|
+
self.artifactLocation = artifact_location
|
|
16
|
+
self.region = region
|
|
17
|
+
self.properties = properties
|
|
18
18
|
|
|
19
19
|
def __str__(self):
|
|
20
20
|
return f"SarifPhysicalLocation(" \
|
|
21
|
-
f"artifact_location={self.
|
|
22
|
-
f"region={self.
|
|
23
|
-
f"properties={self.
|
|
21
|
+
f"artifact_location={self.artifactLocation}, " \
|
|
22
|
+
f"region={self.region}" \
|
|
23
|
+
f"properties={self.properties}"\
|
|
24
24
|
f")"
|
|
@@ -6,11 +6,11 @@ class SarifPhysicalLocationPropertyBag:
|
|
|
6
6
|
tags (list of str):
|
|
7
7
|
snippet (str):
|
|
8
8
|
"""
|
|
9
|
-
self.
|
|
10
|
-
self.
|
|
9
|
+
self.tags = tags
|
|
10
|
+
self.snippet = snippet
|
|
11
11
|
|
|
12
12
|
def __str__(self):
|
|
13
13
|
return f"SarifPhysicalLocationPropertyBag(" \
|
|
14
|
-
f"tags={self.
|
|
15
|
-
f"snippet={self.
|
|
14
|
+
f"tags={self.tags}, "\
|
|
15
|
+
f"snippet={self.snippet}"\
|
|
16
16
|
f")"
|
|
@@ -7,13 +7,13 @@ class SarifRegion:
|
|
|
7
7
|
start_column (int):
|
|
8
8
|
end_column (int):
|
|
9
9
|
"""
|
|
10
|
-
self.
|
|
11
|
-
self.
|
|
12
|
-
self.
|
|
10
|
+
self.startLine = start_line
|
|
11
|
+
self.startColumn = start_column
|
|
12
|
+
self.endColumn = end_column
|
|
13
13
|
|
|
14
14
|
def __str__(self):
|
|
15
15
|
return f"SarifRegion(" \
|
|
16
|
-
f"start_line={self.
|
|
17
|
-
f"start_column={self.
|
|
18
|
-
f"end_column={self.
|
|
16
|
+
f"start_line={self.startLine}, "\
|
|
17
|
+
f"start_column={self.startColumn}, "\
|
|
18
|
+
f"end_column={self.endColumn}" \
|
|
19
19
|
f")"
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
class SarifResultPropertyBag:
|
|
2
|
+
def __init__(self, tags, similarity_id, cx_cwe, cx_stig_id, cx_stig_rule_id):
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
Args:
|
|
6
|
+
tags (list of str):
|
|
7
|
+
similarity_id (int):
|
|
8
|
+
cx_cwe (str):
|
|
9
|
+
cx_stig_id (str):
|
|
10
|
+
cx_stig_rule_id (str):
|
|
11
|
+
"""
|
|
12
|
+
self.tags = tags
|
|
13
|
+
self.similarityId = similarity_id
|
|
14
|
+
self.cxCwe = cx_cwe
|
|
15
|
+
self.cxStigID = cx_stig_id
|
|
16
|
+
self.cxStigRuleID = cx_stig_rule_id
|
|
17
|
+
|
|
18
|
+
def __str__(self):
|
|
19
|
+
return f"SarifResultPropertyBag(" \
|
|
20
|
+
f"tags={self.tags}, "\
|
|
21
|
+
f"similarity_id={self.similarityId}, " \
|
|
22
|
+
f"cx_cwe={self.cxCwe}, " \
|
|
23
|
+
f"cx_stig_id={self.cxStigID}, "\
|
|
24
|
+
f"cx_stig_rule_id={self.cxStigRuleID}"\
|
|
25
|
+
f")"
|
|
@@ -10,13 +10,13 @@ class SarifResultsCollection:
|
|
|
10
10
|
version (str):
|
|
11
11
|
runs (list of SarifRun):
|
|
12
12
|
"""
|
|
13
|
-
self.
|
|
14
|
-
self.
|
|
15
|
-
self.
|
|
13
|
+
self.schema = schema
|
|
14
|
+
self.version = version
|
|
15
|
+
self.runs = runs
|
|
16
16
|
|
|
17
17
|
def __str__(self):
|
|
18
18
|
return f"SarifResultsCollection("\
|
|
19
|
-
f"schema={self.
|
|
20
|
-
f"version={self.
|
|
21
|
-
f"runs={self.
|
|
19
|
+
f"schema={self.schema}, "\
|
|
20
|
+
f"version={self.version}, "\
|
|
21
|
+
f"runs={self.runs} "\
|
|
22
22
|
f")"
|
|
@@ -13,13 +13,13 @@ class SarifRun:
|
|
|
13
13
|
results (list of SarifScanResult):
|
|
14
14
|
taxonomies (list of SarifTaxonomy)
|
|
15
15
|
"""
|
|
16
|
-
self.
|
|
17
|
-
self.
|
|
18
|
-
self.
|
|
16
|
+
self.tool = tool
|
|
17
|
+
self.results = results
|
|
18
|
+
self.taxonomies = taxonomies
|
|
19
19
|
|
|
20
20
|
def __str__(self):
|
|
21
21
|
return f"SarifRun(" \
|
|
22
|
-
f"tool={self.
|
|
23
|
-
f"results={self.
|
|
24
|
-
f"taxonomies={self.
|
|
22
|
+
f"tool={self.tool}, "\
|
|
23
|
+
f"results={self.results}"\
|
|
24
|
+
f"taxonomies={self.taxonomies}"\
|
|
25
25
|
f")"
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
from .SarifMessage import SarifMessage
|
|
2
|
+
from .SarifResultPropertyBag import SarifResultPropertyBag
|
|
3
|
+
from .SarifLocation import SarifLocation
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class SarifScanResult:
|
|
7
|
+
def __init__(self, rule_id, kind, level, message, properties, locations, fixes):
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
Args:
|
|
11
|
+
rule_id (str):
|
|
12
|
+
kind (str):
|
|
13
|
+
level (str):
|
|
14
|
+
message (SarifMessage):
|
|
15
|
+
properties (SarifResultPropertyBag):
|
|
16
|
+
locations (list of SarifLocation):
|
|
17
|
+
fixes ():
|
|
18
|
+
"""
|
|
19
|
+
self.ruleId = rule_id
|
|
20
|
+
self.kind = kind
|
|
21
|
+
self.level = level
|
|
22
|
+
self.message = message
|
|
23
|
+
self.properties = properties
|
|
24
|
+
self.locations = locations
|
|
25
|
+
self.fixes = fixes
|
|
26
|
+
|
|
27
|
+
def __str__(self):
|
|
28
|
+
return f"SarifScanResult(" \
|
|
29
|
+
f"rule_id={self.ruleId}, "\
|
|
30
|
+
f"kind={self.kind}, " \
|
|
31
|
+
f"level={self.level}, " \
|
|
32
|
+
f"message={self.message}, " \
|
|
33
|
+
f"properties={self.properties}, "\
|
|
34
|
+
f"locations={self.locations}, "\
|
|
35
|
+
f"fixes={self.fixes}, "\
|
|
36
|
+
f")"
|
|
@@ -13,17 +13,17 @@ class SarifTaxa:
|
|
|
13
13
|
short_description (SarifDescription):
|
|
14
14
|
properties (SarifTaxaPropertyBag):
|
|
15
15
|
"""
|
|
16
|
-
self.
|
|
17
|
-
self.
|
|
18
|
-
self.
|
|
19
|
-
self.
|
|
20
|
-
self.
|
|
16
|
+
self.id = taxa_id
|
|
17
|
+
self.name = name
|
|
18
|
+
self.fullDescription = full_description
|
|
19
|
+
self.shortDescription = short_description
|
|
20
|
+
self.properties = properties
|
|
21
21
|
|
|
22
22
|
def __str__(self):
|
|
23
23
|
return f"SarifTaxa(" \
|
|
24
|
-
f"taxa_id={self.
|
|
25
|
-
f"name={self.
|
|
26
|
-
f"full_description={self.
|
|
27
|
-
f"short_description={self.
|
|
28
|
-
f"properties={self.
|
|
24
|
+
f"taxa_id={self.id}, "\
|
|
25
|
+
f"name={self.name}, "\
|
|
26
|
+
f"full_description={self.fullDescription}, "\
|
|
27
|
+
f"short_description={self.shortDescription}, "\
|
|
28
|
+
f"properties={self.properties}"\
|
|
29
29
|
f")"
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
from .CxSarifCategory import CxSarifCategory
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class SarifTaxaPropertyBag:
|
|
5
|
+
def __init__(self, tags, cx_cwe, cx_severity, cx_category, cx_query_group_name, cx_language_name,
|
|
6
|
+
cx_package_type_name, cx_stig_id, cx_stig_rule_id):
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
Args:
|
|
10
|
+
tags (list of str):
|
|
11
|
+
cx_cwe (str):
|
|
12
|
+
cx_severity (str):
|
|
13
|
+
cx_category (list of CxSarifCategory):
|
|
14
|
+
cx_query_group_name (str):
|
|
15
|
+
cx_language_name (str):
|
|
16
|
+
cx_package_type_name (str):
|
|
17
|
+
cx_stig_id (str):
|
|
18
|
+
cx_stig_rule_id (str):
|
|
19
|
+
"""
|
|
20
|
+
self.tags = tags
|
|
21
|
+
self.cxCwe = cx_cwe
|
|
22
|
+
self.cxSeverity = cx_severity
|
|
23
|
+
self.cxCategory = cx_category
|
|
24
|
+
self.cxQueryGroupName = cx_query_group_name
|
|
25
|
+
self.cxLanguageName = cx_language_name
|
|
26
|
+
self.cxPackageTypeName = cx_package_type_name
|
|
27
|
+
self.cxStigID = cx_stig_id
|
|
28
|
+
self.cxStigRuleID = cx_stig_rule_id
|
|
29
|
+
|
|
30
|
+
def __str__(self):
|
|
31
|
+
return f"SarifTaxaPropertyBag(" \
|
|
32
|
+
f"tags={self.tags}, "\
|
|
33
|
+
f"cx_cwe={self.cxCwe}, "\
|
|
34
|
+
f"cx_severity={self.cxSeverity}, "\
|
|
35
|
+
f"cx_category={self.cxCategory}, " \
|
|
36
|
+
f"cx_query_group_name={self.cxQueryGroupName}, " \
|
|
37
|
+
f"cx_language_name={self.cxLanguageName}, " \
|
|
38
|
+
f"cx_package_type_name={self.cxPackageTypeName}, " \
|
|
39
|
+
f"cx_stig_id={self.cxStigID}, " \
|
|
40
|
+
f"cx_stig_rule_id={self.cxStigRuleID}" \
|
|
41
|
+
f")"
|
|
@@ -10,13 +10,13 @@ class SarifTaxaRelationshipTarget:
|
|
|
10
10
|
index (int):
|
|
11
11
|
tool_component (SarifToolComponent):
|
|
12
12
|
"""
|
|
13
|
-
self.
|
|
14
|
-
self.
|
|
15
|
-
self.
|
|
13
|
+
self.id = target_id
|
|
14
|
+
self.index = index
|
|
15
|
+
self.toolComponent = tool_component
|
|
16
16
|
|
|
17
17
|
def __str__(self):
|
|
18
18
|
return f"SarifTaxaRelationshipTarget(" \
|
|
19
|
-
f"target_id={self.
|
|
20
|
-
f"index={self.
|
|
21
|
-
f"tool_component={self.
|
|
19
|
+
f"target_id={self.id}, "\
|
|
20
|
+
f"index={self.index}, "\
|
|
21
|
+
f"tool_component={self.toolComponent}"\
|
|
22
22
|
f")"
|
|
@@ -13,17 +13,17 @@ class SarifTaxonomy:
|
|
|
13
13
|
short_description (SarifDescription):
|
|
14
14
|
taxa (list of SarifTaxa):
|
|
15
15
|
"""
|
|
16
|
-
self.
|
|
17
|
-
self.
|
|
18
|
-
self.
|
|
19
|
-
self.
|
|
20
|
-
self.
|
|
16
|
+
self.guid = guid
|
|
17
|
+
self.name = name
|
|
18
|
+
self.fullDescription = full_description
|
|
19
|
+
self.shortDescription = short_description
|
|
20
|
+
self.taxa = taxa
|
|
21
21
|
|
|
22
22
|
def __str__(self):
|
|
23
23
|
return f"SarifTaxonomy(" \
|
|
24
|
-
f"guid={self.
|
|
25
|
-
f"name={self.
|
|
26
|
-
f"full_description={self.
|
|
27
|
-
f"short_description={self.
|
|
28
|
-
f"taxa={self.
|
|
24
|
+
f"guid={self.guid}, "\
|
|
25
|
+
f"name={self.name}, "\
|
|
26
|
+
f"full_description={self.fullDescription}, "\
|
|
27
|
+
f"short_description={self.shortDescription}, "\
|
|
28
|
+
f"taxa={self.taxa}"\
|
|
29
29
|
f")"
|
|
@@ -7,13 +7,13 @@ class SarifToolComponent:
|
|
|
7
7
|
guid (str):
|
|
8
8
|
index (int):
|
|
9
9
|
"""
|
|
10
|
-
self.
|
|
11
|
-
self.
|
|
12
|
-
self.
|
|
10
|
+
self.name = name
|
|
11
|
+
self.guid = guid
|
|
12
|
+
self.index = index
|
|
13
13
|
|
|
14
14
|
def __str__(self):
|
|
15
15
|
return f"SarifToolComponent(" \
|
|
16
|
-
f"name={self.
|
|
17
|
-
f"guid={self.
|
|
18
|
-
f"index={self.
|
|
16
|
+
f"name={self.name}, "\
|
|
17
|
+
f"guid={self.guid}, "\
|
|
18
|
+
f"index={self.index}"\
|
|
19
19
|
f")"
|
|
@@ -6,6 +6,7 @@ from .SarifDriver import SarifDriver
|
|
|
6
6
|
from .SarifDriverRule import SarifDriverRule
|
|
7
7
|
from .SarifLocation import SarifLocation
|
|
8
8
|
from .SarifMessage import SarifMessage
|
|
9
|
+
from .SarifMultiFormatMessageString import SarifMultiFormatMessageString
|
|
9
10
|
from .SarifPhysicalLocation import SarifPhysicalLocation
|
|
10
11
|
from .SarifPhysicalLocationPropertyBag import SarifPhysicalLocationPropertyBag
|
|
11
12
|
from .SarifRegion import SarifRegion
|