Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(query): clarify description for openapi exposed api keys #6993

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"queryName": "API Key Exposed In Global Security (v3)",
"severity": "LOW",
"category": "Access Control",
"descriptionText": "API Keys should not be transported over network",
"descriptionText": "API Keys should be transported using a secure method such as HTTPS. Define a security scheme that uses a secure method to transport the API key.",
"descriptionUrl": "https://swagger.io/specification/#security-scheme-object",
"platform": "OpenAPI",
"descriptionID": "f7f6e7fb",
Expand All @@ -13,9 +13,10 @@
"id": "533a0d13-6e89-4551-ae33-bce14e5849c1",
"queryName": "API Key Exposed In Global Security (v2)",
"descriptionUrl": "https://swagger.io/specification/v2/#securityDefinitionsObject",
"descriptionText": ""
"descriptionText": "API Keys should be transported using a secure method such as HTTPS. Define a security scheme that uses a secure method to transport the API key."
}
},
"cwe": "",
"oldSeverity": "MEDIUM"
}
"oldSeverity": "MEDIUM",
"cloudProvider": "common"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"queryName": "API Key Exposed In Operation Security (v3)",
"severity": "LOW",
"category": "Access Control",
"descriptionText": "API Keys should not be transported over network",
"descriptionText": "API Keys should be transported using a secure method such as HTTPS. Define a security scheme that uses a secure method to transport the API key.",
"descriptionUrl": "https://swagger.io/specification/#security-scheme-object",
"platform": "OpenAPI",
"descriptionID": "812604ac",
Expand All @@ -13,9 +13,10 @@
"id": "392599e4-a4e2-403d-bc56-3fe05755782d",
"queryName": "API Key Exposed In Operation Security (v2)",
"descriptionUrl": "https://swagger.io/specification/v2/#securityDefinitionsObject",
"descriptionText": ""
"descriptionText": "API Keys should be transported using a secure method such as HTTPS. Define a security scheme that uses a secure method to transport the API key."
}
},
"cwe": "",
"oldSeverity": "LOW"
}
"oldSeverity": "LOW",
"cloudProvider": "common"
}
Loading