docma
docma copied to clipboard
Security: the local path shouldn't appear in generated docs
It seems that for some reason Docma adds the full local's path to the code it parses:

This path:
- can be a security problem
- has no use in this context
- it makes the json generated un-necessary big
That's by JSDoc itself but Docma should parse them out. You're right.
@onury I saw you have hidden the local path from the screenshot: sorry for not doing it in the first place 😕
No worries. Your feedback is valuable anyways.