@itentialopensource/adapter-qualys 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.
Files changed (120) hide show
  1. package/.eslintignore +6 -0
  2. package/.eslintrc.js +18 -0
  3. package/.jshintrc +0 -0
  4. package/AUTH.md +39 -0
  5. package/BROKER.md +199 -0
  6. package/CALLS.md +170 -0
  7. package/CHANGELOG.md +9 -0
  8. package/CODE_OF_CONDUCT.md +43 -0
  9. package/CONTRIBUTING.md +172 -0
  10. package/ENHANCE.md +69 -0
  11. package/LICENSE +201 -0
  12. package/PROPERTIES.md +641 -0
  13. package/README.md +337 -0
  14. package/SUMMARY.md +9 -0
  15. package/SYSTEMINFO.md +11 -0
  16. package/TROUBLESHOOT.md +47 -0
  17. package/adapter.js +9870 -0
  18. package/adapterBase.js +1787 -0
  19. package/entities/.generic/action.json +214 -0
  20. package/entities/.generic/schema.json +28 -0
  21. package/entities/.system/action.json +50 -0
  22. package/entities/.system/mockdatafiles/getToken-default.json +3 -0
  23. package/entities/.system/mockdatafiles/healthcheck-default.json +3 -0
  24. package/entities/.system/schema.json +19 -0
  25. package/entities/.system/schemaTokenReq.json +53 -0
  26. package/entities/.system/schemaTokenResp.json +53 -0
  27. package/entities/AssetTagging/action.json +64 -0
  28. package/entities/AssetTagging/schema.json +21 -0
  29. package/entities/BulkCloudAgentActivation/action.json +24 -0
  30. package/entities/BulkCloudAgentActivation/schema.json +19 -0
  31. package/entities/CertViewAPIV1/action.json +44 -0
  32. package/entities/CertViewAPIV1/schema.json +20 -0
  33. package/entities/ContinuousMonitoringCMAPIV1/action.json +168 -0
  34. package/entities/ContinuousMonitoringCMAPIV1/schema.json +26 -0
  35. package/entities/DownloadAllAlertsFromTheContinuousMonitoringModule/action.json +24 -0
  36. package/entities/DownloadAllAlertsFromTheContinuousMonitoringModule/schema.json +19 -0
  37. package/entities/DownloadAllCloudAgentActivationKeys/action.json +24 -0
  38. package/entities/DownloadAllCloudAgentActivationKeys/schema.json +19 -0
  39. package/entities/DownloadQualysUserActivityLog/action.json +24 -0
  40. package/entities/DownloadQualysUserActivityLog/schema.json +19 -0
  41. package/entities/Events/action.json +210 -0
  42. package/entities/Events/schema.json +28 -0
  43. package/entities/FindPlatformVersions/action.json +25 -0
  44. package/entities/FindPlatformVersions/schema.json +19 -0
  45. package/entities/GettingStartedWithTheQualysAPI/action.json +44 -0
  46. package/entities/GettingStartedWithTheQualysAPI/schema.json +31 -0
  47. package/entities/GlobalITAssetInventoryITAMAIAPIV1/action.json +64 -0
  48. package/entities/GlobalITAssetInventoryITAMAIAPIV1/schema.json +21 -0
  49. package/entities/HLDNewActiveReOpenVulnerabilities/action.json +24 -0
  50. package/entities/HLDNewActiveReOpenVulnerabilities/schema.json +52 -0
  51. package/entities/Ignore/action.json +128 -0
  52. package/entities/Ignore/schema.json +35 -0
  53. package/entities/Incidents/action.json +86 -0
  54. package/entities/Incidents/schema.json +22 -0
  55. package/entities/IndicationOfCompromiseIOCUseCases/action.json +46 -0
  56. package/entities/IndicationOfCompromiseIOCUseCases/schema.json +20 -0
  57. package/entities/MalwareDetectionMDAPIV1/action.json +65 -0
  58. package/entities/MalwareDetectionMDAPIV1/schema.json +21 -0
  59. package/entities/PurgeAssetsIMPORTANTPurgingCannotBeReversed/action.json +24 -0
  60. package/entities/PurgeAssetsIMPORTANTPurgingCannotBeReversed/schema.json +41 -0
  61. package/entities/SendReportResultsToSupport/action.json +24 -0
  62. package/entities/SendReportResultsToSupport/schema.json +52 -0
  63. package/entities/Step1GenerateAPIGatewayTokenForAuth/action.json +24 -0
  64. package/entities/Step1GenerateAPIGatewayTokenForAuth/schema.json +19 -0
  65. package/entities/Step3AddIPToAssetGroup/action.json +24 -0
  66. package/entities/Step3AddIPToAssetGroup/schema.json +41 -0
  67. package/entities/Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset/action.json +24 -0
  68. package/entities/Step3EnableVulnerabilityManagementAndOrPolicyComplianceForTheHostAsset/schema.json +41 -0
  69. package/entities/Step4AddSiteToScheduledScan/action.json +24 -0
  70. package/entities/Step4AddSiteToScheduledScan/schema.json +96 -0
  71. package/entities/Step4AuthenticationRecords/action.json +44 -0
  72. package/entities/Step4AuthenticationRecords/schema.json +31 -0
  73. package/entities/Step5GetCertificateScanResults/action.json +24 -0
  74. package/entities/Step5GetCertificateScanResults/schema.json +19 -0
  75. package/entities/Step5LaunchScans/action.json +44 -0
  76. package/entities/Step5LaunchScans/schema.json +53 -0
  77. package/entities/UserAccountManagement/action.json +24 -0
  78. package/entities/UserAccountManagement/schema.json +63 -0
  79. package/entities/V1Old/action.json +167 -0
  80. package/entities/V1Old/schema.json +26 -0
  81. package/entities/V2NewWIP/action.json +44 -0
  82. package/entities/V2NewWIP/schema.json +20 -0
  83. package/entities/VMReporting/action.json +25 -0
  84. package/entities/VMReporting/schema.json +19 -0
  85. package/entities/VulnerabilityManagementVMPolicyCompliancePCAPIV2/action.json +84 -0
  86. package/entities/VulnerabilityManagementVMPolicyCompliancePCAPIV2/schema.json +33 -0
  87. package/entities/WebApplicationScanningWASAPIV3/action.json +167 -0
  88. package/entities/WebApplicationScanningWASAPIV3/schema.json +26 -0
  89. package/error.json +190 -0
  90. package/package.json +84 -0
  91. package/pronghorn.json +5074 -0
  92. package/propertiesDecorators.json +14 -0
  93. package/propertiesSchema.json +1248 -0
  94. package/refs?service=git-upload-pack +0 -0
  95. package/report/Qualys API Collection v 4.0.postman_collection.json-OpenApi3Json.json +11562 -0
  96. package/report/creationReport.json +1082 -0
  97. package/sampleProperties.json +195 -0
  98. package/test/integration/adapterTestBasicGet.js +85 -0
  99. package/test/integration/adapterTestConnectivity.js +93 -0
  100. package/test/integration/adapterTestIntegration.js +2578 -0
  101. package/test/unit/adapterBaseTestUnit.js +949 -0
  102. package/test/unit/adapterTestUnit.js +5702 -0
  103. package/utils/adapterInfo.js +206 -0
  104. package/utils/addAuth.js +94 -0
  105. package/utils/artifactize.js +146 -0
  106. package/utils/basicGet.js +50 -0
  107. package/utils/checkMigrate.js +63 -0
  108. package/utils/entitiesToDB.js +179 -0
  109. package/utils/findPath.js +74 -0
  110. package/utils/modify.js +154 -0
  111. package/utils/packModificationScript.js +35 -0
  112. package/utils/patches2bundledDeps.js +90 -0
  113. package/utils/pre-commit.sh +30 -0
  114. package/utils/removeHooks.js +20 -0
  115. package/utils/setup.js +33 -0
  116. package/utils/tbScript.js +184 -0
  117. package/utils/tbUtils.js +469 -0
  118. package/utils/testRunner.js +298 -0
  119. package/utils/troubleshootingAdapter.js +190 -0
  120. package/workflows/README.md +3 -0
Binary file