@itentialopensource/adapter-algosec_firewall 0.1.1
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.
- package/.eslintignore +5 -0
- package/.eslintrc.js +18 -0
- package/.jshintrc +3 -0
- package/AUTH.md +39 -0
- package/BROKER.md +199 -0
- package/CALLS.md +170 -0
- package/CHANGELOG.md +9 -0
- package/CODE_OF_CONDUCT.md +43 -0
- package/CONTRIBUTING.md +172 -0
- package/ENHANCE.md +69 -0
- package/LICENSE +201 -0
- package/PROPERTIES.md +641 -0
- package/README.md +337 -0
- package/SUMMARY.md +9 -0
- package/SYSTEMINFO.md +11 -0
- package/TROUBLESHOOT.md +47 -0
- package/adapter.js +15343 -0
- package/adapterBase.js +1787 -0
- package/entities/.generic/action.json +214 -0
- package/entities/.generic/schema.json +28 -0
- package/entities/.system/action.json +50 -0
- package/entities/.system/mockdatafiles/getToken-default.json +4 -0
- package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
- package/entities/.system/schema.json +19 -0
- package/entities/.system/schemaTokenReq.json +53 -0
- package/entities/.system/schemaTokenResp.json +53 -0
- package/entities/AnalyzeTaskExternalController/action.json +46 -0
- package/entities/AnalyzeTaskExternalController/mockdatafiles/getCurrentAnalyzeTaskStatusesUsingGET-default.json +10 -0
- package/entities/AnalyzeTaskExternalController/schema.json +20 -0
- package/entities/AnalyzeTaskExternalControllerCompatible/action.json +45 -0
- package/entities/AnalyzeTaskExternalControllerCompatible/schema.json +20 -0
- package/entities/ApplicationsExternalController/action.json +145 -0
- package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameAndDeviceGroupObjectsUsingPOST-default.json +86 -0
- package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameAndDevicesUsingPOST-default.json +23 -0
- package/entities/ApplicationsExternalController/mockdatafiles/findByOriginalOrCanonizedNameUsingPOST-default.json +86 -0
- package/entities/ApplicationsExternalController/mockdatafiles/getGroupMembersUsingPOST-default.json +23 -0
- package/entities/ApplicationsExternalController/schema.json +25 -0
- package/entities/BaselineComplianceExternalController/action.json +25 -0
- package/entities/BaselineComplianceExternalController/schema.json +19 -0
- package/entities/BrandConfigExternalController/action.json +25 -0
- package/entities/BrandConfigExternalController/schema.json +19 -0
- package/entities/CloudDbExternalController/action.json +214 -0
- package/entities/CloudDbExternalController/mockdatafiles/getContainerInstancesUsingGET-default.json +54 -0
- package/entities/CloudDbExternalController/mockdatafiles/getContainerSecurityGroupUsingGET-default.json +28 -0
- package/entities/CloudDbExternalController/mockdatafiles/getDevicesBySecuritySegmentUsingGET-default.json +454 -0
- package/entities/CloudDbExternalController/mockdatafiles/getInstancesBySecurityGroupUsingGET-default.json +41 -0
- package/entities/CloudDbExternalController/schema.json +28 -0
- package/entities/ConfigExternalController/action.json +107 -0
- package/entities/ConfigExternalController/schema.json +23 -0
- package/entities/DeviceExternalController/action.json +290 -0
- package/entities/DeviceExternalController/mockdatafiles/getSectionHeadersUsingGET-default.json +10 -0
- package/entities/DeviceExternalController/mockdatafiles/getSecurityProfileGroupsUsingGET-default.json +3 -0
- package/entities/DeviceExternalController/mockdatafiles/searchChildrenDevicesByParentsUsingPOST-default.json +101 -0
- package/entities/DeviceExternalController/mockdatafiles/searchDeviceGroupHierarchyTreeUsingPOST-default.json +486 -0
- package/entities/DeviceExternalController/mockdatafiles/searchLeafChildrenDevicesByParentsUsingPOST-default.json +89 -0
- package/entities/DeviceExternalController/mockdatafiles/searchParentsDevicesByChildrenUsingPOST-default.json +146 -0
- package/entities/DeviceExternalController/schema.json +32 -0
- package/entities/DeviceExternalControllerCompatible/action.json +86 -0
- package/entities/DeviceExternalControllerCompatible/mockdatafiles/getDevicesByPolicyUsingPOST-default.json +306 -0
- package/entities/DeviceExternalControllerCompatible/mockdatafiles/getDevicesUsingGET1-default.json +935 -0
- package/entities/DeviceExternalControllerCompatible/schema.json +22 -0
- package/entities/DeviceRelocationController/action.json +126 -0
- package/entities/DeviceRelocationController/schema.json +24 -0
- package/entities/DeviceSetupController/action.json +267 -0
- package/entities/DeviceSetupController/mockdatafiles/getAllDevicesDetailsUsingGET-default.json +371 -0
- package/entities/DeviceSetupController/mockdatafiles/getCmaManagedDevicesInPv1ModeUsingPOST-default.json +11 -0
- package/entities/DeviceSetupController/mockdatafiles/getCmaManagedDevicesUsingPOST-default.json +11 -0
- package/entities/DeviceSetupController/mockdatafiles/getFortimangerManagedDevicesUsingPOST-default.json +8 -0
- package/entities/DeviceSetupController/mockdatafiles/getPv1ManagedDevicesUsingPOST-default.json +5 -0
- package/entities/DeviceSetupController/schema.json +31 -0
- package/entities/DeviceZonesController/action.json +25 -0
- package/entities/DeviceZonesController/schema.json +19 -0
- package/entities/DnsLookupExternalController/action.json +25 -0
- package/entities/DnsLookupExternalController/schema.json +19 -0
- package/entities/ExternalApi/action.json +380 -0
- package/entities/ExternalApi/mockdatafiles/getNetworkObjectsUsingGET-default.json +52 -0
- package/entities/ExternalApi/mockdatafiles/getReportRisksUsingGET-default.json +47 -0
- package/entities/ExternalApi/mockdatafiles/getRulesColumnsUsingGET-default.json +22 -0
- package/entities/ExternalApi/mockdatafiles/getServiceObjectsUsingGET-default.json +18 -0
- package/entities/ExternalApi/schema.json +36 -0
- package/entities/ExternalRiskyRuleController/action.json +46 -0
- package/entities/ExternalRiskyRuleController/schema.json +20 -0
- package/entities/ExternalRiskyRuleControllerCompatible/action.json +25 -0
- package/entities/ExternalRiskyRuleControllerCompatible/schema.json +19 -0
- package/entities/FirewallDataExternalController/action.json +127 -0
- package/entities/FirewallDataExternalController/mockdatafiles/getAllBrothersDevicesUsingGET-default.json +4 -0
- package/entities/FirewallDataExternalController/mockdatafiles/getOriginalNamesUsingPOST-default.json +18 -0
- package/entities/FirewallDataExternalController/mockdatafiles/getTreeAndDisplayOfContainingGroupsUsingGET-default.json +6 -0
- package/entities/FirewallDataExternalController/schema.json +24 -0
- package/entities/IssuesCenterExternalController/action.json +25 -0
- package/entities/IssuesCenterExternalController/schema.json +19 -0
- package/entities/LicenseController/action.json +129 -0
- package/entities/LicenseController/schema.json +24 -0
- package/entities/LicensingExternalController/action.json +46 -0
- package/entities/LicensingExternalController/schema.json +20 -0
- package/entities/NetworkInterfacesExternalController/action.json +45 -0
- package/entities/NetworkInterfacesExternalController/mockdatafiles/getInterfacesUsingGET-default.json +4 -0
- package/entities/NetworkInterfacesExternalController/schema.json +20 -0
- package/entities/NetworkObjectExternalController/action.json +353 -0
- package/entities/NetworkObjectExternalController/mockdatafiles/findByContainerNameAndNameUsingGET-default.json +5 -0
- package/entities/NetworkObjectExternalController/mockdatafiles/findByNameAndContainerNameUsingGET-default.json +61 -0
- package/entities/NetworkObjectExternalController/mockdatafiles/findByOriginalOrCanonizedNameUsingPOST1-default.json +199 -0
- package/entities/NetworkObjectExternalController/mockdatafiles/findNetworkObjectsForQueryUsingPOST-default.json +208 -0
- package/entities/NetworkObjectExternalController/mockdatafiles/getApplicationProfilesUsingGET-default.json +4 -0
- package/entities/NetworkObjectExternalController/mockdatafiles/getObjectsUsingGET-default.json +101 -0
- package/entities/NetworkObjectExternalController/schema.json +35 -0
- package/entities/NetworkServicesExternalController/action.json +25 -0
- package/entities/NetworkServicesExternalController/schema.json +19 -0
- package/entities/PolicyOptimizationController/action.json +67 -0
- package/entities/PolicyOptimizationController/mockdatafiles/getDisabledRulesUsingGET-default.json +6041 -0
- package/entities/PolicyOptimizationController/mockdatafiles/getRulesWithoutCommentsUsingGET-default.json +17588 -0
- package/entities/PolicyOptimizationController/mockdatafiles/getRulesWithoutLoggingUsingGET-default.json +9295 -0
- package/entities/PolicyOptimizationController/schema.json +21 -0
- package/entities/ReportExternalController/action.json +87 -0
- package/entities/ReportExternalController/mockdatafiles/getReportIdsUsingGET-default.json +4 -0
- package/entities/ReportExternalController/schema.json +22 -0
- package/entities/RiskCheckExternalController/action.json +44 -0
- package/entities/RiskCheckExternalController/schema.json +20 -0
- package/entities/RuleExternalController/action.json +247 -0
- package/entities/RuleExternalController/mockdatafiles/findRuleIdByRuleNumberUsingPOST-default.json +5 -0
- package/entities/RuleExternalController/mockdatafiles/getAllRulesUsingGET-default.json +2482 -0
- package/entities/RuleExternalController/mockdatafiles/getRulesUsingPOST-default.json +2446 -0
- package/entities/RuleExternalController/schema.json +30 -0
- package/entities/RuleExternalControllerCompatible/action.json +25 -0
- package/entities/RuleExternalControllerCompatible/mockdatafiles/getRulesUsingGET-default.json +3 -0
- package/entities/RuleExternalControllerCompatible/schema.json +19 -0
- package/entities/RuleIdentifierExternalController/action.json +24 -0
- package/entities/RuleIdentifierExternalController/schema.json +19 -0
- package/entities/SecurityZonesExternalController/action.json +67 -0
- package/entities/SecurityZonesExternalController/schema.json +32 -0
- package/entities/SupportZipController/action.json +24 -0
- package/entities/SupportZipController/schema.json +19 -0
- package/entities/TrafficSimulationQueryExternalController/action.json +24 -0
- package/entities/TrafficSimulationQueryExternalController/schema.json +19 -0
- package/entities/TrustedTrafficDataExternalController/action.json +146 -0
- package/entities/TrustedTrafficDataExternalController/mockdatafiles/addTrustedTrafficDataUsingPOST-default.json +3 -0
- package/entities/TrustedTrafficDataExternalController/mockdatafiles/editTrustedTrafficDataUsingPUT-default.json +4 -0
- package/entities/TrustedTrafficDataExternalController/mockdatafiles/exportTrustedTrafficUsingGET-default.json +6 -0
- package/entities/TrustedTrafficDataExternalController/mockdatafiles/importTrustedTrafficFromFileUsingPOST-default.json +6 -0
- package/entities/TrustedTrafficDataExternalController/mockdatafiles/trustRiskRuleUsingPOST-default.json +4 -0
- package/entities/TrustedTrafficDataExternalController/schema.json +25 -0
- package/entities/UrlCategoriesController/action.json +227 -0
- package/entities/UrlCategoriesController/mockdatafiles/getUrlIpsUsingGET-default.json +6 -0
- package/entities/UrlCategoriesController/schema.json +40 -0
- package/entities/UsersExternalController/action.json +46 -0
- package/entities/UsersExternalController/schema.json +20 -0
- package/error.json +190 -0
- package/package.json +86 -0
- package/pronghorn.json +16879 -0
- package/propertiesDecorators.json +14 -0
- package/propertiesSchema.json +1248 -0
- package/refs?service=git-upload-pack +0 -0
- package/report/algosec_firewall_swagger.json +14731 -0
- package/report/creationReport.json +1325 -0
- package/sampleProperties.json +195 -0
- package/test/integration/adapterTestBasicGet.js +83 -0
- package/test/integration/adapterTestConnectivity.js +93 -0
- package/test/integration/adapterTestIntegration.js +5196 -0
- package/test/unit/adapterBaseTestUnit.js +949 -0
- package/test/unit/adapterTestUnit.js +6610 -0
- package/utils/adapterInfo.js +206 -0
- package/utils/addAuth.js +94 -0
- package/utils/artifactize.js +146 -0
- package/utils/basicGet.js +50 -0
- package/utils/checkMigrate.js +63 -0
- package/utils/entitiesToDB.js +178 -0
- package/utils/findPath.js +74 -0
- package/utils/methodDocumentor.js +225 -0
- package/utils/modify.js +154 -0
- package/utils/packModificationScript.js +35 -0
- package/utils/patches2bundledDeps.js +90 -0
- package/utils/pre-commit.sh +32 -0
- package/utils/removeHooks.js +20 -0
- package/utils/setup.js +33 -0
- package/utils/tbScript.js +246 -0
- package/utils/tbUtils.js +490 -0
- package/utils/testRunner.js +298 -0
- package/utils/troubleshootingAdapter.js +195 -0
- package/workflows/README.md +3 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.