
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
workfront-cookie
Advanced tools
Provides methods for extracting values from workfront cookies.
Via NPM:
npm i workfront-cookie --save-dev
Package provides UMD bundle, so you can also include it to your page using <script> tag.
In that case a global variable called WorkfrontCookie will be created.
Bundle exposes an object with the following items:
A constant string representing name of the Workfront cookie.
Returns Workfront session ID currently stored in the cookie.
In case the second argument is specified, value will be extracted from that string instead of using document.cookie.
If for some reason it is impossible to determine session ID, this method will return undefined.
Returns Workfront XSRF token currently stored in the cookie. Eventually, this token will replace sessionID.
In case the second argument is specified, value will be extracted from that string instead of using document.cookie.
If for some reason it is impossible to determine XSRF token, this method will return undefined.
Returns value for the given key (name) stored in cookie.
It case the second argument is specified, value will be extracted from that string instead of using document.cookie.
FAQs
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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.