Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A arachni
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 125
    • Issues 125
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arachni - Web Application Security Scanner Framework
  • arachni
  • Merge requests
  • !753

Copy-paste error for element type definition of 'header' and 'parameter'

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/jstohner/master into master Aug 03, 2016
  • Overview 6
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: jstohner

In your schema.xsd there are own types defined for the 'header' and 'parameter' elements. However, the defined types (itself named 'header' and 'parameter') are not used, instead the type 'input' is assigned.

This currently works without validation errors because all types 'input', 'header' and 'parameter' are identical in their definition. However, future changes (maybe in another pull request :-)) e.g. of type 'parameter' may lead to validation errors because the type is not used for the element.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/jstohner/master