
Research
5 Malicious Chrome Extensions Enable Session Hijacking in Enterprise HR and ERP Systems
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.
@gooddata/fixtures
Advanced tools
Tool for creating projects inside GoodData platform programmatically in node.js
Tool for creating projects inside GoodData platform programmatically in node.js
Add package to your project
Using npm
npm install @gooddata/fixtures
Using yarn
yarn add @gooddata/fixtures
Import the module inside your project
import { createFixture } from '@gooddata/fixtures';
Use the createFixture function
createFixture(basePath, username, password, hostname, authorizationToken, projectTitle)
Use TIGER function
createTigerWorkspace(workspaceTitle, token, host, backend)
createTigerWorkspaceWithPrefix(workspacePrefix, token, host, backend)
setTigerWorkspaceLayout(workspaceId, token, host, backend, declarativeWorkspaceModel)
setTigerWorkspaceLayoutFromFixtures(workspaceId, fixtureType, dataSource, token, host, backend)
setTigerWorkspaceLayoutFromCustomFile(workspaceId, token, host, backend, dataSource, fixtureFile)
createMdObjects(configPath, workspaceId, token, host, backend)
deleteTigerWorkspace(workspaceId, token, host, backend)
cleanupExpiredTigerWorkspaces(workspacePrefix, timeExpired, includeWS, sizeWS, token, host, backend)
cleanupExpiredTigerUsers(userPrefix, timeExpired, sizeList, token, host, backend)
getOrganizationLayout( token, host, backend)
exportOrganizationLayout(token, host, backend, outputFile)
Note
For setTigerWorkspaceLayoutFromCustomFile method, it's used for workspace permission test from KD repo, the fixtureFile is created from fixture's KD repository
Install Node.js and Yarn with versions matching those mentioned in docker/.config file.
Install dependencies:
yarn install --frozen-lockfile
See this guide
FAQs
Tool for creating projects inside GoodData platform programmatically in node.js
The npm package @gooddata/fixtures receives a total of 103 weekly downloads. As such, @gooddata/fixtures popularity was classified as not popular.
We found that @gooddata/fixtures demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 72 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.

Research
Five coordinated Chrome extensions enable session hijacking and block security controls across enterprise HR and ERP platforms.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.