[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Add node-jzip-utils for detection of embeded javascript



Title: GitLab

Bastien Roucariès pushed to branch master at lintian / lintian

Commits:

  • 9dbbba44
    by Bastien Roucariès at 2023-07-29T23:44:35+00:00
    Add node-jzip-utils for detection of embeded _javascript_
    

1 changed file:

Changes:

  • lib/Lintian/Check/Languages/_javascript_/Embedded.pm
    ... ... @@ -96,7 +96,9 @@ qr{(?i)/mootools(?:(?:\.v|-)[\d\.]+)?(?:-(?:(?:core(?:-server)?)|more)(?:-(?:yc|
    96 96
         'tinymce'                      => qr{(?i)/tiny_mce(?:_(?:popup|src))?}
    
    97 97
           . $JS_EXT,
    
    98 98
         'libjs-lodash'                 => qr{(?i)lodash} . $JS_EXT,
    
    99
    -    'node-pako'                    => qr{(?i)pako(?:_(:?de|in)flate(?:.es\d+)?)(?:-[\d\.]+)?}
    
    99
    +    'node-pako'                    =>
    
    100
    +      qr{(?i)pako(?:_(:?de|in)flate(?:.es\d+)?)(?:-[\d\.]+)?}. $JS_EXT,
    
    101
    +    'node-jszip-utils'             => qr{(?i)jszip-utils(?:-ie)?(?:-[\d\.]+)?}
    
    100 102
           . $JS_EXT,
    
    101 103
     # not yet available in unstable
    
    102 104
     # 'xinha'                      => qr{(?i)/(htmlarea|Xinha(Loader|Core))} . $JS_EXT,
    


  • Reply to: