Joshua Eichorn
Joshua Eichorn
When building vendor/bin in a sub repo use relative symlinks I also updated the code to always use the full path when creating/deleting files, its dangerous otherwise
The init script is using exec /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf When you run php5-fpm with --nodaemonize its logging goes to standard out, which makes setting the log locatio in the...
It looks like this regex is susceptible to regex denial of service attacks. http://redos-checker.surge.sh/ https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
https://chocolatey.org/
At Pagely we have a similar plugin, though maybe less cleanly done. Anyhow we recently ran into slowness on ajax queries to woocommerce_json_search_products_and_variations. This runs queries directly so the only...