Enhancement: file/android/deep-link-detect.yaml by md
parent
6484b42e1b
commit
d7417b7509
|
@ -1,13 +1,18 @@
|
|||
id: deep-link-detect
|
||||
|
||||
info:
|
||||
name: Deep Link Detection
|
||||
name: Android Deep Link - Detect
|
||||
author: Hardik-Solanki
|
||||
severity: info
|
||||
description: Android deep link functionality was detected.
|
||||
reference:
|
||||
- https://developer.android.com/training/app-links/deep-linking
|
||||
- https://www.geeksforgeeks.org/deep-linking-in-android-with-example/
|
||||
- https://medium.com/@muratcanbur/intro-to-deep-linking-on-android-1b9fe9e38abd
|
||||
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
|
||||
metadata:
|
||||
verified: "true"
|
||||
tags: android,file,deeplink
|
||||
|
@ -24,3 +29,5 @@ file:
|
|||
- "android:host"
|
||||
- "android:name"
|
||||
condition: and
|
||||
|
||||
# Enhanced by md on 2023/05/02
|
||||
|
|
Loading…
Reference in New Issue