Git Product home page Git Product logo

Comments (8)

Seldaek avatar Seldaek commented on August 24, 2024

So if you get this I suppose you added this to your routing.yml:

nelmio_security:
    path:     /nelmio/csp/report
    defaults: { _controller: nelmio_security.csp_reporter_controller:indexAction }
    methods:  [POST]

Did you also configure the csp stuff in the bundle? Can you show your bundle config?

from nelmiosecuritybundle.

TheHackerDev avatar TheHackerDev commented on August 24, 2024

Correct, I have done those steps. Here's the relevant portion of my config.yml file:

# Nelmio Security Bundle Configuration
nelmio_security:
    # signs/verifies all cookies
#    signed_cookie:
#        names: ['*']
#        secret: secret # defaults to global %secret% parameter
#        hash_algo: sha512
    # encrypt all cookies
#    encrypted_cookie:
#        names: ['*']
#        secret: secret
#        algorithm: rijndael-256
    # prevents framing of the entire site
    clickjacking:
        paths:
            '^/.*': DENY
    # prevents redirections outside the website's domain
    external_redirects:
        log: true
        override: homepage

    # prevents inline scripts, unsafe eval, external scripts/images/styles/frames, etc
    csp:
        report_uri: /nelmio/csp/report
        report_only: false
        default: [ self ]
        frame: [ 'https://www.youtube.com' ]
        script:
            - self
            - 'https://www.google-analytics.com'
            - 'http://www.google-analytics.com'

    # disables content type sniffing for script resources
    content_type:
        nosniff: true

    # forced HTTPS handling, don't combine with flexible mode
    # and make sure you have SSL working on your site before enabling this
#    forced_ssl:
#        hsts_max_age: 2592000 # 30 days
#        hsts_subdomains: true

    # flexible HTTPS handling, read the detailed config info
    # and make sure you have SSL working on your site before enabling this
#    flexible_ssl:
#        cookie_name: auth
#        unsecured_logout: false

And here is my routing.yml file:

nelmio_security:
    path:     /nelmio/csp/report
    defaults: { _controller: nelmio_security.csp_reporter_controller:indexAction }
    methods:  [POST]

from nelmiosecuritybundle.

sstok avatar sstok commented on August 24, 2024

This controller was introduced in the master branch and not tagged yet, so unless your specifying with @dev or ~1.4 you get the 1.3 version.

from nelmiosecuritybundle.

TheHackerDev avatar TheHackerDev commented on August 24, 2024

Okay, so it's not in the latest stable version then? How come it was included in the documentation?

from nelmiosecuritybundle.

Seldaek avatar Seldaek commented on August 24, 2024

@ahnatiw it's in the current dev version, which the master documentation on the github homepage reflects. I'll try to tag a release soon.

from nelmiosecuritybundle.

Seldaek avatar Seldaek commented on August 24, 2024

@ahnatiw 1.4.0 is out now with all the new CSP stuff, it should fix your issue.

from nelmiosecuritybundle.

TheHackerDev avatar TheHackerDev commented on August 24, 2024

That it did, Thanks again, @Seldaek.

I can't seem to find the "/nelmio/csp/report" file that the controller logs to. Where would I find that on my filesystem?

Edit
It's just logging to the app/logs/.log file, correct? Unless I specify "report_logger_service: monolog.logger.security" in the config? And if I do specify that, is there a separate "security.log" file that gets generated?

from nelmiosecuritybundle.

Seldaek avatar Seldaek commented on August 24, 2024

Only if you define a security logger that directs it's messages to a security.log file.

from nelmiosecuritybundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.