Collaborative Research: FMitF: Track II: Cross-Language Support for Runtime Verification

合作研究:FMitF:轨道 II:运行时验证的跨语言支持

基本信息

  • 批准号:
    2319473
  • 负责人:
  • 金额:
    $ 5万
  • 依托单位:
  • 依托单位国家:
    美国
  • 项目类别:
    Standard Grant
  • 财政年份:
    2023
  • 资助国家:
    美国
  • 起止时间:
    2023-09-01 至 2025-02-28
  • 项目状态:
    未结题

项目摘要

Runtime verification (RV) can help find bugs early, before the software is deployed. RV monitors program executions against formal behavioral specifications and generates violations if those executions do not satisfy the specifications. Prior RV research found hundreds of bugs in scores of open-source projects. But that prior research used tooling that only targets the Java programming language and checks specifications written in a domain-specific language that is hard for new RV users to learn. This project’s impact is to make RV more widely used for bug finding among developers by creating RV tool support for other programming languages and simpler specification formats. The project’s novelty is that it targets commonly-used languages and formats to lower the language barriers to entry for developers who are new to RV, and makes it easier for them to write specifications. The investigators will train undergraduate students to participate in developing OpenMOP, create modules on OpenMOP in their software engineering classes, and evaluate OpenMOP usage when deploying it to find bugs during software development.This project proposes OpenMOP to address infrastructure gaps that today make it hard to use RV to find bugs. OpenMOP is an RV infrastructure that builds on and reuses parts of JavaMOP -- an RV tool for Java that has been in development since 2002. OpenMOP provides two new features. First, it enables developers to describe program events and properties in formats that they are already familiar with. For example, in one proposed format, developers can define the program events needed to specify program behavior at a small set of program locations, similar to adding breakpoints for debugging. Second, OpenMOP adopts a language-agnostic client-server architecture to enable the rapid creation of efficient RV tools for different programming languages.This award reflects NSF's statutory mission and has been deemed worthy of support through evaluation using the Foundation's intellectual merit and broader impacts review criteria.
运行时验证 (RV) 可以帮助在部署软件之前尽早发现错误,RV 会根据正式的行为规范监控程序执行情况,如果这些执行不满足规范,则会产生违规行为。 RV 研究发现了数十个开源代码中的数百个错误。但之前的研究使用的工具仅针对 Java 编程语言,并检查用特定于领域的语言编写的规范,而这对新 RV 用户来说很难学习。该项目的影响是使开发人员更广泛地使用 RV 来查找错误。通过为其他人创建 RV 工具支持该项目的新颖之处在于它针对常用的语言和格式,以降低 RV 新手的入门语言障碍,并使他们更容易编写规范。研究人员将培训本科生参与 OpenMOP,在软件工程课程中创建 OpenMOP 模块,并在部署 OpenMOP 时评估 OpenMOP 的使用情况,以发现软件开发过程中的错误。该项目建议 OpenMOP 来解决基础设施的缺陷,这些缺陷如今使得开发变得难以使用房车寻找bug。 OpenMOP 是一个 RV 基础设施,它构建并重用了 JavaMOP(自 2002 年以来一直在开发的 Java RV 工具)的部分内容。OpenMOP 提供了两个新功能:首先,它使开发人员能够以其本身的格式描述程序事件和属性。例如,在一种建议的格式中,开发人员可以定义在一小部分程序位置指定程序行为所需的程序事件,类似于添加断点进行调试。 其次,OpenMOP 采用与语言无关的方式。客户端-服务器架构,能够为不同的编程语言快速创建高效的 RV 工具。该奖项反映了 NSF 的法定使命,并通过使用基金会的智力价值和更广泛的影响审查标准进行评估,被认为值得支持。

项目成果

期刊论文数量(0)
专著数量(0)
科研奖励数量(0)
会议论文数量(0)
专利数量(0)

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

数据更新时间:{{ journalArticles.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ monograph.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ sciAawards.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ conferencePapers.updateTime }}

{{ item.title }}
  • 作者:
    {{ item.author }}

数据更新时间:{{ patent.updateTime }}

Owolabi Legunsen其他文献

This paper is included in the Proceedings of the 14th USENIX Symposium on Operating Systems Design and Implementation
本文收录于第 14 届 USENIX 操作系统设计与实现研讨会论文集
  • DOI:
  • 发表时间:
    1970-01-01
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Shaohong Li;Xi Wang;Faria Kalim;Xiao Zhang;Xiao Zhang;S. Jyothi;Karan Grover;Karan Grover;Vasileios Kontorinis;Nina Narodytska;Nina Narodytska;Owolabi Legunsen;S. Kodakara;S. Kodakara;L. Ryzhyk;Tianyin Xu;Tianyin Xu;David Lo;Sahan Gamage;Pu Zhao;Parthasarathy Ranganathan;Tarun Ramani;Pranshu Jain;Minlan Yu;Michael Gasch;Xukun Li;Xukun Li;N;ita Dukkipati;ita;Qingwei Lin;Yifan Xiong;P. Ch;ra;ra;Bin Wang;Bin Wang;Murali Chintalapati;A. Vahdat;I. Stoica;Maxim Khutornenko;Sachin Kulkarni;Marcin Pawłowski;Tuomas Pelkonen;André Rodrigues;Rounak Tibrewal;Vaishnavi Venkatesan;Peter Zhang
  • 通讯作者:
    Peter Zhang
NonDex: a tool for detecting and debugging wrong assumptions on Java API specifications
NonDex:用于检测和调试 Java API 规范错误假设的工具
  • DOI:
  • 发表时间:
    2016
  • 期刊:
  • 影响因子:
    0
  • 作者:
    A. Gyori;B. Lambeth;A. Shi;Owolabi Legunsen;D. Marinov
  • 通讯作者:
    D. Marinov
Inline Tests
在线测试
pytest-inline: An Inline Testing Tool for Python
pytest-inline:Python 内联测试工具
  • DOI:
  • 发表时间:
    2023-05
  • 期刊:
  • 影响因子:
    0
  • 作者:
    Yu Liu;Zachary Thurston;Alan Han;Pengyu Nie;Milos Gligoric;Owolabi Legunsen
  • 通讯作者:
    Owolabi Legunsen
Understanding and discovering software configuration dependencies in cloud and datacenter systems
了解和发现云和数据中心系统中的软件配置依赖性

Owolabi Legunsen的其他文献

{{ item.title }}
{{ item.translation_title }}
  • DOI:
    {{ item.doi }}
  • 发表时间:
    {{ item.publish_year }}
  • 期刊:
  • 影响因子:
    {{ item.factor }}
  • 作者:
    {{ item.authors }}
  • 通讯作者:
    {{ item.author }}

{{ truncateString('Owolabi Legunsen', 18)}}的其他基金

CAREER: Specializing Runtime Verification for Software Testing
职业:专门从事软件测试的运行时验证
  • 批准号:
    2045596
  • 财政年份:
    2021
  • 资助金额:
    $ 5万
  • 项目类别:
    Continuing Grant
FMitF: Track II: eMOP: A Tool for Evolution-Aware Runtime Verification
FMITF:轨道 II:eMOP:进化感知运行时验证工具
  • 批准号:
    2019277
  • 财政年份:
    2020
  • 资助金额:
    $ 5万
  • 项目类别:
    Standard Grant

相似国自然基金

基于肿瘤病理图片的靶向药物敏感生物标志物识别及统计算法的研究
  • 批准号:
    82304250
  • 批准年份:
    2023
  • 资助金额:
    30 万元
  • 项目类别:
    青年科学基金项目
肠道普拉梭菌代谢物丁酸抑制心室肌铁死亡改善老龄性心功能不全的机制研究
  • 批准号:
    82300430
  • 批准年份:
    2023
  • 资助金额:
    30 万元
  • 项目类别:
    青年科学基金项目
社会网络关系对公司现金持有决策影响——基于共御风险的作用机制研究
  • 批准号:
    72302067
  • 批准年份:
    2023
  • 资助金额:
    30 万元
  • 项目类别:
    青年科学基金项目
面向图像目标检测的新型弱监督学习方法研究
  • 批准号:
    62371157
  • 批准年份:
    2023
  • 资助金额:
    50 万元
  • 项目类别:
    面上项目
面向开放域对话系统信息获取的准确性研究
  • 批准号:
    62376067
  • 批准年份:
    2023
  • 资助金额:
    51 万元
  • 项目类别:
    面上项目

相似海外基金

Collaborative Research: FMitF: Track I: Simplifying End-to-End Verification of High-Performance Distributed Systems
合作研究:FMitF:第一轨:简化高性能分布式系统的端到端验证
  • 批准号:
    2318954
  • 财政年份:
    2023
  • 资助金额:
    $ 5万
  • 项目类别:
    Standard Grant
Collaborative Research: FMitF: Track I: Automating and Synthesizing Parallel Zero-Knowledge Protocols
合作研究:FMitF:第一轨:自动化和综合并行零知识协议
  • 批准号:
    2318975
  • 财政年份:
    2023
  • 资助金额:
    $ 5万
  • 项目类别:
    Standard Grant
Collaborative Research: FMitF: Track I: Knitting Semantics
合作研究:FMitF:第一轨:针织语义
  • 批准号:
    2319182
  • 财政年份:
    2023
  • 资助金额:
    $ 5万
  • 项目类别:
    Standard Grant
Collaborative Research: FMitF: Track I: Towards Verified Robustness and Safety in Power System-Informed Neural Networks
合作研究:FMitF:第一轨:实现电力系统通知神经网络的鲁棒性和安全性验证
  • 批准号:
    2319242
  • 财政年份:
    2023
  • 资助金额:
    $ 5万
  • 项目类别:
    Standard Grant
Collaborative Research: FMitF: Track I: Synthesis and Verification of In-Memory Computing Systems using Formal Methods
合作研究:FMitF:第一轨:使用形式方法合成和验证内存计算系统
  • 批准号:
    2319400
  • 财政年份:
    2023
  • 资助金额:
    $ 5万
  • 项目类别:
    Standard Grant
{{ showInfoDetail.title }}

作者:{{ showInfoDetail.author }}

知道了