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
Copy file name to clipboardExpand all lines: ant/src/site/markdown/config-update.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The following properties can be configured in the plugin. However, they are less
50
50
| connectionString | The connection string used to connect to the database. See using a [database server](../data/database.html). | |
51
51
| databaseUser | The username used when connecting to the database. | |
52
52
| databasePassword | The password used when connecting to the database. | |
53
-
| hostedSuppressionsEnabled | Whether the hosted suppression file will be used. | true |
53
+
| hostedSuppressionsEnabled | Whether the hosted suppressions will be updated from the configured URL.| true |
54
54
| hostedSuppressionsUrl | The URL to a mirrored copy of the hosted suppressions file for internet-constrained environments |https://dependency-check.github.io/DependencyCheck/suppressions/publishedSuppressions.xml|
55
55
| hostedSuppressionsUser | The user for a Basic-auth-protected mirrored copy of the hosted suppressions file for internet-constrained environments | |
56
56
| hostedSuppressionsPassword | The password/token for a Basic-auth-protected mirrored copy of the hosted suppressions file for internet-constrained environments | |
Copy file name to clipboardExpand all lines: ant/src/site/markdown/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ The following properties can be configured in the plugin. However, they are less
166
166
| connectionString | The connection string used to connect to the database. See using a [database server](../data/database.html). | |
167
167
| databaseUser | The username used when connecting to the database. | |
168
168
| databasePassword | The password used when connecting to the database. | |
169
-
| hostedSuppressionsEnabled | Whether the hosted suppression file will be used. | true |
169
+
| hostedSuppressionsEnabled | Whether the hosted suppressions will be updated from the configured URL.| true |
170
170
| hostedSuppressionsUrl | The URL to a mirrored copy of the hosted suppressions file for internet-constrained environments |https://dependency-check.github.io/DependencyCheck/suppressions/publishedSuppressions.xml|
171
171
| hostedSuppressionsUser | The user for a Basic-auth-protected mirrored copy of the hosted suppressions file for internet-constrained environments | |
172
172
| hostedSuppressionsPassword | The password/token for a Basic-auth-protected mirrored copy of the hosted suppressions file for internet-constrained environments | |
0 commit comments