
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
Create a CCB with manfiest information in JIRA
This plugin requires Grunt ~0.4.1
npm install grunt-ccb --save-dev
This plugin will grab the commit log from Github from a specified date, and store this to a file. The date is either hardcoded (using the commitHistoryStartDate.date property in the config) or retrieved from a http web service.
This plugin requires a config sections named ccb passed into grunt.initConfig().
grunt.initConfig({
ccb: {
options: {
jira: {
api_url: "https://company.atlassian.net/rest/api/2/",
proxy : null,
user: "user",
password: "password",
project_id: 12100,
ccb_issue_type: 20,
ccb_done_state: 11
},
project: {
name: "Location API",
version: "1.0.1"
},
manifest: "tests/data/manifest.json",
build_label: "project_123"
}
}
})
jira
api_url - Url of the Jira api rootproxy - Full url of proxy including portuser - Jira usernamepassword - Jira passwordproject_id - Jira id of the project to post the ccbccb_issue_type - Jira id of the type of issue to post the ccb asccb_done_state - The transition id to end the ccb workflowproject - TODO: We should use the properties in the package.json here
name - Name of the project that is creating the ccb (displayed in the ccb subject)manifest - Path to a file that contains the manifest for this project (this will be the body of the ccb)
build_label - The build that created this ccbFAQs
Create a CCB with manfiest information in JIRA
We found that grunt-ccb demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.