Vulnerabilities

3 via 3 paths

Dependencies

262

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 3
  • 72
Severity
  • 2
  • 73
Status
  • 75
  • 0
  • 0

high severity
new

Directory Traversal

  • Vulnerable module: hono
  • Introduced through: hono@4.12.34

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo hono@4.12.34
    Remediation: Upgrade to hono@4.13.5.

Overview

hono is an Ultrafast web framework for the Edges

Affected versions of this package are vulnerable to Directory Traversal in the toSSG() static site generation function, whose path normalization does not fully collapse runs of consecutive .. segments and treats output directories that differ only in how they are rooted as equivalent. An attacker can cause build output to be written outside the intended output directory by supplying a route parameter with enough .. sequences that reaches ssgParams from an untrusted source.

Note: This affects build-time static site generation only, not request-time routing, and requires the application to build pages from ssgParams values sourced from untrusted origins such as a CMS, API, or user submissions.

Note: This is a bypass of the fix for the vulnerability described in CVE-2026-39408.

Details

A Directory Traversal attack (also known as path traversal) aims to access files and directories that are stored outside the intended folder. By manipulating files with "dot-dot-slash (../)" sequences and its variations, or by using absolute file paths, it may be possible to access arbitrary files and directories stored on file system, including application source code, configuration, and other critical system files.

Directory Traversal vulnerabilities can be generally divided into two types:

  • Information Disclosure: Allows the attacker to gain information about the folder structure or read the contents of sensitive files on the system.

st is a module for serving static files on web pages, and contains a vulnerability of this type. In our example, we will serve files from the public route.

If an attacker requests the following URL from our server, it will in turn leak the sensitive private key of the root user.

curl http://localhost:8080/public/%2e%2e/%2e%2e/%2e%2e/%2e%2e/%2e%2e/root/.ssh/id_rsa

Note %2e is the URL encoded version of . (dot).

  • Writing arbitrary files: Allows the attacker to create or replace existing files. This type of vulnerability is also known as Zip-Slip.

One way to achieve this is by using a malicious zip archive that holds path traversal filenames. When each filename in the zip archive gets concatenated to the target extraction folder, without validation, the final path ends up outside of the target folder. If an executable or a configuration file is overwritten with a file containing malicious code, the problem can turn into an arbitrary code execution issue quite easily.

The following is an example of a zip archive with one benign file and one malicious file. Extracting the malicious file will result in traversing out of the target folder, ending up in /root/.ssh/ overwriting the authorized_keys file:

2018-04-15 22:04:29 .....           19           19  good.txt
2018-04-15 22:04:42 .....           20           20  ../../../../../../root/.ssh/authorized_keys

Remediation

Upgrade hono to version 4.13.5 or higher.

References

high severity
new

HTTP Request Smuggling

  • Vulnerable module: hono
  • Introduced through: hono@4.12.34

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo hono@4.12.34
    Remediation: Upgrade to hono@4.13.5.

Overview

hono is an Ultrafast web framework for the Edges

Affected versions of this package are vulnerable to HTTP Request Smuggling in its query parsing helpers, which do not terminate at the URL fragment and parse a ? appearing after a # as the start of the query string. An attacker can smuggle parameters past upstream allow/deny lists and validation, poison cache entries with unobserved parameters, or achieve stored XSS in cached HTML, by placing query parameters after a # fragment so browsers, new URL(), and reverse proxies ignore them while the query helpers still read them. This requires a literal # in the request URL to reach the application, and deployments behind intermediaries that strip fragments or runtimes that normalize URLs, such as Cloudflare Workers, are unaffected.

Remediation

Upgrade hono to version 4.13.5 or higher.

References

medium severity
new

Asymmetric Resource Consumption (Amplification)

  • Vulnerable module: hono
  • Introduced through: hono@4.12.34

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo hono@4.12.34
    Remediation: Upgrade to hono@4.13.5.

Overview

hono is an Ultrafast web framework for the Edges

Affected versions of this package are vulnerable to Asymmetric Resource Consumption (Amplification) in the parseBody() function, which expands dot-separated form field names into nested objects without limiting nesting depth or total object creation. An attacker can exhaust the JavaScript heap and terminate the server process by sending concurrent requests with deeply dotted field names, since a body within the normal size limit allocates an object graph far larger than the request itself. This requires the endpoint to have dot-notation parsing enabled, which is off by default.

Remediation

Upgrade hono to version 4.13.5 or higher.

References

medium severity

MPL-2.0 license

  • Module: @capgo/camera-preview
  • Introduced through: @capgo/camera-preview@8.11.2

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/camera-preview@8.11.2

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-accelerometer
  • Introduced through: @capgo/capacitor-accelerometer@8.0.40

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-accelerometer@8.0.40

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-age-range
  • Introduced through: @capgo/capacitor-age-range@8.1.14

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-age-range@8.1.14

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-android-age-signals
  • Introduced through: @capgo/capacitor-android-age-signals@8.1.18

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-android-age-signals@8.1.18

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-android-inline-install
  • Introduced through: @capgo/capacitor-android-inline-install@8.0.13

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-android-inline-install@8.0.13

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-android-kiosk
  • Introduced through: @capgo/capacitor-android-kiosk@8.2.8

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-android-kiosk@8.2.8

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-android-sms-retriever
  • Introduced through: @capgo/capacitor-android-sms-retriever@8.0.10

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-android-sms-retriever@8.0.10

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-app-attest
  • Introduced through: @capgo/capacitor-app-attest@8.2.5

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-app-attest@8.2.5

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-audio-recorder
  • Introduced through: @capgo/capacitor-audio-recorder@8.2.7

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-audio-recorder@8.2.7

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-audio-session
  • Introduced through: @capgo/capacitor-audio-session@8.0.49

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-audio-session@8.0.49

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-autofill-save-password
  • Introduced through: @capgo/capacitor-autofill-save-password@8.1.1

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-autofill-save-password@8.1.1

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-background-task
  • Introduced through: @capgo/capacitor-background-task@8.1.7

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-background-task@8.1.7

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-barometer
  • Introduced through: @capgo/capacitor-barometer@8.0.18

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-barometer@8.0.18

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-brightness
  • Introduced through: @capgo/capacitor-brightness@8.0.19

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-brightness@8.0.19

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-calendar
  • Introduced through: @capgo/capacitor-calendar@8.0.8

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-calendar@8.0.8

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-compass
  • Introduced through: @capgo/capacitor-compass@8.1.19

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-compass@8.1.19

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-crisp
  • Introduced through: @capgo/capacitor-crisp@8.2.1

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-crisp@8.2.1

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-data-storage-sqlite
  • Introduced through: @capgo/capacitor-data-storage-sqlite@8.0.45

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-data-storage-sqlite@8.0.45

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-date-picker
  • Introduced through: @capgo/capacitor-date-picker@8.0.2

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-date-picker@8.0.2

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-document-scanner
  • Introduced through: @capgo/capacitor-document-scanner@8.4.3

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-document-scanner@8.4.3

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-downloader
  • Introduced through: @capgo/capacitor-downloader@8.3.1

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-downloader@8.3.1

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-file-compressor
  • Introduced through: @capgo/capacitor-file-compressor@8.1.4

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-file-compressor@8.1.4

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-file-sharer
  • Introduced through: @capgo/capacitor-file-sharer@8.1.9

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-file-sharer@8.1.9

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-flash
  • Introduced through: @capgo/capacitor-flash@8.0.38

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-flash@8.0.38

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-home-indicator
  • Introduced through: @capgo/capacitor-home-indicator@8.0.42

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-home-indicator@8.0.42

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-inappbrowser
  • Introduced through: @capgo/capacitor-inappbrowser@8.16.6

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-inappbrowser@8.16.6

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-install-referrer
  • Introduced through: @capgo/capacitor-install-referrer@8.1.9

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-install-referrer@8.1.9

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-intent-launcher
  • Introduced through: @capgo/capacitor-intent-launcher@8.3.29

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-intent-launcher@8.3.29

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-intercom
  • Introduced through: @capgo/capacitor-intercom@8.1.12

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-intercom@8.1.12

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-is-root
  • Introduced through: @capgo/capacitor-is-root@8.1.17

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-is-root@8.1.17

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-jw-player
  • Introduced through: @capgo/capacitor-jw-player@8.0.47

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-jw-player@8.0.47

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-keep-awake
  • Introduced through: @capgo/capacitor-keep-awake@8.1.15

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-keep-awake@8.1.15

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-launch-navigator
  • Introduced through: @capgo/capacitor-launch-navigator@8.0.35

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-launch-navigator@8.0.35

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-light-sensor
  • Introduced through: @capgo/capacitor-light-sensor@8.1.17

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-light-sensor@8.1.17

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-llm
  • Introduced through: @capgo/capacitor-llm@8.1.4

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-llm@8.1.4

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-media-session
  • Introduced through: @capgo/capacitor-media-session@8.0.30

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-media-session@8.0.30

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-mqtt
  • Introduced through: @capgo/capacitor-mqtt@8.1.11

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-mqtt@8.1.11

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-mute
  • Introduced through: @capgo/capacitor-mute@8.1.4

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-mute@8.1.4

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-mux-player
  • Introduced through: @capgo/capacitor-mux-player@8.0.18

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-mux-player@8.0.18

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-native-audio
  • Introduced through: @capgo/capacitor-native-audio@8.4.25

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-native-audio@8.4.25

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-native-biometric
  • Introduced through: @capgo/capacitor-native-biometric@8.6.7

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-native-biometric@8.6.7

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-native-market
  • Introduced through: @capgo/capacitor-native-market@8.0.42

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-native-market@8.0.42

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-native-navigation
  • Introduced through: @capgo/capacitor-native-navigation@8.3.1

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-native-navigation@8.3.1

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-nativegeocoder
  • Introduced through: @capgo/capacitor-nativegeocoder@8.0.45

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-nativegeocoder@8.0.45

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-navigation-bar
  • Introduced through: @capgo/capacitor-navigation-bar@8.2.7

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-navigation-bar@8.2.7

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-nfc
  • Introduced through: @capgo/capacitor-nfc@8.2.6

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-nfc@8.2.6

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-pdf-generator
  • Introduced through: @capgo/capacitor-pdf-generator@8.0.36

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-pdf-generator@8.0.36

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-pedometer
  • Introduced through: @capgo/capacitor-pedometer@8.0.39

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-pedometer@8.0.39

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-persistent-account
  • Introduced through: @capgo/capacitor-persistent-account@8.0.37

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-persistent-account@8.0.37

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-pretty-toast
  • Introduced through: @capgo/capacitor-pretty-toast@8.1.16

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-pretty-toast@8.1.16

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-printer
  • Introduced through: @capgo/capacitor-printer@8.1.3

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-printer@8.1.3

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-privacy-screen
  • Introduced through: @capgo/capacitor-privacy-screen@8.3.9

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-privacy-screen@8.3.9

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-recaptcha
  • Introduced through: @capgo/capacitor-recaptcha@8.1.11

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-recaptcha@8.1.11

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-ricoh360
  • Introduced through: @capgo/capacitor-ricoh360@8.0.20

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-ricoh360@8.0.20

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-screen-orientation
  • Introduced through: @capgo/capacitor-screen-orientation@8.1.20

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-screen-orientation@8.1.20

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-screen-recorder
  • Introduced through: @capgo/capacitor-screen-recorder@8.3.8

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-screen-recorder@8.3.8

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-shake
  • Introduced through: @capgo/capacitor-shake@8.0.40

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-shake@8.0.40

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-sim
  • Introduced through: @capgo/capacitor-sim@8.0.35

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-sim@8.0.35

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-speech-recognition
  • Introduced through: @capgo/capacitor-speech-recognition@8.2.0

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-speech-recognition@8.2.0

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-speech-synthesis
  • Introduced through: @capgo/capacitor-speech-synthesis@8.0.21

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-speech-synthesis@8.0.21

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-textinteraction
  • Introduced through: @capgo/capacitor-textinteraction@8.0.35

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-textinteraction@8.0.35

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-updater
  • Introduced through: @capgo/capacitor-updater@8.51.7

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-updater@8.51.7

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-uploader
  • Introduced through: @capgo/capacitor-uploader@8.3.13

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-uploader@8.3.13

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-video-player
  • Introduced through: @capgo/capacitor-video-player@8.2.8

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-video-player@8.2.8

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-video-thumbnails
  • Introduced through: @capgo/capacitor-video-thumbnails@8.1.19

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-video-thumbnails@8.1.19

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-volume-buttons
  • Introduced through: @capgo/capacitor-volume-buttons@8.1.1

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-volume-buttons@8.1.1

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-webview-crash
  • Introduced through: @capgo/capacitor-webview-crash@8.1.9

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-webview-crash@8.1.9

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-webview-guardian
  • Introduced through: @capgo/capacitor-webview-guardian@8.0.23

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-webview-guardian@8.0.23

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-wifi
  • Introduced through: @capgo/capacitor-wifi@8.5.2

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-wifi@8.5.2

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-youtube-player
  • Introduced through: @capgo/capacitor-youtube-player@8.2.17

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-youtube-player@8.2.17

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-zebra-datawedge
  • Introduced through: @capgo/capacitor-zebra-datawedge@8.1.9

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-zebra-datawedge@8.1.9

MPL-2.0 license

medium severity

MPL-2.0 license

  • Module: @capgo/capacitor-zip
  • Introduced through: @capgo/capacitor-zip@8.1.18

Detailed paths

  • Introduced through: capgo-app@Cap-go/capgo @capgo/capacitor-zip@8.1.18

MPL-2.0 license