Hi OpenCRE team,
I am currently contributing to the OWASP Web Security Testing Guide (WSTG) project and working on mapping WSTG test IDs (e.g. WSTG-INPV-04) to corresponding CRE IDs.
While investigating, I found that the site uses the following endpoint:
https://opencre.org/rest/v1/text_search?text=WSTG-INPV-04
This endpoint returns structured JSON including CRE mappings via linked documents.
Before relying on this in an automated workflow, I wanted to ask:
- Is this endpoint considered stable and safe to use programmatically?
- Is there a preferred or officially supported API for resolving WSTG IDs to CRE mappings?
I would like to ensure the implementation aligns with OpenCRE’s intended usage and won’t break if internal APIs change.
Thanks in advance!
Hi OpenCRE team,
I am currently contributing to the OWASP Web Security Testing Guide (WSTG) project and working on mapping WSTG test IDs (e.g.
WSTG-INPV-04) to corresponding CRE IDs.While investigating, I found that the site uses the following endpoint:
https://opencre.org/rest/v1/text_search?text=WSTG-INPV-04
This endpoint returns structured JSON including CRE mappings via linked documents.
Before relying on this in an automated workflow, I wanted to ask:
I would like to ensure the implementation aligns with OpenCRE’s intended usage and won’t break if internal APIs change.
Thanks in advance!