Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue3 migration #132

Draft
wants to merge 82 commits into
base: dev
Choose a base branch
from

replace @update event with @click in AddOnFilters.vue and updated tes…

5f10280
Select commit
Loading
Failed to load commit list.
Draft

Vue3 migration #132

replace @update event with @click in AddOnFilters.vue and updated tes…
5f10280
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / nodejsscan failed Dec 9, 2024 in 4s

5 new alerts including 3 errors

New alerts in code changed by this pull request

  • 3 errors
  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1 in documentation/html/scripts/docstrap.lib.js

See this annotation in the file changed.

Code scanning / nodejsscan

crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator. Warning documentation

crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.

Check warning on line 1 in documentation/html/scripts/docstrap.lib.js

See this annotation in the file changed.

Code scanning / nodejsscan

crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator. Warning documentation

crypto.pseudoRandomBytes()/Math.random() is a cryptographically weak random number generator.

Check failure on line 9 in documentation/html/scripts/docstrap.lib.js

See this annotation in the file changed.

Code scanning / nodejsscan

User controlled data in RegExp() can make the application vulnerable to layer 7 DoS. Error documentation

User controlled data in RegExp() can make the application vulnerable to layer 7 DoS.

Check failure on line 70 in src/components/Navigation/Breadcrumbs.vue

See this annotation in the file changed.

Code scanning / nodejsscan

The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS). Error

The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS).

Check failure on line 26 in src/views/Educational/Educational.vue

See this annotation in the file changed.

Code scanning / nodejsscan

The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS). Error

The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS).