Upgrade react-native-screens
package to version 3.32.0
#145
NShiftKey / NShiftKey - code security check
required action
Jul 11, 2024 in 9m 6s
Summary
- 8 security issue(s)
- High : 5
- Medium : 0
- Low : 3
Details
NShiftKey
-
Potential command injection
- Description : Attacker could use eval() method to execute arbitrary code
- Countermeasure : The eval() method that could be exploited by an attacker should not be used within the script or should be used, the context should be checked for security.
- Target Code : abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js [view change history] [ignore this]
- Target Code : abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js [view change history] [ignore this]
- Target Code : abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js [view change history] [ignore this]
- Target Code : abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js [view change history] [ignore this]
- Target Code : abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/jquery/jquery-extensions.js [view change history] [ignore this]
- Target Code : abp/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/dom-event-handlers.js [view change history] [ignore this]
-
Potential JS Security Warning (dangerouslySetInnerHTML)
- Description : Potentially exploitable by XSS
- Countermeasure : To prevent XSS attacks, do not use dangerouslySetInnerHTML to enable HTML tag rendering.
- Target Code : abp/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js [view change history] [ignore this]
https://github.com/2lambda123/abp/blob/f90959c49af0ccf4a3b4c1aaad7b1b94fbb1b6c9/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js#L17118-L17120
- Target Code : abp/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js [view change history] [ignore this]
https://github.com/2lambda123/abp/blob/f90959c49af0ccf4a3b4c1aaad7b1b94fbb1b6c9/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js#L17198-L17200
- Target Code : abp/modules/cms-kit/host/Volo.CmsKit.Web.Unified/wwwroot/libs/uppy/uppy.js [view change history] [ignore this]
-
Information exposure
- Description : If password is hardcoded in the source code, it can be leaked
- Countermeasure : Do not hard-code important information in code, but encrypt and manage it in a safe place. For more information, see the link below: https://naver-security.github.io/nshiftkey-rule-guides/Password_Hardcoded_eng
- Target Code : abp/npm/verdaccio-containers/publish-packages/entrypoint.sh [view change history] [ignore this]
abp/npm/verdaccio-containers/publish-packages/entrypoint.sh
Lines 13 to 15 in f90959c
- Target Code : abp/npm/verdaccio-containers/publish-packages/entrypoint.sh [view change history] [ignore this]
Loading