Skip to content

Commit 5fd0700

Browse files
BST-17875: add forbidden component rule for sci-sca scanner (#260) (#216)
2 parents 63ea2f5 + ed3dabc commit 5fd0700

File tree

1 file changed

+11
-0
lines changed
  • server-side-scanners/boostsecurityio/sci-sca

1 file changed

+11
-0
lines changed

server-side-scanners/boostsecurityio/sci-sca/rules.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ rules:
1616
pretty_name: Use of Unsafe AI model
1717
ref: https://huggingface.co/docs/hub/en/security-pickle
1818
recommended: true
19+
forbidden-component:
20+
categories:
21+
- ALL
22+
- boost-baseline
23+
- use-of-forbidden-component
24+
description: Project with Unauthorized Component
25+
name: forbidden-component
26+
group: component-violations
27+
pretty_name: Project with Unauthorized Component
28+
ref: https://docs.boostsecurity.io/rules/index.html
29+
recommended: true

0 commit comments

Comments
 (0)