Skip to content

skip lfs

8492bac
Select commit
Loading
Failed to load commit list.
Closed

feat: include DimSim #2081

skip lfs
8492bac
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 14, 2026 in 2s

7 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 4 high
  • 2 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 101 in misc/DimSim/dimos-cli/test/dimos_integration.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium test

Binding a socket to all interfaces (using
''
) is a security risk.

Check warning on line 105 in misc/DimSim/scripts/speed-test.py

See this annotation in the file changed.

Code scanning / CodeQL

Binding a socket to all network interfaces Medium

Binding a socket to all interfaces (using
''
) is a security risk.

Check failure on line 156 in misc/DimSim/server.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
a file system access
, but is not rate-limited.

Check failure on line 168 in misc/DimSim/server.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a file system access
, but is not rate-limited.

Check failure on line 103 in misc/DimSim/src/dimos/sceneEditor.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of externally-controlled format string High

Format string depends on a
user-provided value
.

Check failure on line 381 in misc/DimSim/src/dimos/sceneEditor.ts

See this annotation in the file changed.

Code scanning / CodeQL

Use of externally-controlled format string High

Format string depends on a
user-provided value
.

Check failure on line 383 in misc/DimSim/src/dimos/sceneEditor.ts

See this annotation in the file changed.

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.