errors in software section causing submit to fail

Bug #1099869 reported by George Welsted
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OAv2
Fix Released
Undecided
Brandon Pierce

Bug Description

entries like this:

  <package>
   <software_name>libplrpc-perl</software_name>
   <software_version>0.2020-2</software_version>
   <software_url>http://search.cpan.org/search?query=PlRPC&mode=module</software_url>
  </package>

cause the import to error out. by manually changing it to :

  <package>
   <software_name>libplrpc-perl</software_name>
   <software_version>0.2020-2</software_version>
   <software_url>http://search.cpan.org/search?query=PlRPC</software_url>
  </package>

the import suceeded fine.

perhaps removing the URL would fix the issue

Revision history for this message
Mark Unwin (mark-unwin) wrote :

Is this for the Linux audit script or the Windows audit script?

Revision history for this message
Brandon Pierce (ihashacks) wrote :

Looks like the Linux audit script. I can recreate the issue on my end.

Revision history for this message
George Welsted (cryogenx) wrote :

it is the linux script :-)

Changed in oav2:
assignee: nobody → Brandon Pierce (ihashacks)
status: New → In Progress
Revision history for this message
Brandon Pierce (ihashacks) wrote :

Attached is a patch for the fix. Also fixed in release 52

https://bazaar.launchpad.net/~ihashacks/oav2/linux-audit-additions/revision/52

Thank you for pointing this out!

Changed in oav2:
status: In Progress → Fix Released
Revision history for this message
George Welsted (cryogenx) wrote :

Awesome, glad I could be of service, I'll test patch tomorrow

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.