
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.