--- parser3/src/include/pa_string.h 2001/09/11 09:20:57 1.102 +++ parser3/src/include/pa_string.h 2001/10/11 10:21:44 1.106 @@ -2,10 +2,9 @@ Parser: string class decl. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) - $Id: pa_string.h,v 1.102 2001/09/11 09:20:57 parser Exp $ + $Id: pa_string.h,v 1.106 2001/10/11 10:21:44 parser Exp $ */ #ifndef PA_STRING_H @@ -87,7 +86,9 @@ public: CR_GROW_COUNT=2 ///< each time the String chunk_is_full() string expanded() }; - /// piece is tainted or not. the language to use when detaint + /** piece is tainted or not. the language to use when detaint + remember to change String_Untaint_lang_name @ untaint.C along + */ enum Untaint_lang { UL_UNSPECIFIED=0, ///< zero value handy for hash lookup @see untaint_lang_name2enum UL_CLEAN, ///< clean @@ -99,7 +100,7 @@ public: just a flag, that value not stored */ UL_AS_IS, ///< leave all characters intact - UL_FILE_NAME, ///< filename + UL_FILE_SPEC, ///< file specification UL_HTTP_HEADER, ///< text in HTTP response header UL_MAIL_HEADER, ///< text in mail header UL_URI, ///< text in uri