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

[DRAFT] Search components integration #2582

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Merge branch 'main' of https://github.com/microsoftgraph/microsoft-gr…

df23c44
Select commit
Loading
Failed to load commit list.
Draft

[DRAFT] Search components integration #2582

Merge branch 'main' of https://github.com/microsoftgraph/microsoft-gr…
df23c44
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 25, 2023 in 3s

2 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high
  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 101 in packages/mgt-element/src/helpers/UrlHelper.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unsafe HTML constructed from library input Medium

This HTML construction which depends on
library input
might later allow
cross-site scripting
.

Check failure on line 10 in packages/mgt-element/src/helpers/UrlHelper.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of '$'.