Skip to content

Commit a3b9dd6

Browse files
committed
fix to table
1 parent 7e8a65b commit a3b9dd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/defender-for-cloud/detect-exposed-secrets.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ The following exit codes are available in CredScan:
202202
| CSCAN-AWS0010 | Amazon S3 Client Secret Access Key | AWS Secret: abcdefghijklmnopqrst0123456789/+ABCDEFGH; | [Setup Credentials](https://docs.aws.amazon.com/toolkit-for-eclipse/v1/user-guide/setup-credentials.html) <br> [Access keys](https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys) |
203203
| CSCAN-AZURE0010 | Azure Subscription Management Certificate | <Subscription id="..." ManagementCertificate="MIIPuQIBGSIb3DQEHAaC..." | [Azure API management certificates](/azure/azure-api-management-certs) |
204204
| CSCAN-AZURE0020 | Azure SQL Connection String | <add key="ConnectionString" value="server=tcp:server.database.windows.net;database=database;user=user;password=ZYXWVU_2;" | [SQL database AAD authentication configure](/azure/sql-database/sql-database-aad-authentication-configure) |
205-
| CSCAN-AZURE0030 | Azure Service Bus Shared Access Signature | Endpoint=sb://account.servicebus.windows.net;SharedAccessKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE=
206-
ServiceBusNamespace=...SharedAccessPolicy=...Key=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE= | [Service Bus authentication and authorization](../service-bus-messaging/service-bus-authentication-and-authorization.md) <br> [Service Bus access control with Shared Access Signatures](../service-bus-messaging/service-bus-sas.md) |
205+
| CSCAN-AZURE0030 | Azure Service Bus Shared Access Signature | Endpoint=sb://account.servicebus.windows.net;SharedAccessKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE= <br>ServiceBusNamespace=...SharedAccessPolicy=...Key=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE= | [Service Bus authentication and authorization](../service-bus-messaging/service-bus-authentication-and-authorization.md) <br> [Service Bus access control with Shared Access Signatures](../service-bus-messaging/service-bus-sas.md) |
207206
| CSCAN-AZURE0040 | Azure Redis Cache Connection String Password | HostName=account.redis.cache.windows.net;Password=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE= | [Azure Cache for Redis](../azure-cache-for-redis/index.yml) |
208207
| CSCAN-AZURE0041 | Azure Redis Cache Identifiable Secret | HostName=account.redis.cache.windows.net;Password= cThIYLCD6H7LrWrNHQjxhaSBu42KeSzGlAzCaNQJXdA= <br> HostName=account.redis.cache.windows.net;Password= fbQqSu216MvwNaquSqpI8MV0hqlUPgGChOY19dc9xDRMAzCaixCYbQ | [Azure Cache for Redis](../azure-cache-for-redis/index.yml) |
209208
| CSCAN-AZURE0050 | Azure IoT Shared Access Key | HostName=account.azure-devices.net;SharedAccessKeyName=key;SharedAccessKey=abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE= <br> iotHub...abcdefghijklmnopqrstuvwxyz0123456789/+ABCDE= | [Secure your Internet of Things (IoT) deployment](../iot-fundamentals/iot-security-deployment.md) <br> [Control access to IoT Hub using Shared Access Signatures](../iot-hub/iot-hub-dev-guide-sas.md) |

0 commit comments

Comments
 (0)