This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.json
133 lines (133 loc) · 4.49 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"manifestVersion": "1",
"extension": {
"type": "external_listing",
"url": "https://marketplace.atlassian.com/apps/1221109/rapid7-insightappsec-for-bamboo"
},
"id": "insightappsec-bamboo-plugin",
"title": "Atlassian Bamboo Plugin",
"overview": "Integrate InsightAppSec application security scans into Atlassian Bamboo build and release pipelines",
"description": "The Rapid7 InsightAppSec Bamboo plugin leverages the InsightAppSec RESTful API to automate web application scanning as part of a Bamboo build or release pipeline. The plugin provides a variety of configuration options to allow for flexibility when utilized within a pipeline. This includes options for scan timeouts, status monitoring, and gating based on the results of the completed scan. This facilitates the implementation of Dynamic Application Security Testing (DAST) and enables organizations to address application security as part of the software development life cycle.",
"keyFeatures": [
"Performs web application scanning within a Bamboo pipeline",
"Monitors and records scan status",
"Provides scan gating capability with custom user-defined query",
"Generates report containing key metrics from scan results"
],
"requirements": [
"Rapid7 Platform API Key"
],
"resources": {
"sourceUrl": "https://github.com/rapid7/insightappsec-bamboo-plugin",
"licenseUrl": "https://github.com/rapid7/insightappsec-bamboo-plugin/blob/master/LICENSE"
},
"version": "1.2.3",
"versionHistory": [
{
"version": "1.2.3",
"date": "",
"changes": "Updating dependencies and excluding unnecessary dependencies."
},
{
"version": "1.2.2",
"date": "",
"changes": "Update dependencies."
},
{
"version": "1.2.1",
"date": "",
"changes": "Excluding unnecessary dependencies."
},
{
"version": "1.2.0",
"date": "",
"changes": "Add proxy connection. Add server logs debugging."
},
{
"version": "1.1.2",
"date": "",
"changes": "Update dependencies."
},
{
"version": "1.1.1",
"date": "",
"changes": "Add new regions to InsightAppSec Region dropdown. Use search endpoint to retrieve scan-configs."
},
{
"version": "1.1.0",
"date": "",
"changes": "Support for Atlassian Bamboo 7.0.X, Implements RuntimeDataProvider to assist with pre-fetch of API Key for tasks run on remote agents"
},
{
"version": "1.0.0",
"date": "",
"changes": "Initial integration"
}
],
"publisher": "rapid7",
"support": {
"type": "publisher",
"url": "http://www.rapid7.com"
},
"rapid7Products": [
{
"name": "insightappsec",
"role": "primary"
}
],
"requiredRapid7Features": [],
"status": [],
"logos": {
"primary": "extension.png",
"secondary": []
},
"displayOptions": [],
"tags": {
"categories": [
"devops"
],
"thirdPartyProducts": [],
"keywords": [
"atlassian",
"bamboo",
"dast"
]
},
"documentation": {
"type": "file",
"source": "help.md"
},
"media": [
{
"source": "screenshot1.png",
"title": "Rapid7 InsightAppSec Scan Task",
"type": "image"
},
{
"source": "screenshot2.png",
"title": "Configuring the plugin task",
"type": "image"
},
{
"source": "screenshot3.png",
"title": "InsightAppSec scan triggered by plugin task",
"type": "image"
}
],
"links": [
{
"title": "Atlassian SDK Documentation",
"source": "https://developer.atlassian.com/server/framework/atlassian-sdk/downloads/"
},
{
"title": "InsightAppSec API Documentation",
"source": "https://help.rapid7.com/insightappsec/en-us/api/v1/docs.html"
},
{
"title": "Create a Rapid7 Platform API Key",
"source": "https://insightappsec.help.rapid7.com/docs/get-started-with-the-insightappsec-api"
}
],
"metadata": [],
"processingInstructions": []
}