Affected by GO-2024-3052
and 2 other vulnerabilities
GO-2024-3052: gotortc vulnerable to Cross-Site Request Forgery in github.com/AlexxIT/go2rtc
GO-2024-3053: gotortc Cross-site Scripting vulnerability in github.com/AlexxIT/go2rtc
GO-2024-3055: gotortc Cross-site Scripting vulnerability in github.com/AlexxIT/go2rtc
package
Version:
v1.8.2
Opens a new window with list of versions in this module.
Published: Nov 4, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Comparsion
| expr |
python |
js |
| let x = 1; |
x = 1 |
let x = 1 |
| {a: 1, b: 2} |
{"a": 1, "b": 2} |
{a: 1, b: 2} |
| r = fetch(url, {method}) |
r = request(method, url) |
r = await fetch(url, {method}) |
| r.ok |
r.ok |
r.ok |
| r.status |
r.status_code |
r.status |
| r.text |
r.text |
await r.text() |
| r.json() |
r.json() |
await r.json() |
| r.headers |
r.headers |
r.headers |
Documentation
¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.