dylan-smith / DiveIntelligence

1 stars 1 forks source link

exclude dist folder from CodeQL scanning #193

Closed dylan-smith closed 2 days ago

dylan-smith commented 2 weeks ago

I saw a post with a comment from I think one of the GH ppl saying you should exclude dist. Because dist includes code from your dependencies, and they are already covered via dependabot scans.

There is currently one CodeQL alert showing about prototype pollution from some file in the dist folder. This should fix that.