Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
evercookie-front
Advanced tools
The same evercookie lib but with a proper package.json so it can be consume from an ES6 project.
Evercookie is a Javascript API that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've removed standard cookies, Flash cookies (Local Shared Objects or LSOs), and others.
This is accomplished by storing the cookie data on as many browser storage mechanisms as possible. If cookie data is removed from any of the storage mechanisms, evercookie aggressively re-creates it in each mechanism as long as one is still intact.
If the Flash LSO, Silverlight or Java mechanism is available, Evercookie can even propagate cookies between different browsers on the same client machine!
By Samy Kamkar, with awesome contributions from others
Client browsers must support as many of the following storage mechanisms as possible in order for Evercookie to be effective.
To be implemented someday (perhaps by you?):
The Java persistence mechanisms are developed and maintained by Gabriel Bauman over here.
Some of the storage mechanisms require a backend server. This package comes with PHP implementation of the etag, cache and png backend servers.
Be warned! Evercookie can potentially cause problems for you or your users.
Some storage mechanisms involve loading Silverlight or Flash in the client browser. On some machines this can be a very slow process with lots of disk thrashing. On older mobile devices this can render your site unusable.
CSS History Knocking can cause a large number of HTTP requests when a cookie is first being set.
In some circles, it is considered rude to use Evercookie. Consider your reputation and your audience when using Evercookie in production.
Browser vendors are doing their best to plug many of the holes exploited by Evercookie. This is a good thing for the Internet, but it means what works today may not work so well tomorrow.
You are responsible for your own decision to use Evercookie. Choose wisely.
Open a pull request!
FAQs
The same evercookie lib but with a proper package.json so it can be consume from an ES6 project.
We found that evercookie-front demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
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.