Enhancement: file/android/certificate-validation.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-05-02 12:56:14 -04:00
parent 0d7c52b134
commit 26c9bef9c8
1 changed files with 9 additions and 2 deletions

View File

@ -1,9 +1,14 @@
id: improper-certificate-validation
info:
name: Improper Certificate Validation
name: Android Improper Certificate Validation - Detect
author: gaurang
severity: medium
description: Android improper certificate validation was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: android,file
file:
@ -13,4 +18,6 @@ file:
matchers:
- type: word
words:
- "Landroid/webkit/SslErrorHandler;->proceed()V"
- "Landroid/webkit/SslErrorHandler;->proceed()V"
# Enhanced by md on 2023/05/02