Skip to content

Commit 47ab5e9

Browse files
committed
Merge branch 'main' into fix/adapt_latest_browser-use
2 parents 664dce7 + 284f0b7 commit 47ab5e9

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ FROM python:3.11-slim
33
# Install system dependencies
44
RUN apt-get update && apt-get install -y \
55
wget \
6+
netcat-traditional \
67
gnupg \
78
curl \
89
unzip \

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Reporting Security Issues
2+
3+
If you believe you have found a security vulnerability in browser-use, please report it through coordinated disclosure.
4+
5+
**Please do not report security vulnerabilities through the repository issues, discussions, or pull requests.**
6+
7+
Instead, please open a new [Github security advisory](https://github.com/browser-use/web-ui/security/advisories/new).
8+
9+
Please include as much of the information listed below as you can to help me better understand and resolve the issue:
10+
11+
* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
12+
* Full paths of source file(s) related to the manifestation of the issue
13+
* The location of the affected source code (tag/branch/commit or direct URL)
14+
* Any special configuration required to reproduce the issue
15+
* Step-by-step instructions to reproduce the issue
16+
* Proof-of-concept or exploit code (if possible)
17+
* Impact of the issue, including how an attacker might exploit the issue
18+
19+
This information will help me triage your report more quickly.

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
services:
22
browser-use-webui:
3+
platform: linux/amd64
34
build:
45
context: .
56
dockerfile: Dockerfile

0 commit comments

Comments
 (0)