-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpha - Support python lang #237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add new language
python
in PrivadoTag.scala --> Language. - Also make appropriate change in ScanProcessor.scala --> parseRule --> langToFilter
Currently, because we don't have standard APIs for Python frontend, we get only base cpg with no overlays on it. We can handle running other overlays of course in Privado, but this is non-standard and will cause issue if upstream API changes eventually. Therefore, I'll be working on this as a dependency for continuing work here: joernio/joern#2113 |
57f355b
to
0f148d5
Compare
merged performance changes
updated docker image
Upgrade the joern version to 1.1.1421
Add PythonAPITagger + update pyton processor logs
updated version
Remove 'json' from the python API tagger
Add support to match httpclient + BeautifulSoup
Fix API sink pattern to support f'' strings in python3
Upgrade joern version to 1.1.1437
Scala code formatting changes
handled none type
Update the joern version to 1.1.1440
Update joern version to 1.1.1441
Python dev merge
removed python scan flag
Confirmed with Khemraj looks good.
No description provided.