
Security News
NIST Officially Stops Enriching Most CVEs as Vulnerability Volume Skyrockets
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.
@wesym/pld-generator
Advanced tools
You'll need:
Example
const path = require('path')
const generator = require('@wesym/pld-generator')
const config = require('./config/pld.json') // This is the configuration file
generator.config({
spreadsheetId : config.SHEET_ID,
meta : config.PLD_META,
templatePath : path.join(__dirname, 'template', 'wesym_pld.odt') // The template file
})
generator.generate()
.then(() => generator.write(path.join(__dirname, 'plds'))) // And the output directory
The configuration file you must have should be like this
{
"SHEET_ID": "1CrIrRcTcH1wBvcDty5ABNyEkMu9iCt82f3IpwTsO2CY",
"PLD_META": {
"title": "Project Log Document",
"object": "Document PLD",
"author": "Wesym",
"responsible": "Vincent BERTIN",
"email": "wesym_2021@labeip.epitech.eu",
"keywords": "Fonctionnalités, déploiement, outils",
"promotion": "2021",
"majDate": "11 décembre 2019",
"version": "1.1",
"revisions": [
{
"date": "13/11/2019",
"version": "1.0",
"author": "Vincent BERTIN",
"sections": "-",
"note": "Première version du PLD"
}
]
}
}
This is an example, change the value as you need.
DON'T FORGET TO CHANGE THE SHEET_ID IN ORDER TO USE THE RIGHT GOOGLE SHEET.
FAQs
Wesym PLD generator
The npm package @wesym/pld-generator receives a total of 1 weekly downloads. As such, @wesym/pld-generator popularity was classified as not popular.
We found that @wesym/pld-generator 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
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.