You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/frameworks/cap/test/queries/loginjection/log-injection-type-sanitized/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
This application demonstrates how a potential injection vulnerability is not reported if the data type definied in the service description is not strings.
4
4
5
-
## It _is not_ a false positive case
5
+
## It _is_ a false positive case
6
6
7
7
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.
0 commit comments