Custom Query (2765 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2765)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#944 fixed check XXE libxml vulnerability Andrei Badoi Peter Baumann
Description

check the petascope XML parser against this exploit. We need to make sure everytime an XML is parsed from an external source an XML parser with resolve_entities=False should be passed:

parser = etree.XMLParser(resolve_entities=False)

etree.fromstring(e, parser) etree.parse(f, parser)

#1008 fixed Continuous integration framework Andrei Badoi Alex Dumitru
Description

A framework is needed that integrates into Jenkins (but it is not tightly coupled to it) and is able to test rasdaman under all possible configurations with both the system tests and conformance tests.

This is the purpose of the rascipy framework, to allow developers to create new configurations that can be tested. Each configuration can be defined as a strategy. A strategy consists of a:

  • Rasdaman retriever - which retrieves the source code and sets the branch to be tested
  • Rasdaman builder - which configures and builds rasdaman based on a set of criterias that we want to test (e.g. with/out enable debug, with different base dbs etc)
  • Preparer - prepares the system for a rasdaman start, e.g. creating the database, etc
  • Tester - tests the system using a specific framework (e.g. systemtests, conformance tests etc)
  • Janitor - cleans up the system and frees resource for a new run.

A skeleton of the project can be found here http://git.flanche.com/alex/rascipy. The devs assigned to the task must complete the project based on the skeleton and then create all the strategies that we want to test. They will need to create the missing builders, janitors, services and so on, based on the examples in the code and to tie everything up. Two first strategies that we would like to test and can be used as use-cases are:

  • Rasdaman with enable debug and without
  • Rasdaman with postgres and with sqlite
  • Combinations of them

The skeleton is written in python as it can be easily integrated with Jenkins and has good support for running external tools (e.g. make, systemtests) while still offering the tools needed to keep the project sane over time.

#1476 wontfix Remove GML response building in WCS Andrei Badoi Dimitar Misev
Description

WCPS supports GML output now (ticket #937). The specific GML handling should be removed from WCS.

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.