mirror of
https://github.com/hohn/codeql-javascript-multiflow.git
synced 2025-12-16 12:03:03 +01:00
Add new example to illustrate taint propagation with def-use dataflow
This commit is contained in:
committed by
=Michael Hohn
parent
c1962230c2
commit
8cdb8ef0dd
@@ -239,7 +239,7 @@
|
||||
codeql database create --language=javascript -s . -j 8 -v $DB
|
||||
|
||||
# Check it
|
||||
unzip -v js-sqli-db-*/src.zip |grep add
|
||||
unzip -v $DB/src.zip |egrep '(add|sample)'
|
||||
#+END_SRC
|
||||
|
||||
12. add the database to the editor. To do this there is a widget on the left
|
||||
|
||||
Reference in New Issue
Block a user