Skip to content

Commit 84196bf

Browse files
committed
Revert "Add SSRF Rasp capability (#814)"
This reverts commit 8331f61.
1 parent 9d10938 commit 84196bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

remote-config/src/path.rs

-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub enum RemoteConfigProduct {
2222
AsmDD,
2323
AsmFeatures,
2424
AsmRaspLfi,
25-
AsmRaspSsrf,
2625
LiveDebugger,
2726
}
2827

@@ -36,7 +35,6 @@ impl Display for RemoteConfigProduct {
3635
RemoteConfigProduct::AsmData => "ASM_DATA",
3736
RemoteConfigProduct::AsmFeatures => "ASM_FEATURES",
3837
RemoteConfigProduct::AsmRaspLfi => "ASM_RASP_LFI",
39-
RemoteConfigProduct::AsmRaspSsrf => "ASM_RASP_SSRF",
4038
};
4139
write!(f, "{}", str)
4240
}
@@ -85,7 +83,6 @@ impl RemoteConfigPath {
8583
"ASM_DATA" => RemoteConfigProduct::AsmData,
8684
"ASM_FEATURES" => RemoteConfigProduct::AsmFeatures,
8785
"ASM_RASP_LFI" => RemoteConfigProduct::AsmRaspLfi,
88-
"ASM_RASP_SSRF" => RemoteConfigProduct::AsmRaspSsrf,
8986
product => anyhow::bail!("Unknown product {}", product),
9087
},
9188
config_id: parts[parts.len() - 2],

0 commit comments

Comments
 (0)