We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38a2d5 commit 750fa1fCopy full SHA for 750fa1f
.semgrepignore
@@ -0,0 +1,9 @@
1
+# Before adding an exception to a whole file,
2
+# please try to only ignore a single source code line, with a specific security rule:
3
+# ```ruby
4
+# dangerous_code() # nosemgrep: ruby.lang.security.dangerous-exec.dangerous-exec
5
+# ```
6
+# Documentation: https://github.com/returntocorp/semgrep-docs/blob/5750a5afe8a06fb268c5fbc573f2a7bf3bf14f31/docs/ignoring-files-folders-code.md#ignoring-code-through-nosemgrep
7
+#
8
+# To completely ignore a file or directory, use .gitignore syntax in this file.
9
+# Documentation: https://github.com/returntocorp/semgrep-docs/blob/5750a5afe8a06fb268c5fbc573f2a7bf3bf14f31/docs/ignoring-files-folders-code.md
0 commit comments