Skip to content

Commit b5033bd

Browse files
committed
Update test project: README and package-lock.json
1 parent f49d76d commit b5033bd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

javascript/frameworks/cap/test/queries/loginjection/log-injection-type-sanitized/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This application demonstrates how a potential injection vulnerability is not reported if the data type definied in the service description is not strings.
44

5-
## It _is not_ a false positive case
5+
## It _is_ a false positive case
66

77
Service responds to a Received event and logs the data. However, the type of the message (Integer) does not allow for the injection to succeed.

javascript/frameworks/cap/test/queries/loginjection/log-injection-type-sanitized/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "@advanced-security/log-injection",
33
"version": "1.0.0",
44
"dependencies": {
5-
"@sap/cds": "^7",
6-
"express": "^4.17.1",
7-
"@cap-js/sqlite": "*"
5+
"@cap-js/sqlite": "*",
6+
"@sap/cds": "^7.9.5",
7+
"@sap/cds-dk": "^8.6.1",
8+
"express": "^4.17.1"
89
},
910
"scripts": {
1011
"start": "cds-serve",

0 commit comments

Comments
 (0)