具体示例 run: val result someObject.run {// 这里可以使用 thisthis.someMethod()
}let: val result someObject?.let {// 这里使用 itit.someMethod()
}with: val result with(someObject) {// 这里使用 thissomeMethod()
}apply: val obj SomeClass().apply {// 这里使…
漏洞信息
NVD - cve-2023-37461
Metersphere is an opensource testing framework. Files uploaded to Metersphere may define a belongType value with a relative path like ../../../../ which may cause metersphere to attempt to overwrite an existing file in the d…