Contact
Contact
Security Team: [email protected] `;
return doc;
}
saveToFile(filename = 'SECURITY_HEADERS.md') {
fs.writeFileSync(filename, this.generate());
console.log(`Documentation saved to ${filename}`);
}
}
Security Team: [email protected] `;
return doc;
}
saveToFile(filename = 'SECURITY_HEADERS.md') {
fs.writeFileSync(filename, this.generate());
console.log(`Documentation saved to ${filename}`);
}
}