Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activecm/rita
/ String
Method
String
config/config.go:496–498 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
494
}
495
496
func
(s ScoreImpact) String() string {
497
return
string(s.Category)
498
}
499
500
func
(s *ScoreImpact) Scan(src any) error {
501
if
t, ok := src.(string); ok {
Callers
15
TestBeacons
Method · 0.80
TestProxyBeacons
Function · 0.80
TestThreats
Method · 0.80
TestTLSProtoTable
Method · 0.80
TestHTTPProtoTable
Method · 0.80
TestMimeTypesURIsTable
Method · 0.80
TestRollingThreats
Method · 0.80
TestNetworkIDSeparation
Method · 0.80
TestFilterExternalToInternal
Method · 0.80
TestThreat
Method · 0.80
parseHTTP
Function · 0.80
formatHTTPRecord
Function · 0.80
Calls
no outgoing calls
Tested by
15
TestBeacons
Method · 0.64
TestProxyBeacons
Function · 0.64
TestThreats
Method · 0.64
TestTLSProtoTable
Method · 0.64
TestHTTPProtoTable
Method · 0.64
TestMimeTypesURIsTable
Method · 0.64
TestRollingThreats
Method · 0.64
TestNetworkIDSeparation
Method · 0.64
TestFilterExternalToInternal
Method · 0.64
TestThreat
Method · 0.64
TestHistoricalFirstSeen
Method · 0.64
TestSearchResults
Method · 0.64