OASIS Static Analysis Results Interchange Format (SARIF) TC

 View Only
  • 1.  Clarification about uri encoding

    Posted 04-08-2019 16:29
    All: Is it valid SARIF to have a uri encoded like this: file:///c%3A/tmp/foo.c , and for this to be considered the same as file:///c:/tmp/foo.c ? My reading is yes , the encoding of the colon in that position is optional, but I just want to make sure.... Thanks, -Paul -- Paul Anderson, VP of Engineering, GrammaTech, Inc. 531 Esty St., Ithaca, NY 14850 Tel: +1 607 273-7340 x118; http://www.grammatech.com


  • 2.  RE: [sarif] Clarification about uri encoding

    Posted 04-08-2019 16:52




    Yes, it is allowed, but the spec says
     
    Two URI references SHALL be considered equivalent if their normalized forms are the same, as described in [ RFC3986 ].
     
    which means that before you compare you d have to un-escape it back to a colon or is it the other way around? I d have to go back to the RFC to recall whether you can have a : in a path segment.
     
    Larry
     


    From: sarif@lists.oasis-open.org <sarif@lists.oasis-open.org>
    On Behalf Of Paul Anderson
    Sent: Monday, April 8, 2019 9:29 AM
    To: sarif@lists.oasis-open.org
    Subject: [sarif] Clarification about uri encoding


     
    All:
    Is it valid SARIF to have a uri encoded like this:
    "file:///c%3A/tmp/foo.c" , and for this to be considered the same as
    "file:///c:/tmp/foo.c" ?
    My reading is yes , the encoding of the colon in that position is optional, but I just want to make sure....
    Thanks,
    -Paul
    --
    Paul Anderson, VP of Engineering, GrammaTech, Inc.
    531 Esty St., Ithaca, NY 14850
    Tel: +1 607 273-7340 x118; http://www.grammatech.com