Skip to content

Commit

Permalink
update for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
furi0us333 committed Jul 11, 2024
1 parent 892af3a commit 8b6d466
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion confirmed_malicious.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Confirmed Malicious
# description: |
# Return a violation if the pacakge or author is tied to known malicious behavior

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion data_exfiltration.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Data Exfiltration
# description: |
# Returns a violation if the package contains common data exfiltration techniques

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion dependency_confusion.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Dependency Confusion
# description: |
# Returns a violation if the package appears to be a dependency confusion

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion install_code.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Install Code Execution
# description: |
# Returns a violation if there is code execution on package install

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion install_code_suspicious.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Install Code Execution (Suspicious)
# description: |
# Returns a violation if there is suspicious code execution on pacakge install

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion license_mismatch.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: License Mismatch
# description: |
# Returns a violation if there is a license mismatch between metadata and files

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion minimal_code.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Minimal Code
# description: |
# Returns a violation if the package contains minimal code and is unlikley worth the security risk

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion obfuscated_code.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Obfuscated Code
# description: |
# Returns a violation if the package contains obfuscated code

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion runs_remote_code.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Runs Remote Code
# description: |
# Returns a violation if the package runs remote code

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion secret_non_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Minimal Code
# description: |
# Returns a violation if the package contains secrets/tokens excluding test/example files

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion show_all.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Show All
# description: |
# Returns a violation for all identified issues

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion suspicious_url.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Suspicious URL References
# description: |
# Returns a violation if the package references sites uncommon to legitimate software

package policy.v1

import rego.v1
Expand Down
1 change: 0 additions & 1 deletion typosquat.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Typosquat
# description: |
# Returns a violation if the package contains a potential typosquat with malicious characteristics

package policy.v1

import data.phylum.domain
Expand Down
1 change: 0 additions & 1 deletion vuln_crit.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Critical Software Vulnerability
# description: |
# Returns a violation if the package has a Critical software vulnerability

package policy.v1

import data.phylum.domain
Expand Down
1 change: 0 additions & 1 deletion vuln_crit_high.rego
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# title: Critical/High Software Vulnerability
# description: |
# Returns a violation if the package has a Critical or High software vulnerability

package policy.v1

import data.phylum.domain
Expand Down

0 comments on commit 8b6d466

Please sign in to comment.