Join us in London for Infosecurity Europe June 2 – 4, 2026 | Booth C69 | Excel London | Get a FREE ticket
curl --request GET \
--url http://api.scanoss.com/v2/cryptography/algorithms/versions/range/component{
"component": {
"purl": "pkg:github/scanoss/engine",
"versions_with": [
"2.0.0",
"3.0.0",
"4.0.0"
],
"versions_without": [
"1.0.0",
"1.5.0"
]
},
"status": {
"status": "SUCCESS",
"message": "Version ranges Successfully retrieved"
}
}Returns lists of versions that either contain cryptographic algorithms or don’t, helping assess cryptographic presence across component evolution.
curl --request GET \
--url http://api.scanoss.com/v2/cryptography/algorithms/versions/range/component{
"component": {
"purl": "pkg:github/scanoss/engine",
"versions_with": [
"2.0.0",
"3.0.0",
"4.0.0"
],
"versions_without": [
"1.0.0",
"1.5.0"
]
},
"status": {
"status": "SUCCESS",
"message": "Version ranges Successfully retrieved"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.scanoss.com/llms.txt
Use this file to discover all available pages before exploring further.
Package URL identifying the component to analyze.
Version constraint for component resolution when PURL lacks explicit version.
A successful response.
Response message for ComponentVersionsInRange method.
Contains version lists for a single component categorized by cryptographic algorithm presence, helping assess cryptographic adoption across component evolution.