Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
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://opentable.atlassian.net/rest/api/2/",
user: "user",
password: "password",
project_id: 12100,
ccb_issue_type: 20
},
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 rootuser
- 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 asproject
- 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)version
- Version of the project (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
The npm package grunt-ccb receives a total of 4 weekly downloads. As such, grunt-ccb popularity was classified as not popular.
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.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.