forked from CMU-17313Q/cmu-17313q-f24-nodebb-f24-NodeBB
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated .snyk file to exclude specific files from scan
- Loading branch information
Ruba Al Mahmoud
authored and
Ruba Al Mahmoud
committed
Oct 27, 2024
1 parent
13b7be6
commit 00373c3
Showing
1 changed file
with
4 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,7 @@ | ||
version: v1.1293.1 | ||
|
||
exclude: | ||
- lib/admin/search.js | ||
- lib/admin/versions.js | ||
- lib/analytics.js | ||
- lib/api/admin.js | ||
- lib/api/categories.js | ||
- lib/api/chats.js | ||
- lib/api/flags.js | ||
- lib/api/groups.js | ||
- lib/api/helpers.js | ||
- lib/api/posts.js | ||
- lib/api/search.js | ||
- lib/api/tags.js | ||
- lib/api/topics.js | ||
- lib/api/users.js | ||
- lib/api/utils.js | ||
- lib/batch.js | ||
- lib/cache/lru.js | ||
- lib/cache/ttl.js | ||
- lib/categories/activeusers.js | ||
- lib/categories/create.js | ||
- lib/categories/data.js | ||
- lib/categories/delete.js | ||
- lib/categories/index.js | ||
- lib/categories/recentreplies.js | ||
- lib/categories/search.js | ||
- lib/categories/topics.js | ||
- lib/categories/unread.js | ||
- lib/categories/update.js | ||
- lib/categories/watch.js | ||
- lib/cli/colors.js | ||
- lib/categories/ | ||
- lib/api/ | ||
- lib/cli/ | ||
|