OrenGitHub / dhscanner

free as in speech container scanner
https://orengithub.github.io/
1 stars 0 forks source link

Annotation fqn bug python CVE-2024-30256 #56

Closed OrenGitHub closed 3 weeks ago

OrenGitHub commented 3 weeks ago
17762 "contents": {
17763     "funcAnnotations": [
17764         {
17765             "annotationConstantStrings": [],
17766             "annotationFqn": "APIRouter.get" # <--- should be: pip.fastapi.APIRouter.get
17767         }
17768     ],
OrenGitHub commented 3 weeks ago
17762             "contents": {
17763                 "funcAnnotations": [
17764                     {
17765                         "annotationConstantStrings": [],
17766                         "annotationFqn": "fastapi.APIRouter.get"
17767                     }
17768                 ],