
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@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
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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.