会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • Administrative tool environment
    • 行政工具环境
    • US08230405B2
    • 2012-07-24
    • US11678555
    • 2007-02-23
    • Jeffrey P. SnoverDaryl W. WrayJames W. Truher, IIIBruce G. Payette
    • Jeffrey P. SnoverDaryl W. WrayJames W. Truher, IIIBruce G. Payette
    • G06F9/45
    • G06F9/544G06F9/445G06F9/45512
    • In an administrative tool environment, user input is supplied to an administrative tool framework for processing. The administrative tool framework maps user input to cmdlet objects. The cmdlet objects describe a grammar for parsing the user input and input objects to obtain expected input parameters. The input objects are emitted by one cmdlet and are available as input to another cmdlet. The input objects may be any precisely parseable input, such as .NET objects, plain strings, XML documents, and the like. The input objects are not live objects. The cmdlets may operate within the same process. Alternatively, one cmdlet may operate locally while another cmdlet operates remotely. The cmdlets may be provided by the administrative tool framework or may be provided by third party developers. The user input may be supplied to the framework via a host cmdlet.
    • 在管理工具环境中,将用户输入提供给管理工具框架进行处理。 管理工具框架将用户输入映射到cmdlet对象。 cmdlet对象描述用于解析用户输入和输入对象以获取预期输入参数的语法。 输入对象由一个cmdlet发出,可作为另一个cmdlet的输入使用。 输入对象可以是任何精确可解析的输入,例如.NET对象,纯字符串,XML文档等。 输入对象不是活动对象。 该cmdlet可以在相同的过程中操作。 或者,一个cmdlet可以在本地操作,而另一个cmdlet远程操作。 cmdlet可以由管理工具框架提供,或者可以由第三方开发者提供。 用户输入可以通过主机cmdlet提供给框架。
    • 4. 发明授权
    • 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.
    • 这里描述的技术和机制被定向到可扩展的安全架构,其提供用于最小化解释环境内的安全问题的安全机制。 可扩展安全架构包括被配置为处理脚本的脚本引擎和被配置为基于安全策略来监视脚本的处理的安全管理器。 安全管理器确定是否打开与脚本中的命令相关联的程序集,是否处理命令,是否允许对命令的某些输入等。 可以通过覆盖在处理脚本时调用的基本安全类的一个或多个方法来实现安全策略。 输入可以是通过基于对象的管道传递的对象。
    • 5. 发明授权
    • Mechanism for providing extended functionality to command line instructions
    • 为命令行指令提供扩展功能的机制
    • US07640540B2
    • 2009-12-29
    • US10693409
    • 2003-10-24
    • Jeffrey P. SnoverJames W. Truher, III
    • Jeffrey P. SnoverJames W. Truher, III
    • G06F9/44
    • G06F21/53G06F21/629G06F2221/2105G06F2221/2149
    • The present mechanism allows commands entered on a command line in a command line operating environment the ability to execute in a first execution mode or an alternate execution mode. The command is executed in the alternate execution mode if the command includes an instruction to execute in the alternate execution mode. The alternate execution mode is provided by the operating environment and provides extended functionality to the command. The alternate execution mode may visually display results of executing the command, visually display simulated results of executing the command, prompt for verification before executing the command, may perform a security check to determine whether a user requesting the execution has sufficient privileges to execute the command, and the like.
    • 本机制允许在命令行操作环境中在命令行上输入的命令以第一执行模式或替代执行模式执行的能力。 如果命令包括在交替执行模式下执行的指令,则在备用执行模式下执行命令。 替代执行模式由操作环境提供,并为命令提供扩展功能。 替代执行模式可以可视地显示执行命令的结果,可视地显示执行命令的模拟结果,在执行命令之前提示验证,可以执行安全检查,以确定请求执行的用户是否具有执行命令的足够权限 ,等等。
    • 7. 发明授权
    • 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.
    • 本文描述的技术和机制针对脚本安全机制,其最小化与用脚本语言编写的脚本解释相关联的安全风险。 解释器识别脚本中的脚本语言语法,并使用限制性操作处理在数据块中指定的每一行。 限制性操作集合是可用于处理的总操作的子集。 如果数据块中的一条行尝试执行不在限制操作集合内的操作,则解释器提供指示,例如解释非法操作的异常或消息。 如果导出变量满足为其标识的约束(如果有的话),则解释器还会识别与数据块相关联的导出变量列表,并仅将列表中标识的变量导出到外部环境。
    • 8. 发明授权
    • Mechanism for handling input parameters
    • 处理输入参数的机制
    • US07536696B2
    • 2009-05-19
    • US10693392
    • 2003-10-24
    • Jeffrey P. SnoverJames W. Truher, III
    • Jeffrey P. SnoverJames W. Truher, III
    • G06F3/00G06F9/44G06F9/46G06F13/00
    • G06F9/45512G06F9/445
    • The present mechanism provides a grammar for specifying required prerequisites (e.g., number and type of input parameters) that an object must possess in order for processing to occur on the object. The mechanism allows programmers and non-programmers to easily specify these prerequisites. The prerequisites may be associated directly or indirectly with a data structure. For a direct specification, the data structure comprises a parameter declaration for each expected input parameter. For an indirect specification, the data structure comprises a parameter definition that references an external description, such as in an XML document. The data structure also providing a mechanism that identifies a corresponding parameter within an input source for each expected input parameter based on its declaration. The mechanism further populates each expected input parameter with information associated with the corresponding parameter when the data structure becomes instantiated into an object. The mechanism may be provided by a runtime environment.
    • 本机制提供用于指定对象必须拥有的必需先决条件(例如,输入参数的数量和类型)以便处理在对象上发生的语法。 该机制允许程序员和非程序员轻松地指定这些先决条件。 前提条件可以直接或间接地与数据结构相关联。 对于直接规范,数据结构包括每个预期输入参数的参数声明。 对于间接规范,数据结构包括引用外部描述的参数定义,例如在XML文档中。 数据结构还提供了一种机制,其基于其声明为每个预期输入参数识别输入源内的对应参数。 当数据结构被实例化成对象时,该机制进一步填充每个期望的输入参数,其中与相应参数相关联的信息。 该机制可以由运行时环境提供。
    • 10. 发明授权
    • 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.
    • 本文描述的技术和机制旨在基于描述文本的格式的模板将文本转换为对象。 然后可以进行进一步处理。 转换机制将文本转换为具有至少一个方法的对象,该方法是直接可调用的,并且特定于为活动对象指定的数据类型。 模板包括对象标题指示符和相应的对象标题模式。 每当在文本中标识对象标题模式时,都会创建一个新对象。 另外,模板包括一个或多个场指示器,每个场指示器具有对应的场模式。 字段模式是正则表达式的格式。 每当在文本中标识字段模式时,将为新对象创建一个新字段。