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

Update to latest versions of Bootsrap/JQuery/JQueryUI and Datetimepicker #124

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

herrtunante
Copy link
Contributor

No description provided.

var PRODUCTION = function () {
try {
return "production" === 'production';
} catch (e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-unreachable: Unreachable code.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

var PRODUCTION = function () {
try {
return "production" === 'production';
} catch (e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-unreachable: Unreachable code.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

});
Object.defineProperty(val, 'node', {
get: function get() {
if (!IS_DOM) return;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getter-return: Expected to return a value in method 'get'.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]


// CSS string/identifier serialization
// https://drafts.csswg.org/cssom/#common-serializing-idioms
rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0% of developers fix this issue

no-control-regex: Unexpected control character(s) in regular expression: \x1f, \x1f.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

*/

;(function() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

17% of developers fix this issue

no-extra-semi: Unnecessary semicolon.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

function _typeof(obj) {
"@babel/helpers - typeof";

return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0% of developers fix this issue

💬 2 similar findings have been found in this PR


no-func-assign: '_typeof' is a function.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/fontawesome.js 46
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/fontawesome.js 152

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

if (typeof document !== 'undefined') _DOCUMENT = document;
if (typeof MutationObserver !== 'undefined') _MUTATION_OBSERVER = MutationObserver;
if (typeof performance !== 'undefined') _PERFORMANCE = performance;
} catch (e) {}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0% of developers fix this issue

💬 8 similar findings have been found in this PR


no-empty: Empty block statement.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/solid.js 15
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery-ui.js 10518
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 753
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 3399
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 4506
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 6411
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 8982
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 10080

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

window.removeEventListener('resize', instance.update, passive);
}
};
} // eslint-disable-next-line import/no-unused-modules
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 10 similar findings have been found in this PR


import/no-unused-modules: Definition for rule 'import/no-unused-modules' was not found.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1162
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1335
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1417
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1470
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1673
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1819
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1908
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1969
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1983
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/datepicker/popper.js 1988

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

} // Check if a regular expression validates the attribute.


return allowedAttributeList.filter(attributeRegex => attributeRegex instanceof RegExp).some(regex => regex.test(attributeName));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6% of developers fix this issue

💬 19 similar findings have been found in this PR


opt.semgrep.regex_dos: Ensure that the regex used to compare with user supplied input is safe from regular expression denial of service.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/bootstrap/bootstrap.bundle.js 5301
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/bootstrap/bootstrap.bundle.js 5301
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/bootstrap/bootstrap.js 3482
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/bootstrap/bootstrap.js 3475
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/bootstrap/bootstrap.js 3475
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery-ui.js 2761
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery-ui.js 18039
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 836
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 853
collect-server/src/main/resources/org/openforis/collect/designer/templates/collectearth/earthFiles/jquery/jquery.js 853

Showing 10 of 19 findings. Visit the Lift Web Console to see all.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

var PRODUCTION = function () {
try {
return "production" === 'production';
} catch (e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-unreachable: Unreachable code.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

var PRODUCTION = function () {
try {
return "production" === 'production';
} catch (e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-unreachable: Unreachable code.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

});
Object.defineProperty(val, 'node', {
get: function get() {
if (!IS_DOM) return;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getter-return: Expected to return a value in method 'get'.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

function _typeof(obj) {
"@babel/helpers - typeof";

return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0% of developers fix this issue

💬 2 similar findings have been found in this PR


no-func-assign: '_typeof' is a function.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-webapp/src/main/webapp/earthFiles/datepicker/fontawesome.js 46
collect-webapp/src/main/webapp/earthFiles/datepicker/fontawesome.js 152

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

if (typeof document !== 'undefined') _DOCUMENT = document;
if (typeof MutationObserver !== 'undefined') _MUTATION_OBSERVER = MutationObserver;
if (typeof performance !== 'undefined') _PERFORMANCE = performance;
} catch (e) {}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0% of developers fix this issue

💬 8 similar findings have been found in this PR


no-empty: Empty block statement.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-webapp/src/main/webapp/earthFiles/datepicker/solid.js 15
collect-webapp/src/main/webapp/earthFiles/jquery/jquery-ui.js 10518
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 753
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 3399
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 4506
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 6411
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 8982
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 10080

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

window.removeEventListener('resize', instance.update, passive);
}
};
} // eslint-disable-next-line import/no-unused-modules
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 10 similar findings have been found in this PR


import/no-unused-modules: Definition for rule 'import/no-unused-modules' was not found.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1162
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1335
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1417
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1470
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1673
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1819
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1908
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1969
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1983
collect-webapp/src/main/webapp/earthFiles/datepicker/popper.js 1988

Visit the Lift Web Console to find more details in your report.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

} // Check if a regular expression validates the attribute.


return allowedAttributeList.filter(attributeRegex => attributeRegex instanceof RegExp).some(regex => regex.test(attributeName));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6% of developers fix this issue

💬 19 similar findings have been found in this PR


opt.semgrep.regex_dos: Ensure that the regex used to compare with user supplied input is safe from regular expression denial of service.


🔎 Expand here to view all instances of this finding
File Path Line Number
collect-webapp/src/main/webapp/earthFiles/bootstrap/bootstrap.bundle.js 5301
collect-webapp/src/main/webapp/earthFiles/bootstrap/bootstrap.bundle.js 5301
collect-webapp/src/main/webapp/earthFiles/bootstrap/bootstrap.js 3482
collect-webapp/src/main/webapp/earthFiles/bootstrap/bootstrap.js 3475
collect-webapp/src/main/webapp/earthFiles/bootstrap/bootstrap.js 3475
collect-webapp/src/main/webapp/earthFiles/jquery/jquery-ui.js 2761
collect-webapp/src/main/webapp/earthFiles/jquery/jquery-ui.js 18039
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 836
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 853
collect-webapp/src/main/webapp/earthFiles/jquery/jquery.js 853

Showing 10 of 19 findings. Visit the Lift Web Console to see all.


ℹ️ Learn about @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

@sonarcloud
Copy link

sonarcloud bot commented Jan 18, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants