You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure DevOps and Bitbucket sections were inserted between AWS Security Hub's
Prerequisites and its own Connector Mappings, orphaning the AWS 'us-east-1'
mapping instructions after Bitbucket. Move AWS's Connector Mappings back under
its Prerequisites so the alphabetical order is AWS Security Hub -> Azure DevOps
-> Bitbucket -> BurpSuite with each section intact.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/content/import_data/pro/connectors/connectors_tool_reference.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,16 @@ A working policy definition might look like the following:
96
96
97
97
Once you have created your IAM user and assigned it the necessary permissions using an appropriate policy/role, you will need to generate an access key, which you can then use to create a Connector.
98
98
99
+
#### Connector Mappings
100
+
101
+
1. Enter the appropriate [AWS API Endpoint for your region](https://docs.aws.amazon.com/general/latest/gr/sechub.html#sechub_region) in the **Location** field**:** for example, to retrieve results from the `us-east-1` region, you would supply
102
+
103
+
`https://securityhub.us-east-1.amazonaws.com`
104
+
2. Enter a valid **AWS Access Key** in the **Access Key** field.
105
+
3. Enter a matching **Secret Key** in the **Secret Key** field.
106
+
107
+
DefectDojo can pull Findings from more than one region using Security Hub's **cross\-region aggregation** feature. If [cross\-region aggregation](https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html) is enabled, you should supply the API endpoint for your "**Aggregation Region**". Additional linked regions will have ProductRecords created for them in DefectDojo based on your AWS account ID and the region name.
108
+
99
109
## **Azure DevOps**
100
110
101
111
The Azure DevOps connector is an **Asset Connector**: it enumerates the git repositories in every project of your Azure DevOps organization and creates a DefectDojo Asset for each repository, grouped into Organizations by Azure DevOps project. No findings are imported.
@@ -138,16 +148,6 @@ Only Bitbucket Cloud (bitbucket.org) is supported. Bitbucket Server reached end
138
148
139
149
Each repository becomes a Record named after the repository, grouped by its Bitbucket **project**.
140
150
141
-
#### Connector Mappings
142
-
143
-
1. Enter the appropriate [AWS API Endpoint for your region](https://docs.aws.amazon.com/general/latest/gr/sechub.html#sechub_region) in the **Location** field**:** for example, to retrieve results from the `us-east-1` region, you would supply
144
-
145
-
`https://securityhub.us-east-1.amazonaws.com`
146
-
2. Enter a valid **AWS Access Key** in the **Access Key** field.
147
-
3. Enter a matching **Secret Key** in the **Secret Key** field.
148
-
149
-
DefectDojo can pull Findings from more than one region using Security Hub's **cross\-region aggregation** feature. If [cross\-region aggregation](https://docs.aws.amazon.com/securityhub/latest/userguide/finding-aggregation.html) is enabled, you should supply the API endpoint for your "**Aggregation Region**". Additional linked regions will have ProductRecords created for them in DefectDojo based on your AWS account ID and the region name.
150
-
151
151
## **BurpSuite**
152
152
153
153
DefectDojo’s Burp connector calls Burp’s GraphQL API to fetch data.
0 commit comments