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

Sonar vulnerabilities in CSS #641

Open
indy-linkologyinc opened this issue Feb 15, 2025 · 1 comment
Open

Sonar vulnerabilities in CSS #641

indy-linkologyinc opened this issue Feb 15, 2025 · 1 comment

Comments

@indy-linkologyinc
Copy link

There are lot of sonar cloud vulnerabilities in the css code. Can that be fixed please? E.g.

Unexpected unknown type selector "jmnodes"

jmnodes {
position: absolute;
z-index: 2;
background-color: rgba(0, 0, 0, 0);
}

should there be . before the jmnodes ?

@hizzgdev
Copy link
Owner

jmnodes is a custom tag that defined in jsmind, I think there would be a way to ignore those tags in sonar. https://community.sonarsource.com/t/stop-flagging-valid-custom-web-component-tag-names-with-s4670/30262

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

No branches or pull requests

2 participants