会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 1. 发明授权
    • Security mechanism for interpreting scripts in an interpretive environment
    • 在解释环境中解释脚本的安全机制
    • US07624373B2
    • 2009-11-24
    • US11096623
    • 2005-03-31
    • Bhalchandra S. PanditBruce G. PayetteJames W. Truher, IIIJeffrey P. Snover
    • Bhalchandra S. PanditBruce G. PayetteJames W. Truher, IIIJeffrey P. Snover
    • G06F9/44G06F9/45G06F11/00G06F7/04
    • G06F9/45508
    • The techniques and mechanisms described herein are directed to a scripting security mechanism that minimizes security risks associated with interpreting a script written with a scripting language. An interpreter recognizes the scripting-language syntax within the script and processes each line that is designated within a data block using a restrictive set of operations. The restrictive set of operations are a subset of the total operations available for processing. If one of the lines within the data block attempts to perform an operation that is not within the restrictive set of operations, the interpreter provides an indication, such as an exception or message explaining the illegal operation. The interpreter also recognizes a list of export variables associated with the data block and exports only the variables identified in the list to an external environment if the export variable meets a constraint identified for it, if any.
    • 本文描述的技术和机制针对脚本安全机制,其最小化与用脚本语言编写的脚本解释相关联的安全风险。 解释器识别脚本中的脚本语言语法,并使用限制性操作处理在数据块中指定的每一行。 限制性操作集合是可用于处理的总操作的子集。 如果数据块中的一条行尝试执行不在限制操作集合内的操作,则解释器提供指示,例如解释非法操作的异常或消息。 如果导出变量满足为其标识的约束(如果有的话),则解释器还会识别与数据块相关联的导出变量列表,并仅将列表中标识的变量导出到外部环境。
    • 3. 发明授权
    • Extensible security architecture for an interpretive environment
    • 用于解释环境的可扩展安全架构
    • US07631341B2
    • 2009-12-08
    • US11118971
    • 2005-04-28
    • Bhalchandra S. PanditJames W. Truher, IIIJeffrey P. Snover
    • Bhalchandra S. PanditJames W. Truher, IIIJeffrey P. Snover
    • G06F21/00
    • G06F21/54
    • The Techniques and Mechanisms Described Herein are Directed to an Extensible security architecture that provides a security mechanism for minimizing security problems within interpretive environments. The extensible security architecture comprises a script engine configured to process a script and a security manager configured to monitor the processing of the script based on a security policy. The security manager determines whether to open an assembly associated with a command within the script, whether to process the command, whether to allow certain input to the command, and the like. The security policy may be implemented by overriding one or more methods of a base security class that are called when processing the script. The input may be an object passed via an object-based pipeline.
    • 这里描述的技术和机制被定向到可扩展的安全架构,其提供用于最小化解释环境内的安全问题的安全机制。 可扩展安全架构包括被配置为处理脚本的脚本引擎和被配置为基于安全策略来监视脚本的处理的安全管理器。 安全管理器确定是否打开与脚本中的命令相关联的程序集,是否处理命令,是否允许对命令的某些输入等。 可以通过覆盖在处理脚本时调用的基本安全类的一个或多个方法来实现安全策略。 输入可以是通过基于对象的管道传递的对象。
    • 4. 发明授权
    • Mechanism for converting text output into objects
    • 将文本输出转换为对象的机制
    • US07555708B2
    • 2009-06-30
    • US10944459
    • 2004-09-17
    • Bhalchandra S. PanditBruce G. PayetteJames W. Truher, III
    • Bhalchandra S. PanditBruce G. PayetteJames W. Truher, III
    • G06F15/00G06F17/00
    • G06F17/248
    • The techniques and mechanisms described herein are directed at converting text into objects based on a template that describes the format of the text. The objects then being available for further processing. The conversion mechanism converts the text into an object having at least one method that is directly invocable and that is specific to a data type specified for the live object. The template comprises an object header indicator and a corresponding object header pattern. A new object is created whenever the object header pattern is identified within the text. In addition, the template comprises one or more field indicators each having a corresponding field pattern. The field pattern is in a format of a regular expression. A new field is created for the new object whenever a field pattern is identified within the text.
    • 本文描述的技术和机制旨在基于描述文本的格式的模板将文本转换为对象。 然后可以进行进一步处理。 转换机制将文本转换为具有至少一个方法的对象,该方法是直接可调用的,并且特定于为活动对象指定的数据类型。 模板包括对象标题指示符和相应的对象标题模式。 每当在文本中标识对象标题模式时,都会创建一个新对象。 另外,模板包括一个或多个场指示器,每个场指示器具有对应的场模式。 字段模式是正则表达式的格式。 每当在文本中标识字段模式时,将为新对象创建一个新字段。
    • 6. 发明授权
    • Mechanism for converting text output into objects
    • 将文本输出转换为对象的机制
    • US07665074B2
    • 2010-02-16
    • US10998477
    • 2004-11-29
    • Bhalchandra S. PanditBruce G. PayetteJames W. Truher
    • Bhalchandra S. PanditBruce G. PayetteJames W. Truher
    • G06F9/45
    • G06F17/248
    • The techniques and mechanisms described herein are directed at converting text into objects based on a template that describes the format of the text, where the format of the text is not in a standardized format. The objects then being available for further processing. The conversion mechanism converts the text into a dead object. The template comprises an object header indicator and a corresponding object header pattern. A new object is created based on the object header pattern identified within the text. In addition, the template comprises one or more field indicators each having a corresponding field pattern. The field pattern may be in a format of a regular expression. A field type and associated value are created from a string associated with the field pattern.
    • 本文描述的技术和机制旨在基于描述文本的格式的模板将文本转换为对象,其中文本的格式不是标准化格式。 然后可以进行进一步处理。 转换机制将文本转换为死对象。 模板包括对象标题指示符和相应的对象标题模式。 基于文本中标识的对象标题模式创建一个新对象。 另外,模板包括一个或多个场指示器,每个场指示器具有对应的场模式。 场图案可以是正则表达式的格式。 字段类型和关联值是从与字段模式相关联的字符串创建的。