We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc20e3 commit f11b726Copy full SHA for f11b726
1 file changed
deptrac.yaml
@@ -76,7 +76,8 @@ deptrac:
76
- name: Honeypot
77
collectors:
78
- type: classNameRegex
79
- value: '^CodeIgniter\\.*Honeypot.* # includes the Filter'
+ # includes the Filter
80
+ value: '/^CodeIgniter\\.*Honeypot.*$/'
81
- name: HTTP
82
83
- type: bool
0 commit comments