mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 09:53:04 +01:00
* TODO vulnerable sample, jedis
This commit is contained in:
committed by
=Michael Hohn
parent
e8426847f4
commit
3324221c8b
@@ -183,10 +183,7 @@
|
|||||||
=sqlite-jdbc-3.36.0.1.jar=, so we can use it to illustrate modeling on a smaller
|
=sqlite-jdbc-3.36.0.1.jar=, so we can use it to illustrate modeling on a smaller
|
||||||
example.
|
example.
|
||||||
|
|
||||||
* Modeling jedis as dependency
|
* TODO Modeling jedis as dependency
|
||||||
Running the model editor a jedis db models jedis dependencies; we need jedis
|
|
||||||
/as/ dependency to model it.
|
|
||||||
|
|
||||||
Using the
|
Using the
|
||||||
- model as depedency option
|
- model as depedency option
|
||||||
the query run by model editor is
|
the query run by model editor is
|
||||||
@@ -337,10 +334,12 @@
|
|||||||
|
|
||||||
These files indicate active use of injection-related taint tracking in the C++ suite as well.
|
These files indicate active use of injection-related taint tracking in the C++ suite as well.
|
||||||
|
|
||||||
|
|
||||||
* TODO for java, the sqltainted query will find the sink, not the source yet.
|
* TODO for java, the sqltainted query will find the sink, not the source yet.
|
||||||
|
* TODO vulnerable sample, jedis
|
||||||
* TODO vulnerable sample
|
Running the model editor a jedis db models jedis dependencies; we need jedis
|
||||||
|
/as/ dependency to model it.
|
||||||
|
|
||||||
|
* TODO vulnerable sample, sqlite
|
||||||
For .eval() to show in a query, it has to be used in an application. So we
|
For .eval() to show in a query, it has to be used in an application. So we
|
||||||
modify src-sqlite/AddUser.java for jedis.
|
modify src-sqlite/AddUser.java for jedis.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user