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

Changelog

exuberant-ctags (1:5.9~svn20110310-3ubuntu0.1) precise-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:33:12 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main editors
Precise 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-3ubuntu0.1.debian.tar.gz 12.0 KiB 17a53ec9f89cb12ca05c7f4c84d07d7a239de3af7d658ad3186e4192c5025290
exuberant-ctags_5.9~svn20110310-3ubuntu0.1.dsc 1.9 KiB b1316e8ab3dfa99c4d7c5503c247835808d685faaf69127a15bde043aedd1d0b

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.