{
    "version": "https:\/\/jsonfeed.org\/version\/1.1",
    "title": "IT guy's blog: posts tagged symfony",
    "_rss_description": "AI, IT, tech, software development, AI agents",
    "_rss_language": "en",
    "_itunes_email": "",
    "_itunes_categories_xml": "",
    "_itunes_image": "",
    "_itunes_explicit": "",
    "home_page_url": "https:\/\/www.egor.work\/tags\/symfony\/",
    "feed_url": "https:\/\/www.egor.work\/tags\/symfony\/json\/",
    "icon": "https:\/\/www.egor.work\/pictures\/userpic\/userpic@2x.jpg?1673209172",
    "authors": [
        {
            "name": "Egor Zotov",
            "url": "https:\/\/www.egor.work\/",
            "avatar": "https:\/\/www.egor.work\/pictures\/userpic\/userpic@2x.jpg?1673209172"
        }
    ],
    "items": [
        {
            "id": "17",
            "url": "https:\/\/www.egor.work\/all\/automate-security-check-in-your-symfony-project\/",
            "title": "Fix security check 404 error in your symfony project",
            "content_html": "<p>The <b>bin\/console security:check<\/b> was recently shutted down by Symfony stakeholders. If you try to use it you will get an error:<\/p>\n<pre class=\"e2-text-code\"><code class=\"\">The web service failed for an unknown reason (HTTP 404).<\/code><\/pre><p>Now you must checking the project locally with <a href=\"https:\/\/github.com\/fabpot\/local-php-security-checker\">utility<\/a> written by Fabien Potencier.<\/p>\n<h2>Attention!<\/h2>\n<h3>My instructions are only suitable for those using docker or linux as a host system.<\/h3>\n<ol start=\"1\">\n<li>That scripts allows to download latest version of security utility:<\/li>\n<\/ol>\n<script src=\"https:\/\/gist.github.com\/egorzot\/9aebfc8b46508e50310c09fde9498013.js\"><\/script>\n<ol start=\"2\">\n<li>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:<\/li>\n<\/ol>\n<script src=\"https:\/\/gist.github.com\/egorzot\/220829cf7a2c58302b9f53390dd3c18a.js\"><\/script>\n<p>Now you able to run security check with 1 line of code<\/p>\n<script src=\"https:\/\/gist.github.com\/egorzot\/c8fc012278d56d5dc326e2182119c96d.js\"><\/script>\n",
            "date_published": "2021-02-01T15:33:01+03:00",
            "date_modified": "2021-08-28T15:28:20+03:00",
            "tags": [
                "eng",
                "php",
                "symfony"
            ],
            "_date_published_rfc2822": "Mon, 01 Feb 2021 15:33:01 +0300",
            "_rss_guid_is_permalink": "false",
            "_rss_guid": "17",
            "_e2_data": {
                "is_favourite": false,
                "links_required": [
                    "highlight\/highlight.js",
                    "highlight\/highlight.css"
                ],
                "og_images": []
            }
        }
    ],
    "_e2_version": 4171,
    "_e2_ua_string": "Aegea 11.4 (v4171)"
}