Valentin Sushkov

Results 14 issues of Valentin Sushkov

If you run the https://github.com/Neo23x0/signature-base/blob/master/yara/gen_webshells.yar against this file https://github.com/Smile-SA/elasticsuite/blob/2.11.x/src/module-elasticsuite-virtual-category/Plugin/Catalog/Product/ProductPlugin.php, then a false positive will be displayed ``` yara -L -r gen_webshells.yar src/module-elasticsuite-virtual-category/Plugin/Catalog/Product/ProductPlugin.php WEBSHELL_PHP_Dynamic_Big vendor/smile/elasticsuite/src/module-elasticsuite-virtual-category/Plugin/Catalog/Product/ProductPlugin.php 0x0:5:$new_php2 0x0:2:$php_short 0x983:10:$dynamic1 0xd00:10:$dynamic1 0x9ac:6:$gen_much_sus93 ```

[vim-snipmate](http://github.com/garbas/vim-snipmate) was originally started by [Michael Sanders](http://github.com/msanders) who has now unfortunately abandoned the project. [Rok Garbas](http://github.com/garbas) is now maintaining a [fork](http://github.com/garbas/vim-snipmate) of the project in hopes of improving the existing...

According to the [documentation](https://teams.vk.com/botapi/#/chats/get_chats_sendActions), if all actions are stopped, one needs to send a GET request to /chats/sendActions with an empty actions parameter. This PR adds a method to send...

Looking at logs of my service I've noticed bot token is getting written to the log files. Which is not quite secure. Example of the log: ``` level=error msg="Failed to...