We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64af442 commit 0af35f3Copy full SHA for 0af35f3
csaf/csaf-cli/src/cmd/metadata.rs
@@ -47,13 +47,13 @@ impl Metadata {
47
Self::show_approach(
48
"/.well-known/security.txt",
49
&metadata
50
- .approach_security_txt(&fetcher, "/.well-known/security.txt")
+ .approach_security_txt(&fetcher, ".well-known/security.txt")
51
.await,
52
)?;
53
54
"/security.txt",
55
56
- .approach_security_txt(&fetcher, "/security.txt")
+ .approach_security_txt(&fetcher, "security.txt")
57
58
59
Self::show_approach("DNS", &metadata.approach_dns(&fetcher).await)?;
0 commit comments