You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .nix/repo/data.nix
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
{
28
28
path="double/internal/generator/";
29
29
linters=["gosec""goconst"];
30
-
text="Potential file inclusion via variable|make it a constant";
30
+
text="Command injection via taint analysis|Subprocess launched with variable|Path traversal via taint analysis|Potential file inclusion via variable|make it a constant";
0 commit comments