Enhancement: file/keys/cloudinary.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-05-04 13:22:16 -04:00
parent 97bf294843
commit d126d7dc43
1 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,14 @@
id: cloudinary-basic-auth id: cloudinary-basic-auth
info: info:
name: Cloudinary Basic Auth name: Cloudinary Basic Authorization - Detect
author: gaurang author: gaurang
severity: high severity: high
description: Cloudinary basic authorization token was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
tags: token,file,cloudinary tags: token,file,cloudinary
file: file:
@ -14,3 +19,5 @@ file:
- type: regex - type: regex
regex: regex:
- "cloudinary://[0-9]{15}:[0-9A-Za-z\\-_]+@[0-9A-Za-z\\-_]+" - "cloudinary://[0-9]{15}:[0-9A-Za-z\\-_]+@[0-9A-Za-z\\-_]+"
# Enhanced by md on 2023/05/04