Skip to content

arranstewart-dev/is593-2022-spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IS593: Advanced Software Security

Logistics

Course Description

The main theme of this course is "the relationship between specification and program" for safe and reliable software. This course will cover two topics under the theme:

  1. program verification: how to automatically prove whether a given program satisfies the specification,
  2. program synthesis: how to automatically generate a program that satisfies the specification.

Students will learn theories and practices of program verification and synthesis through lectures, assignments, and term projects. This course will be highly interactive and involve a significant amount of academic communication including reading, writing, and presentations.

Grading

  • Assignments: 20%
  • Midterm project: 30%
  • Final project: 40%
  • Participation: 10%

Textbook

Homework

This course includes programming assignments through which students will learn how to design and implement program synthesizer and program verifier. Students will use a few tools which are described here.

All submissions will be managed using Github. For each assignment, a unique invitation URL for Github Classroom will be posted in the issue board. Once you accept the invitation, a private repository for your assignment will be created. You can push as many commits as you want before the deadline. We will grade the final commit of your master branch.

The late homework policy is as follows:

  • 80% credit for one day late
  • 50% credit for two days late
  • NO credit given after two days late

Presentation

  • Each student is required to give 4 presentations (midterm project, final project proposal, final project result, and paper presentation).
  • Each student is required to give at least 1 question for each student presentation.

Projects

  • Midterm project: each student will design and implement an advanced program synthesizer.
    • Presentation: students will present their own idea to advance a naive program synthesizer.
  • Final project: each student will define and solve your own problem related to program synthesis or program verification.
    • Proposal writing: students will submit their project proposal that will be reviewed by other students, TAs, and instructors.
    • Proposal presentation: students will present their plans for the project and rebut criticism from reviewers.
    • Final presentation: students will present their results.

Academic Integrity Violation

Students who violate academic integrity will get F. See the KAIST CS honor code.

Schedule

Week Topics Reading Homework
0 Functional Programming in OCaml
1 Introduction HW0: OCaml Programming
Introduction to Program Synthesis PS Ch1-2, IPS Lec1 HW1: Reading Critique
2 Inductive Synthesis and Enumerative Search PS Ch4.1, IPS Lec2-4
Search Space Pruning
3 Search Space Prioritization HW2: Reading Critique
Representation-based Search HW3: Program Synthesizer
4 Program Synthesis and Verification
Introduction to Program Verification
Propositional Logic COC Ch1
5 First-order Logic COC Ch2
First-order Theory COC Ch3
6 Hoare Logic COC Ch5 HW4: Reading Critique
7 Automatic Verification using Contrained Horn Clauses HW5: Program Verifier
Midterm Project Presentation (1)
8 Midterm Project Presentation (2)
No class (midterm week)
9 Midterm Project Presentation (3)
Midterm Project Presentation (4) HW6: Final Project Proposal
10 Proposal Review & Discussion
No class (Children's day)
11 No class (ICSE)
Paper Presentation (1)
12 Paper Presentation (2)
No class (Graduate admission)
13 Paper Presentation (3)
Paper Presentation (4)
14 Final Project Presentation (1)
Final Project Presentation (2) HW7: Reading Critique
15 Final Project Presentation (3)
Final Project Presentation (4)
16 Final Project Presentation (5)

Papers

Program Synthesis

Program Verification

Articles

Acknowlegement

A large part of the slides is based on the lecture notes of similar courses by

About

clone of is593-2022-spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.6%
  • Dockerfile 8.4%