OpenCRE
OpenCRE copied to clipboard
Provide ability to link directly to a standard item through the url
Provide ability to link directly to a standard item through the url, in two ways:
- eg opencre.org/123-456&deeplink=ASVS This forwards the user from opencre, without rendering a CRE page, to the hyperlink that belongs to that standard
- eg opencre.org/bypasslink/asvs/v6.1.1/encrypt%20personal%data%at%rest This also forwards to that asvs page based on our database AND it asks for a description of the topic. We collect those, so we can see what standard entries we apparently have no topic for (which would be the only reason to use method 2 instead of method 1. Stil that last argument is optional.
Deeplinking works! https://www.opencre.org/deeplink/ASVS should redirect to an ASVS entry on github while the following should redirect the specific section https://www.opencre.org/deeplink/ASVS?section=v9.2.5 this is what we wanted to happen, right?
if yes, it's closed by #122
Does it also provide the second option: providing an optional topic text for us to harvest? And how do you link to a NIST section, with all the spaces?