fix: [tools] typo fixed

pull/241/head
Alexandre Dulaunoy 2022-12-01 11:32:27 +01:00
parent 1abf38c784
commit 917e009e27
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ def process(url, dst):
warninglist = {
'name': 'List of Azure Applicaiton IDs',
'version': get_version(),
'description': 'List of Azure Applicaiton IDs (https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in)',
'description': 'List of Azure Application IDs (https://learn.microsoft.com/en-us/troubleshoot/azure/active-directory/verify-first-party-apps-sign-in)',
'type': 'azure-application-ids',
'list': [],
'matching_attributes': ["azure-application-id"]