Skip to content

fix: adds problem block

264fadc
Select commit
Loading
Failed to load commit list.
Draft

Adds Problem XBlock extracting from edx-platform repo #63

fix: adds problem block
264fadc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 2, 2026 in 3s

8 new alerts including 8 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 8 high

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 failure on line 648 in xblocks_contrib/problem/assets/static/js/capa/genex/21B31BA00E7CE7B6BD63DD13A8586A45.cache.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '%23'.

Check failure on line 638 in xblocks_contrib/problem/assets/static/js/capa/genex/63308EE54E8033A708B414CAC05B0C32.cache.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '%23'.

Check failure on line 627 in xblocks_contrib/problem/assets/static/js/capa/genex/7AC57DC6EC8C1D8672DDF6E6D4EF57CC.cache.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '%23'.

Check failure on line 648 in xblocks_contrib/problem/assets/static/js/capa/genex/A069AC107D79C29D6237614AC340F0C0.cache.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '%23'.

Check failure on line 638 in xblocks_contrib/problem/assets/static/js/capa/genex/C6220FCC8B9234FEAD8D826A73C6D2A4.cache.html

See this annotation in the file changed.

Code scanning / CodeQL

Incomplete string escaping or encoding High

This replaces only the first occurrence of '%23'.

Check failure on line 257 in xblocks_contrib/problem/assets/static/js/capa/genex/hosted.html

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 257 in xblocks_contrib/problem/assets/static/js/capa/protex/hosted.html

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.

Check failure on line 349 in xblocks_contrib/problem/assets/static/js/capa/src/jschannel.js

See this annotation in the file changed.

Code scanning / CodeQL

Unvalidated dynamic method call High

Invocation of method with
user-controlled
name may dispatch to unexpected target and cause an exception.