<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>IT guy's blog: posts tagged php</title>
<link>https://egor.work/tags/php/</link>
<description>AI, IT, tech, software development, AI agents</description>
<author></author>
<language>en</language>
<generator>Aegea 11.4 (v4171)</generator>

<itunes:subtitle>AI, IT, tech, software development, AI agents</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Fix security check 404 error in your symfony project</title>
<guid isPermaLink="false">17</guid>
<link>https://egor.work/all/automate-security-check-in-your-symfony-project/</link>
<pubDate>Mon, 01 Feb 2021 15:33:01 +0300</pubDate>
<author></author>
<comments>https://egor.work/all/automate-security-check-in-your-symfony-project/</comments>
<description>
&lt;p&gt;The &lt;b&gt;bin/console security:check&lt;/b&gt; was recently shutted down by Symfony stakeholders. If you try to use it you will get an error:&lt;/p&gt;
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;The web service failed for an unknown reason (HTTP 404).&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Now you must checking the project locally with &lt;a href="https://github.com/fabpot/local-php-security-checker"&gt;utility&lt;/a&gt; written by Fabien Potencier.&lt;/p&gt;
&lt;h2&gt;Attention!&lt;/h2&gt;
&lt;h3&gt;My instructions are only suitable for those using docker or linux as a host system.&lt;/h3&gt;
&lt;ol start="1"&gt;
&lt;li&gt;That scripts allows to download latest version of security utility:&lt;/li&gt;
&lt;/ol&gt;
&lt;script src="https://gist.github.com/egorzot/9aebfc8b46508e50310c09fde9498013.js"&gt;&lt;/script&gt;
&lt;ol start="2"&gt;
&lt;li&gt;Script generates “local-php-security-checker” file in project’s root folder. You may run downloaded file directly or add aliases to the composer.json file at “scripts” section:&lt;/li&gt;
&lt;/ol&gt;
&lt;script src="https://gist.github.com/egorzot/220829cf7a2c58302b9f53390dd3c18a.js"&gt;&lt;/script&gt;
&lt;p&gt;Now you able to run security check with 1 line of code&lt;/p&gt;
&lt;script src="https://gist.github.com/egorzot/c8fc012278d56d5dc326e2182119c96d.js"&gt;&lt;/script&gt;
</description>
</item>


</channel>
</rss>