We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341ef89 commit 8495980Copy full SHA for 8495980
javascript/frameworks/cap/test/queries/loginjection/log-injection-type-sanitized/srv/service.js
@@ -6,6 +6,6 @@ module.exports = cds.service.impl(function() {
6
this.on("send", async (msg) => {
7
const { messageToPass } = msg.data;
8
/* A log injection sink. */
9
- LOG.info("Received: ", messageToPass); // CAP log injection alert
+ LOG.info("Received: ", messageToPass); // messageToPass is Integer, not a log injection!
10
});
11
})
0 commit comments