new Function declaration is found
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 373
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
I installed the csv2geojson v5.1.1 to my project and after that, I checked the csv2geojson.js
I found a new Function declaration here! Isn't this a security problem? Is it safe to use?
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function


Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing csv2geojson.js in the v5.1.1 package and the linked MDN Function reference to understand why the new Function declaration is present. Trace whether user-provided CSV data can reach it and compare the behavior with the reported security concern. Done means documenting whether the usage is safe or identifying a concrete remediation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100