Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As above, check the Sink Data to set the appropriate value. That’s the value you must indicate in “kind” attribute.

 

Reference

...

Any Custom

...

Neutralizacion File (CNF)

...

 

...

 must be an XML file with the following structure:

  1. Reference to

...

  1. DTD
  2. Definition of the custom

...

  1. Library of Neutralization routines
  2. List of custom Neutralization routines

Next sections describe this structure.


Reference to master DTD fileReference to

You can find the master DTD must be specified in the 1st linespecification in the [agent_home_dir]/lib.engine/analyzer.jar/resources/library_metadata.xsd file.

Next table shows specific content depending on the technologyfor some technologies:

javascriptjs_metadatajavascriptphpphpphppythonpythonpython

Tech

DTD specification

DTD location

abap

<!DOCTYPE library SYSTEM "abap_library.dtd">

[agent_home_dir]/libraries/abap

c / cpp

<!DOCTYPE library SYSTEM "cpp_library.dtd">

[agent_home_dir]/libraries/c

csharpjavascript

<!DOCTYPE library SYSTEM "js_library_metadata.dtd">

 

[agent_home_dir]/libraries/javascript

phpjava

<!DOCTYPE library SYSTEM "php_library_metadata.dtd">

 

[agent_home_dir]/libraries/php

pl-sql<!DOCTYPE library SYSTEM "plsql_library.dtd">[agent_home_dir]/libraries/plsql

objectivecpython

<!DOCTYPE library SYSTEM "python_library_metadata.dtd">

 

[agent_home_dir]/libraries/python

scala<!DOCTYPE library SYSTEM "scala_library_metadata.dtd">[agent_home_dir]/libraries/scala
swift<!DOCTYPE library SYSTEM "swift_library_metadata.dtd">[agent_home_dir]/libraries/swift
transact-sql<!DOCTYPE library SYSTEM "tsql_library.dtd">[agent_home_dir]/libraries/transactsql
Warning
titleBe careful

For reference purposes only, you can check KiuwanLocalAnalyzer predefined library definitions in [agent_home_dir]/libraries/{tech}

Never save custom libraries files or edit existing files in [agent_home_dir]/libraries/{tech}, because this folder is going to be removed when the engine is updated.