Skip to content

Commit

Permalink
Merge branch 'main' into feature/automated-graph-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA authored Jan 31, 2024
2 parents 138abd5 + bf0da95 commit e08c4bb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ Before accepting external contributions, you need to sign our [CLA](https://cla-

## Further reading

You can find a complete list of papers [here](https://fraunhofer-aisec.github.io/cpg/#publications)

A quick write-up of our CPG has been published on arXiv:

[1] Konrad Weiss, Christian Banse. A Language-Independent Analysis Platform for Source Code. https://arxiv.org/abs/2203.08424
Expand All @@ -205,6 +207,11 @@ An initial publication on the concept of using code property graphs for static a

[5] https://github.com/ShiftLeftSecurity/joern/

Additional extensions of the CPG into the field of Cloud security:
Additional extensions of the CPG to support further use-cases:

[6] Christian Banse, Immanuel Kunz, Angelika Schneider and Konrad Weiss. Cloud Property Graph: Connecting Cloud Security Assessments with Static Code Analysis. IEEE CLOUD 2021. https://doi.org/10.1109/CLOUD53861.2021.00014

[7] Alexander Küchler, Christian Banse. Representing LLVM-IR in a Code Property Graph. 25th Information Security Conference (ISC). Bali, Indonesia. 2022

[8] Maximilian Kaul, Alexander Küchler, Christian Banse. A Uniform Representation of Classical and Quantum Source Code for Static Code Analysis. IEEE International Conference on Quantum Computing and Engineering (QCE). Bellevue, WA, USA. 2023

26 changes: 25 additions & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,38 @@ collaborate and push the boundaries of static code analysis.

<div class="papers">

<div class="admonition paper">
<p class="admonition-title">A Uniform Representation of Classical and Quantum Source Code for Static Code Analysis</p>
<div class="left">
<p class="authors">Maximilian Kaul, Alexander Küchler, Christian Banse</p>
<p class="conference">In: IEEE International Conference on Quantum Computing and Engineering (QCE). Bellevue, WA, USA.</p>
<details><summary>bibtex</summary>
<pre><code>@inproceedings{kaul2023qcpg,
author={Maximilian Kaul and Alexander K\"uchler and Christian Banse},
title={A Uniform Representation of Classical and Quantum Source Code for Static Code Analysis},
year={2023},
booktitle={2023 IEEE International Conference on Quantum Computing and Engineering},
series={QCE '23},
doi={10.1109/QCE57702.2023.00115},
location={Bellevue, WA, USA},
publisher={IEEE}
}</code></pre>
</details>
</div>
<div class="right">
<a class="green-button" href="https://arxiv.org/pdf/2308.06113.pdf">preprint</a><br />
<a class="green-button" href="https://doi.org/10.1109/QCE57702.2023.00115">paper</a>
</div>
</div>

<div class="admonition paper">
<p class="admonition-title">AbsIntIO: Towards Showing the Absence of Integer Overflows in Binaries using Abstract Interpretation</p>
<div class="left">
<p class="authors">Alexander Küchler, Leon Wenning, Florian Wendland</p>
<p class="conference">In: ACM ASIA Conference on Computer and Communications Security (Asia CCS). Melbourne, VIC, Australia.</p>
<details><summary>bibtex</summary>
<pre><code>@inproceedings{kuechler2023absintio,
author={Alexander K\"uchler and Leon Wenning, and Florian Wendland},
author={Alexander K\"uchler and Leon Wenning and Florian Wendland},
title={AbsIntIO: Towards Showing the Absence of Integer Overflows in Binaries using Abstract Interpretation},
year={2023},
booktitle={ACM ASIA Conference on Computer and Communications Security},
Expand Down

0 comments on commit e08c4bb

Please sign in to comment.