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
* Signed-off-by: Emmanuel Jannetti <emmanuel.jannetti@oracle.com>
391: Add handle of extra space before equal sign
* Signed-off-by: Emmanuel Jannetti <emmanuel.jannetti@oracle.com>
change some text fields
Copy file name to clipboardexpand all lines: java/jdbc/statement-interceptor/demo-app/src/main/java/com/oracle/jdbc/samples/statementinterceptordemo/models/Statistic.java
href="https://github.com/ejannett/oracle-db-examples/tree/375-interceptor/java/jdbc/statement-interceptor/interceptor" target="_blank">JDBC Interceptor</a> to monitor and intercept SQL
52
49
</p>
53
50
<pclass="lh-1 text-center">
54
51
Source code and detailed information about this demonstration can be found in
@@ -62,7 +59,7 @@ <h1 class="text-center">Welcome to JDBC Statement interceptor
@@ -80,7 +77,7 @@ <h1 class="text-center">Welcome to JDBC Statement interceptor
80
77
Click the submit button to get all.
81
78
</p>
82
79
<p>
83
-
To trigger an SQL injection, you can try the following search criteria
80
+
To trigger a SQL injection, you can try the following search criteria
84
81
</p>
85
82
<pclass="font-monospace">' or 'a'='a</p>
86
83
</div>
@@ -124,7 +121,7 @@ <h1 class="text-center">Welcome to JDBC Statement interceptor
124
121
125
122
</script>
126
123
<divclass="footer fixed-bottom p-2">
127
-
<divclass="fs-6">
124
+
<divclass="fs-5 text-center bg-secondary-subtle">
128
125
Happily deployed using the <aclass="link-primary" target="_blank" href="https://cloudmarketplace.oracle.com/marketplace/en_US/listing/149023331">App Stack for Java</a> in the Oracle Cloud Infrastructure 🎊 🎁.
0 commit comments