
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@spmeesseman/extjs-pkg-mantis
Advanced tools
This package provides an ExtJS package wrapper for MantisBT integration, including a full tabbed ui.
To install this package, run the following command:
npm install @spmeesseman/extjs-pkg-mantis
To include the package in an ExtJS application build, be sure to add the package name to the list of required packages in the app.json file:
"requires": [
"mantis",
...
]
For an open tooling build, also add the node_modules path to the workspace.json packages path array:
"packages": {
"dir": "...${package.dir}/node_modules/@spmeesseman/extjs-pkg-mantis"
}
Simply include the view component and model files into any class file:
require: [
'Ext.ux.mantis.Tickets',
'Ext.ux.mantis.model.Ticket'
]
Add the view to your layout:
items: [
{
flex: 1,
xtype: 'tickets'
}]
Configure the ExtJs build for MantisBT integration, see the Configuration section for details.
A mantis config must be added to the Ext manifest by editing app.json. For example, a sample mantis config would like something like the following:
"mantis":
{
"project_id": 1,
"project_name": "MyProjectName",
"token": "............................",
"versionIsPatchX": false,
"location": "https://my.domain.com/mantisbt/",
"defaultTicketValues":
{
"priority": 30,
"severity": 50,
"reproducibility": 70,
"category": 1,
"custom_fields": [
{
"field":
{
"name": "User"
},
"value": ""
},
{
"field":
{
"name": "Department"
},
"value": ""
}]
},
"myTicketFilters": [
{
"property": "custom_field_3" ,
"value": ""
},
{
"property": "custom_field_4",
"value": ""
}],
"locationTicketFilters": [
{
"property": "custom_field_4" ,
"value": ""
}]
}
TODO
FAQs
ExtJS Package Wrapper for Mantis BugTracker
We found that @spmeesseman/extjs-pkg-mantis 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.