exuberant-ctags 1:5.9~svn20110310-7ubuntu0.1 source package in Ubuntu

Changelog

exuberant-ctags (1:5.9~svn20110310-7ubuntu0.1) trusty-security; urgency=medium

  * SECURITY UPDATE: denial of service via infinite loop and disk
    consumption on minified js file
    - debian/patches/jscript-set-tag-scope.patch: set the tag's scope
      rather than including it in the tag name in jscript.c.
    - CVE-2014-7204
 -- Marc Deslauriers <email address hidden>   Tue, 07 Oct 2014 09:29:48 -0400

Upload details

Uploaded by:
Marc Deslauriers
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
editors
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main editors
Trusty security main editors

Downloads

File Size SHA-256 Checksum
exuberant-ctags_5.9~svn20110310.orig.tar.gz 485.4 KiB 7348e21502454a1331c58d5eec5c18a546395acd5628599a7a55dc77b48ffd2f
exuberant-ctags_5.9~svn20110310-7ubuntu0.1.debian.tar.gz 13.8 KiB 37618ffcc733165c4500aa0e71fc1e842b83ed1bd4606021c51afc6187343d6f
exuberant-ctags_5.9~svn20110310-7ubuntu0.1.dsc 2.1 KiB 85e5eb8b59e9f4f6abcd29ac20eebad6626dc6f54a7b69bd1cc81d2523540398

View changes file

Binary packages built by this source

exuberant-ctags: build tag file indexes of source code definitions

 ctags parses source code and produces a sort of index mapping
 the names of significant entities (e.g. functions, classes,
 variables) to the location where that entity is defined. This
 index is used by editors like vi and emacsen to allow moving to
 the definition of a user-specified entity.
 .
 Exuberant Ctags supports all possible C language constructions
 and multiple other languages such as assembler, AWK, ASP, BETA,
 Bourne/Korn/Z shell, C++, COBOL, Eiffel, Fortran, Java, Lisp,
 Lua, Makefile, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang,
 Scheme, Tcl, Verilog, Vim and YACC.