OrenGitHub / dhscanner

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

knowledge base ( kbgen ) hello world #5

Closed OrenGitHub closed 2 months ago

OrenGitHub commented 2 months ago

original javascript code:

//    +++++++ <--- the locations are still buggy, but it's starting to work
const express = require('express')

resulting kb entry:

    "calls": [
        {
            "callLocation": {
                "colEnd": 13,
                "colStart": 7,
                "filename": "workdir/73412fec1a87a2a7fd9caff0c5bfd92dc3e83052b9ec95965646643062295ea6/usr/app/main.js",
                "lineEnd": 1,
                "lineStart": 1
            },
            "calleeFqn": {
                "content": "npm.express"
            }
        },