@hclsoftware/secagent
Version:
IAST agent
16 lines (12 loc) • 405 B
JavaScript
//IASTIGNORE
/*
* ****************************************************
* Licensed Materials - Property of HCL.
* (c) Copyright HCL Technologies Ltd. 2017, 2025.
* Note to U.S. Government Users *Restricted Rights.
* ****************************************************
*/
const BeforeRule = require('./BeforeRule')
module.exports = class NoOpRule extends BeforeRule {
doRule (hookValues) {}
}