{"id":27175357,"url":"https://github.com/eagleoutice/sqa-static-analysis","last_synced_at":"2026-01-22T17:08:22.062Z","repository":{"id":285338666,"uuid":"885901846","full_name":"EagleoutIce/sqa-static-analysis","owner":"EagleoutIce","description":"Slides on static analysis","archived":false,"fork":false,"pushed_at":"2026-01-06T13:25:40.000Z","size":21716,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T01:10:23.936Z","etag":null,"topics":["abstract-interpretation","controlflow-analysis","dataflow-analysis","flowr","latex","latex-beamer","lecture-slides","static-analysis","static-analyzer"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EagleoutIce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-09T17:34:03.000Z","updated_at":"2026-01-06T13:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb39993f-15dc-4e6e-8ea7-e23d56d4f3c6","html_url":"https://github.com/EagleoutIce/sqa-static-analysis","commit_stats":null,"previous_names":["eagleoutice/sqa-static-analysis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EagleoutIce/sqa-static-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EagleoutIce%2Fsqa-static-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EagleoutIce%2Fsqa-static-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EagleoutIce%2Fsqa-static-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EagleoutIce%2Fsqa-static-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EagleoutIce","download_url":"https://codeload.github.com/EagleoutIce/sqa-static-analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EagleoutIce%2Fsqa-static-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28667373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["abstract-interpretation","controlflow-analysis","dataflow-analysis","flowr","latex","latex-beamer","lecture-slides","static-analysis","static-analyzer"],"created_at":"2025-04-09T12:18:51.904Z","updated_at":"2026-01-22T17:08:22.054Z","avatar_url":"https://github.com/EagleoutIce.png","language":"TeX","readme":"# Static Analysis Techniques and Tools\n\n[![made-with-latex](https://img.shields.io/badge/Made%20with-LaTeX-1f425f.svg)](https://www.latex-project.org/) [![GPL license](https://img.shields.io/badge/License-GPL-blue.svg)](http://perso.crans.org/besson/LICENSE.html) [![build the presentation](https://github.com/EagleoutIce/sqa-static-analysis/actions/workflows/compile.yaml/badge.svg)](https://github.com/EagleoutIce/sqa-static-analysis/actions/workflows/compile.yaml)\n\nThis repository contains the source code for three lectures I created for the course \"Software Quality Assurance\" at the University of Ulm. They are designed to be the follow-up after a introduction of the general goals and techniques of static analysis.\nFeel free to leave feedback in the form of issues, pull requests, or emails.\nA summary of this course was held as a guest lecture at SE\u0026nbsp;II at the TU Braunschweig.\n\n## A Primer on Static Analysis\n\nAfter a semester with only two lectures, this is the newly added general introduction to static analysis (see [./lecture_static_analysis/](./lecture_static_analysis//)).\nSee [here](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_static_analysis/static_analysis.pdf) for the animated version and [here](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_static_analysis/static_analysis-noanim.pdf) for the handout.\n\n[![Title Page for the Static Analysis Primer Lecture](https://raw.githubusercontent.com/EagleoutIce/sqa-static-analysis/refs/heads/gh-pages/preview-sa.png)](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_static_analysis/static_analysis-noanim.pdf)\n\n## Introduction to Abstract Interpretation\n\nThis is my first take at an introductory lecture for abstract interpretation assuming no previous knowledge on the topic (see [./lecture_abstract_interpretation/](./lecture_abstract_interpretation/)).\nSee [here](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_abstract_interpretation/abstract_interpretation.pdf) for the animated version and [here](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_abstract_interpretation/abstract_interpretation-noanim.pdf) for the handout.\n\n[![Title Page for the Abstract Interpretation Lecture](https://raw.githubusercontent.com/EagleoutIce/sqa-static-analysis/refs/heads/gh-pages/preview-abstract.png)](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_abstract_interpretation/abstract_interpretation-noanim.pdf)\n\n## Introduction to Static Analysis Tools\n\nThis lecture focuses on how such techniques can be applied in practice, including with my own tool [flowR](https://github.com/flowr-analysis/flowr) which is a static analyzer for R code (see [./lecture_static_analyzers/](./lecture_static_analyzers/)).\nSee [here](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_static_analyzers/real_world_sa.pdf) for the animated version and [here](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_static_analyzers/real_world_sa-noanim.pdf) for the handout.\n\n[![Title Page for the Static Analyzer Lecture](https://raw.githubusercontent.com/EagleoutIce/sqa-static-analysis/refs/heads/gh-pages/preview-static.png)](https://github.com/EagleoutIce/sqa-static-analysis/blob/gh-pages/lecture_static_analyzers/real_world_sa-noanim.pdf)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagleoutice%2Fsqa-static-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feagleoutice%2Fsqa-static-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feagleoutice%2Fsqa-static-analysis/lists"}