CCE&D: A Configuration Failure Prevention Method for Autonomous Driving Systems | SpringerLink
Skip to main content

CCE&D: A Configuration Failure Prevention Method for Autonomous Driving Systems

  • Conference paper
  • First Online:
Information Security and Privacy (ACISP 2024)

Part of the book series: Lecture Notes in Computer Science ((LNCS,volume 14897))

Included in the following conference series:

  • 500 Accesses

Abstract

The correct setting of software configuration items is essential for improving software stability and ensuring safe, reliable operation. By contrast, potential configuration errors can have serious negative effects on software operation and even cause catastrophic consequences. Compared to traditional software, autonomous driving systems involve large amounts of data acquisition, processing, and real-time decision-making, and thus have a higher degree of configurability, making them more susceptible to safety issues from configuration errors. Most previous work on configuration failure diagnosis for autonomous driving systems focused on passive diagnosis after failure occurrence, making it difficult to detect potential untriggered configuration failures during system operation. In this paper, we propose CCE&D, which automatically infers configuration constraints from source code, detect configuration failures prior to configuration-specific deployment, preventing their occurrence in autopilot systems. Experimental results show the constraint rules covers 75% of the platform’s total configuration item constraints with 98.9% accuracy. Meanwhile, the accuracy of configuration error detection reaches 96.39%, and the purpose of configuration fault prevention is achieved.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Subscribe and save

Springer+ Basic
¥17,985 /Month
  • Get 10 units per month
  • Download Article/Chapter or eBook
  • 1 Unit = 1 Article or 1 Chapter
  • Cancel anytime
Subscribe now

Buy Now

Chapter
JPY 3498
Price includes VAT (Japan)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
JPY 17159
Price includes VAT (Japan)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
JPY 21449
Price includes VAT (Japan)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Similar content being viewed by others

References

  1. Coicheci, S., Filip, I.: Self-driving vehicles: current status of development and technical challenges to overcome. In: 2020 IEEE 14th International Symposium on Applied Computational Intelligence and Informatics (SACI), pp. 000255–000260. IEEE, Timisoara, Romania (2020)

    Google Scholar 

  2. Garcia, J., Feng, Y., Shen, J., et al.: A comprehensive study of autonomous vehicle bugs. In: Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering (ICSE ‘20), pp. 385–396. Association for Computing Machinery, New York, NY, USA (2020)

    Google Scholar 

  3. Zhang, S., Ernst, M.D.: Automated diagnosis of software configuration errors. In: 35th International Conference on Software Engineering (ICSE), pp. 312–321. IEEE, San Francisco, CA, USA (2013)

    Google Scholar 

  4. Xu, T., Zhou, Y.: Systems approaches to tackling configuration errors: a survey. ACM Comput. Surv. 47(4), 1–41 (2015)

    Article  MathSciNet  Google Scholar 

  5. Tian, Y., Ray, B.: Automatically diagnosing and repairing error handling bugs in c. In: Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering (ESEC/FSE 2017), pp. 752–762. Association for Computing Machinery, New York, NY, USA (2017)

    Google Scholar 

  6. Wang, C., Ko, R., Zhang, Y., et al.: Taintmini: detecting flow of sensitive data in mini-programs with static taint analysis. In: 2023 IEEE/ACM 45th International Conference on Software Engineering (ICSE), pp. 932–944. IEEE, Melbourne, Australia (2023)

    Google Scholar 

  7. Autoware Homepage. https://autoware.org/. Accessed 26 Dec 2023

  8. Xu, T., Zhang, J., Huang, P., et al.: Do not blame users for misconfigurations. In: Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles, pp. 244–259. Association for Computing Machinery, New York, NY, USA (2013)

    Google Scholar 

  9. Zhou, S., Liu, X., Li, S., et al.: ConfMapper: automated variable finding for configuration items in source code. In: 2016 IEEE International Conference on Software Quality, Reliability and Security Companion (QRS-C), pp. 228–235. IEEE, Vienna, Austria (2016)

    Google Scholar 

  10. Nadi, S., Berger, T., Kastner, C., et al.: Mining configuration constraints: static analyses and empirical results. In: Proceedings of the 36th International Conference on Software Engineering (ICSE 2014), Association for Computing Machinery, New York, NY, USA, pp. 140–151. (2014)

    Google Scholar 

  11. Zhou, S., Liu, X., Li, S., et al.: ConfinLog: leveraging Software Logs to Infer Configuration Constraints. In: 2021 IEEE/ACM 29th International Conference on Program Comprehension (ICPC), pp. 94–105. IEEE, Madrid, Spain (2021)

    Google Scholar 

  12. Chen, Q., Wang, T., Legunsen, O., et al.: Understanding and discovering software configuration dependencies in cloud and datacenter systems. In: Proceedings of the 28th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering, pp. 362–374. Association for Computing Machinery, New York, NY, USA (2020)

    Google Scholar 

  13. Dawei, W., Ying, L., et al.: CarpetFuzz: automatic program option constraint extraction from documentation for fuzzing. In: 32nd USENIX Security Symposium (USENIX Security 23), pp. 1919–1936. USENIX Association, Anaheim, CA (2023)

    Google Scholar 

  14. Haochen, H., Zhouyang, J., Shanshan, L., et al.: CP-detector: using configuration-related performance properties to expose performance bugs. In: Proceedings of the 35th IEEE/ACM International Conference on Automated Software Engineering (ASE ‘20), pp. 623–634. Association for Computing Machinery, New York, NY, USA (2020)

    Google Scholar 

  15. Timperley, C.S., Durschmid, T., Schmerl, B., et al.: ROSDiscover: statically detecting run-time architecture misconfigurations in robotics systems. In: 2022 IEEE 19th International Conference on Software Architecture (ICSA), pp. 112–123. IEEE, Honolulu, HI, USA (2022)

    Google Scholar 

  16. Sun, X., Cheng, R., Chen, J., et al.: Testing configuration changes in context to prevent production failures. In: 14th USENIX Symposium on Operating Systems Design and Implementation (OSDI 20), pp. 735–751. USENIX Association (2020)

    Google Scholar 

  17. Cheng, R., Zhang, L., Marinov, D., et al.: Test-case prioritization for configuration testing. In: Proceedings of the 30th ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2021), pp. 452–465. Association for Computing Machinery, New York, NY, USA (2021)

    Google Scholar 

  18. Dong, Z., Andrzejak, A., et al.: ORPLocator: identifying read points of configuration options via static analysis. In: 2016 IEEE 27th International Symposium on Software Reliability Engineering (ISSRE), pp. 185–195. IEEE, Ottawa, ON, Canada (2016)

    Google Scholar 

  19. srcML Homepage. http://www.srcml.org/. Accessed 26 Dec 2023

  20. Wang, L., Zhouyang, J., Shanshan, L., et al.: Challenges and opportunities: an in-depth empirical study on configuration error injection testing. In: Proceedings of the 30th ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2021), pp. 478–490. Association for computing Machinery, New York, NY, USA (2021)

    Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Xiao Yu .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2024 The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.

About this paper

Check for updates. Verify currency and authenticity via CrossMark

Cite this paper

Zhang, Y., Yu, X., Liu, J., Zhang, L., Li, Y., Tan, Y. (2024). CCE&D: A Configuration Failure Prevention Method for Autonomous Driving Systems. In: Zhu, T., Li, Y. (eds) Information Security and Privacy. ACISP 2024. Lecture Notes in Computer Science, vol 14897. Springer, Singapore. https://doi.org/10.1007/978-981-97-5101-3_16

Download citation

  • DOI: https://doi.org/10.1007/978-981-97-5101-3_16

  • Published:

  • Publisher Name: Springer, Singapore

  • Print ISBN: 978-981-97-5100-6

  • Online ISBN: 978-981-97-5101-3

  • eBook Packages: Computer ScienceComputer Science (R0)

Publish with us

Policies and ethics