MCPcopy Create free account

hub / github.com/cn-panda/JavaCodeAudit / functions

Functions9,723 in github.com/cn-panda/JavaCodeAudit

↓ 3,321 callersMethodcall
Call a method by its name. <p> This is a convenience method for calling <code>call(name, new Object[0])</code> @param name The method name
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/annotation/Reflect.java:276
↓ 3,099 callersMethodfind
(@Param("foreignId") Integer foreignId)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-dao/src/main/java/com/lxinet/jeesns/dao/picture/IPictureDao.java:15
↓ 2,984 callersMethodtest
()
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-util/src/test/java/io/hawt/util/StringsTest.java:71
↓ 2,926 callersMethodon
Wrap a class name. <p> This is the same as calling <code>on(Class.forName(name))</code> @param name A fully qualified class name @return A
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/annotation/Reflect.java:32
↓ 2,887 callersMethodreplace
(String content)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-common/src/main/java/com/lxinet/jeesns/common/utils/EmojiUtil.java:12
↓ 2,078 callersMethodget
(Integer id)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-service/src/main/java/com/lxinet/jeesns/service/common/IBaseService.java:10
↓ 1,651 callersMethodapply
Returns the result of applying this function to the parameter value
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-util/src/main/java/io/hawt/util/Function.java:10
↓ 1,116 callersMethodsplit
(String text, String delimiter)
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-util/src/main/java/io/hawt/util/Strings.java:57
↓ 1,033 callersMethodjoin
(ThreadGroup threadGroup)
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/tooling/hawtio-maven-plugin/src/main/java/io/hawt/maven/MojoLifecycle.java:5
↓ 979 callersMethodindexOf
Returns the lowest index of the given list of values
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-system/src/main/java/io/hawt/web/proxy/ProxyDetails.java:195
↓ 866 callersMethodappend
(LoggingEvent loggingEvent)
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-log/src/main/java/io/hawt/log/log4j/Log4jLogQuery.java:47
↓ 801 callersMethodmatch
(String string, String regex)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/utils/StringUtils.java:114
↓ 783 callersFunction$
(i)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/common/js/zui.min.js:14
↓ 782 callersMethodadd
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/admin/controller/ComnController.java:40
↓ 648 callersMethodexec
(List args)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/front/template/freemarker/FunctionBase.java:30
↓ 527 callersMethodset
Set a field value. <p> This is roughly equivalent to {@link Field#set(Object, Object)}. If the wrapped object is a {@link Class}, then this will set a
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/annotation/Reflect.java:141
↓ 513 callersMethodcontains
(String matchesText, String... values)
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-log/src/main/java/io/hawt/log/support/Objects.java:48
↓ 504 callersMethodrender
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/render/SykJsonRender.java:125
↓ 464 callersMethodclose
(InputStream is, OutputStream os)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/uitle/FileUtils.java:85
↓ 445 callersMethodput
@param key @param value @return
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-core/src/main/java/com/lxinet/jeesns/core/handler/DirectiveHandler.java:81
↓ 430 callersFunctiont
()
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/manage/js/jquery-ui.min.js:5
↓ 404 callersMethoderror
(Model model, Integer errorcode, String ftlPath)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-core/src/main/java/com/lxinet/jeesns/core/utils/ErrorUtil.java:30
↓ 393 callersMethodisEmpty
检查字符串是否为空
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/utils/ValidateUtil.java:66
↓ 355 callersMethodgetTime
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/utils/CalendarUtil.java:65
↓ 347 callersFunction$
(e,t,n)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/layui/layui.all.js:2
↓ 259 callersMethodequals
(Object a, Object b)
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-util/src/main/java/io/hawt/util/Objects.java:38
↓ 251 callersMethodinArray
返回obj是否存在于arr数组中 @param arr @param obj @return
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/utils/Tools.java:1604
↓ 245 callersMethodclone
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/admin/domain/TreeGird.java:65
↓ 243 callersFunctiond
(t,e,i)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/echarts/echarts.min.js:1
↓ 224 callersMethodtype
Get the type of the wrapped object. @see Object#getClass()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/annotation/Reflect.java:650
↓ 205 callersMethodsetStyle
(String style)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/front/template/freemarker/BasePaginateTag.java:153
↓ 204 callersFunction$
(a,c)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/third-party/video-js/video.js:123
↓ 202 callersMethoddestroy
()
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-system/src/main/java/io/hawt/jmx/About.java:45
↓ 202 callersMethodregister
(Member member)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-dao/src/main/java/com/lxinet/jeesns/dao/member/IMemberDao.java:40
↓ 201 callersMethodgetValue
(@Param("key") String key)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-dao/src/main/java/com/lxinet/jeesns/dao/system/IConfigDao.java:16
↓ 201 callersMethodtoString
<shiro:principal/>标签显示中文名称
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/config/ShiroPrincipal.java:81
↓ 197 callersMethodadd
()
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/java/com/lxinet/jeesns/web/manage/AdsController.java:38
↓ 197 callersFunctiont
(a,b)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/common/js/html5shiv.js:4
↓ 183 callersMethodexec
(List arguments)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/method/MessageMethod.java:23
↓ 179 callersMethodsetValue
(Integer value)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-common/src/main/java/com/lxinet/jeesns/common/utils/ActionLogType.java:18
↓ 177 callersMethodabort
()
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-system/src/main/java/io/hawt/web/tomcat/TomcatUserDatabaseLoginContext.java:183
↓ 177 callersMethodindex
默认页面
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/admin/controller/BaseController.java:310
↓ 174 callersMethodgetData
查询列表方法
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/admin/controller/system/SysUserController.java:35
↓ 160 callersMethodsubstr
截取字符串 @param str 被截取的字符串 @param startIndex 开始位置 @param length 截取长度
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/utils/Tools.java:1159
↓ 157 callersMethodgetId
()
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-model/src/main/java/com/lxinet/jeesns/model/system/Tag.java:10
↓ 157 callersFunctionpick
* Return the first value that is defined. Like MooTools' $.pick.
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/third-party/highcharts/highcharts.src.js:316
↓ 154 callersMethodupdate
(T entity)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-dao/src/main/java/com/lxinet/jeesns/dao/common/IBaseDao.java:18
↓ 150 callersFunctiona
(a,c)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/ueditor.all.min.js:7
↓ 150 callersMethodgetName
()
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-model/src/main/java/com/lxinet/jeesns/model/system/Tag.java:18
↓ 146 callersFunctiono
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/third-party/highcharts/highcharts.js:10
↓ 144 callersFunctionn
(a)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/third-party/highcharts/modules/annotations.js:1
↓ 141 callersMethodsetStatus
(String status)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/plugin/quartz/JobBean.java:89
↓ 135 callersMethodgetAttr
(Map params)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/plugin/shiro/freemarker/IsLoginFailureTag.java:19
↓ 135 callersMethodsetTimeout
(Long timeout)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/admin/domain/UserOnline.java:115
↓ 126 callersFunctioni
(t)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-front/src/main/webapp/WEB-INF/page/front/blog/static/plugins/layui/layui.all.js:2
↓ 126 callersFunctioni
(t)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/layui/layui.all.js:2
↓ 126 callersFunctioni
(t)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/default/static/plugins/layui/layui.all.js:2
↓ 126 callersFunctioni
(t)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/mobile/static/plugins/layui/layui.all.js:2
↓ 126 callersMethodinit
(String db_host, String db_host_port, String db_name, String db_user, String db_password)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/uitle/InstallUtils.java:28
↓ 121 callersMethodequals
{@inheritDoc}
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/annotation/Reflect.java:551
↓ 119 callersFunctionc
(b)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/plugins/ckeditor/ckeditor.js:69
↓ 118 callersFunctiona
()
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/plugins/ckeditor/ckeditor.js:6
↓ 117 callersFunctiona
(e,i)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/common/js/zui.min.js:14
↓ 115 callersFunctionb
(a,b)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/ueditor.all.min.js:7
↓ 110 callersFunctiont
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-front/src/main/webapp/WEB-INF/page/front/blog/static/plugins/layui/layui.all.js:2
↓ 110 callersFunctiont
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/layui/layui.all.js:2
↓ 110 callersFunctiont
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/default/static/plugins/layui/layui.all.js:2
↓ 110 callersFunctiont
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/mobile/static/plugins/layui/layui.all.js:2
↓ 109 callersMethodsize
()
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-log/src/main/java/io/hawt/log/support/LruList.java:28
↓ 106 callersFunctioni
(t)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/echarts/echarts.min.js:1
↓ 104 callersFunctionb
()
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-web/src/main/webapp/res/plugins/ckeditor/ckeditor.js:7
↓ 104 callersFunctionn
(t,e,o)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/echarts/echarts.min.js:1
↓ 103 callersFunctioni
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-front/src/main/webapp/WEB-INF/page/front/blog/static/plugins/layui/lay/modules/layim.js:260
↓ 103 callersFunctioni
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/default/static/plugins/layui/lay/modules/layim.js:260
↓ 103 callersFunctioni
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/mobile/static/plugins/layui/lay/modules/layim.js:260
↓ 102 callersMethodadd
(T element)
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-log/src/main/java/io/hawt/log/support/LruList.java:46
↓ 102 callersMethodgetStyle
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/front/template/freemarker/BasePaginateTag.java:149
↓ 102 callersFunctioni
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/layui/lay/modules/tree.js:8
↓ 101 callersMethodsave
(T entity)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-dao/src/main/java/com/lxinet/jeesns/dao/common/IBaseDao.java:16
↓ 99 callersMethodclose
Closes the given resource if it is available, logging any closing exceptions to the given log. @param closeable the object to close @param name
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/hawtio-util/src/main/java/io/hawt/util/IOHelper.java:62
↓ 98 callersFunctionf
(t,e,i)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/echarts/echarts.min.js:1
↓ 95 callersMethodlist
获取群组 @return
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-dao/src/main/java/com/lxinet/jeesns/dao/group/IGroupDao.java:18
↓ 93 callersMethodgetInstance
()
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/admin/controller/weixin/WxConfigInfo.java:25
↓ 93 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/layui/layui.all.js:2
↓ 91 callersMethodgetMonth
返回日期对象的月份
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-core/src/main/java/com/ofsoft/cms/core/utils/Tools.java:590
↓ 90 callersMethodstop
停止插件
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/java/com/ofsoft/cms/core/plugin/shiro/ShiroPlugin.java:78
↓ 90 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-front/src/main/webapp/WEB-INF/page/front/blog/static/plugins/layui/layui.all.js:2
↓ 90 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/default/static/plugins/layui/layui.all.js:2
↓ 90 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/mobile/static/plugins/layui/layui.all.js:2
↓ 88 callersMethodgetLoginMember
(HttpServletRequest request)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-common/src/main/java/com/lxinet/jeesns/common/utils/MemberUtil.java:13
↓ 88 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-front/src/main/webapp/WEB-INF/page/front/blog/static/plugins/layui/lay/modules/laydate.js:2
↓ 88 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/layui/lay/modules/laydate.js:2
↓ 88 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/default/static/plugins/layui/lay/modules/laydate.js:2
↓ 88 callersFunctionw
(e)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/resource/mobile/static/plugins/layui/lay/modules/laydate.js:2
↓ 87 callersMethodgetContext
()
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/platforms/springboot/src/main/java/io/hawt/springboot/HawtPlugin.java:30
↓ 86 callersMethodbuild
()
【04】SSRF 漏洞原理与实际案例介绍/hawtio-hawtio-2.5.0/platforms/springboot/src/integration-test/java/io/hawt/springboot/HawtioSpringBootTestSupport.java:273
↓ 86 callersFunctions
(b,a)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/third-party/highcharts/modules/canvas-tools.js:78
↓ 86 callersMethodsetData
(T data)
【03】XSS 漏洞原理与实际案例介绍/jeesns-v1.3/jeesns-core/src/main/java/com/lxinet/jeesns/core/dto/ResultModel.java:115
↓ 86 callersFunctiony
(t)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/echarts/echarts.min.js:1
↓ 82 callersFunctionc
(a)
【02】SQL 漏洞原理与实际案例介绍/ofcms/ofcms-admin/src/main/webapp/static/plugins/ueditor/ueditor.all.min.js:7
next →1–100 of 9,723, ranked by callers