Skip to content

Conversation

@danxuliu
Copy link
Contributor

@danxuliu danxuliu commented Apr 17, 2023

Equivalent of nextcloud/server#35485 for nextcloud-vue

Bootstrap 3.3.5 has XSS vulnerabilities and some security scanners report that Nextcloud is using a vulnerable dependency. However, this is a false positive, as only some SCSS from that version is included (originally in server, then in nextcloud-vue) and nothing can be exploited.

It seems that the scanners just look for the version string instead of actually checking the vulnerability, so the version reference was split to avoid that (although the version is not simply removed to keep the proper copyright assignment).

Note that to get rid of the Bootstrap v3.3.5 string in Nextcloud server it will be needed to also release new versions of:

Bootstrap 3.3.5 has XSS vulnerabilities and some security scanners
report that Nextcloud is using a vulnerable dependency. However, this is
a false positive, as only some SCSS from that version is included and
nothing can be exploited.

It seems that the scanners just look for the version string instead of
actually checking the vulnerability, so the version reference was split
to avoid that (although the version is not simply removed to keep the
proper copyright assignment).

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
@danxuliu danxuliu added 3. to review Waiting for reviews feature: tooltip Related to the tooltip directive labels Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews feature: tooltip Related to the tooltip directive

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants