
Security News
Suno Breached via Shai-Hulud Worm, Leaked Code Exposes AI Music Scraping
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.
@ax2/xms-crud-module
Advanced tools
Add a CRUD module to the XMS
yarn add @ax2/xms-crud-module
// config/core.config.js
export default {
modules: [
require('@ax2/xms-crud-module'),
],
};
// config/module.config.js
export default {
'@ax2/xms-crud-module': {
types: [ // List of types for which you want to enable CRUD
{
id: 'users', // Type ID (used in listing queries)
idSingular: 'user', // Singular type ID (used in edit queries)
menuItem: true, // Set to true to add a menu item to the XMS navbar
fields: [ // List of fields for which you want to enable CRUD
{
key: 'id', // Field ID
label: 'ID', // UI label for this field
type: 'text', // Field type (text, number,...)
listing: true, // Wether to show this field in the listing
edit: false, // Wether to show this field in the edit form
},
],
},
],
},
};
FAQs
Add a CRUD module to the XMS
We found that @ax2/xms-crud-module 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
A Shai-Hulud infection exposed Suno's source code, which shows the AI music startup stream-ripped tracks to train its models.

Security News
Vercel is formalizing a monthly release program for Next.js. The change follows React2Shell and a sharp rise in AI-assisted vulnerability discovery.

Research
/Security News
11 malicious NuGet tools pose as game cheats to deploy Windows payloads, track hosts, and use Google Sheets for telemetry and control.