Re: [W3C Web Security IG] developers security check list

On 6 September 2016 at 11:25, GALINDO Virginie <Virginie.Galindo@gemalto.com
> wrote:

> Dear all,
>
> FYI, a github project listing security good practices for development
> (including web dev).
>
> https://github.com/FallibleInc/security-guide-for-developers/blob/master/
> security-checklist.md
> <https://github.com/FallibleInc/security-guide-for-developers/blob/master/security-checklist.md?ref=producthunt>
>

This one is also curious:

"For user ids and other ids, use RFC compliant
<http://www.ietf.org/rfc/rfc4122.txt> UUID instead of integers. You can
find an implementation for this for your language on Github."

Now I can see the advantage of a UUID over a simple number.  And of course
there's urn:uuid:<id>

But why not do it the web way and use a user URI?  In fact, the web pro way
and use an HTTP User URI (aka WebID).

Mention this here as it is the "web" security list :)


> Regards,
>
> Virginie
>
>
> ------------------------------
> This message and any attachments are intended solely for the addressees
> and may contain confidential information. Any unauthorized use or
> disclosure, either whole or partial, is prohibited.
> E-mails are susceptible to alteration. Our company shall not be liable for
> the message if altered, changed or falsified. If you are not the intended
> recipient of this message, please delete it and notify the sender.
> Although all reasonable efforts have been made to keep this transmission
> free from viruses, the sender will not be liable for damages caused by a
> transmitted virus.
>

Received on Tuesday, 6 September 2016 17:00:20 UTC