Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
django-cookie-law-nl
Advanced tools
Django specific cookie implementation compliant with Dutch law, use at your own risk.
This is a Django application that makes it easy to implement cookies compliant with Dutch law, as far as I am able to tell. I'm not a lawyer, so use at your own risk.
The model has changed, run South migrations. Multilingual support has been added. Optional title and close fields added.
If you're updating from 0.1.4 to 0.1.5 take note that the CookieBar model has changed, you should run the South migrations.
If you want multilingual support add the languages you want to your settings file. LANGUAGES = (('nl','Nederlands'), ('en','English')) Every time the cookie bar template tag is called it will check if a cookie bar exists for each language, if not; one will be created. It is up to you to translate these into the right language. You can do this via the admin.
The multilingual support works by checking for a LANGUAGE_CODE in the request. Localization middleware should handle this. If this doesn't exist the default Dutch cookie bar will be used.
FAQs
Django specific cookie implementation compliant with Dutch law, use at your own risk.
We found that django-cookie-law-nl demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.