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
@@ -71,4 +71,5 @@ To bundle up this query and add it to our C Scanner, we add some bells and whist
71
71
)
72
72
{{< /highlight >}}
73
73
74
-
There are many such scanners for common as well as precise cases modelled as bundles of Joern queries. They all are part of the automated ```joern-scan```
74
+
There are many such scanners for common as well as precise cases modelled as bundles of Joern queries. They all are part of the automated ```joern-scan```
Lets get the python CPG Query Language client library so we can test some integrations with Python. Don't worry, we jave a JS integration also for your glorious hipster JS UIs!
21
+
Let's get the Python CPG Query Language client library so we can test some integrations with Python. Don't worry. We also have a JavaScript integration for your gloriously hipster JS UI!
# execute a simple CPGQuery to list all methods in the code
36
+
# execute a simple CPG query to list all methods in the code
37
37
query = "cpg.method.name.l"
38
38
result = client.execute(query)
39
39
print(result)
40
40
{{< /highlight >}}
41
41
42
-
Thats it! For additional info, go look at some [docs](https://docs.joern.io/server/) or get a closer look at the Python client library [here](https://github.com/joernio/cpgqls-client-python) 👈
42
+
That's it! For additional information, check out the [Server documentation](https://docs.joern.io/server/) or get a closer look at the [Python client library](https://github.com/joernio/cpgqls-client-python) 👈
0 commit comments