-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
semgrep config and ignore list (#4376)
* semgrep config and ignore list * Not using semgrep.yml * Added issues --------- Co-authored-by: Ryan Laddusaw <rladdusaw@princeton.edu>
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Common large paths | ||
node_modules/ | ||
vendor/ | ||
*.min.js | ||
spec/ | ||
|
||
# Semgrep rules folder | ||
.semgrep | ||
|
||
# Semgrep-action log folder | ||
.semgrep_logs/ | ||
|
||
# Tickets to remediate these rules and remove from this list | ||
lib/orangelight/ | ||
# https://github.com/pulibrary/orangelight/issues/4377 | ||
config/ | ||
# https://github.com/pulibrary/orangelight/issues/4378 | ||
app/views/ | ||
# https://github.com/pulibrary/orangelight/issues/4379 | ||
app/services/ | ||
# https://github.com/pulibrary/orangelight/issues/4380 | ||
app/processors/orangelight/ | ||
# https://github.com/pulibrary/orangelight/issues/4381 | ||
app/models/requests/ | ||
# https://github.com/pulibrary/orangelight/issues/4382 | ||
app/helpers/ | ||
# https://github.com/pulibrary/orangelight/issues/4383 | ||
app/controllers/ | ||
# https://github.com/pulibrary/orangelight/issues/4384 | ||
app/components/ | ||
# https://github.com/pulibrary/orangelight/issues/4385 |