Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swen90006-a2-2019
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Toby Murray
swen90006-a2-2019
Commits
e9f2decf
Commit
e9f2decf
authored
5 years ago
by
Toby Murray
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into tourney_patches
parents
395cb44c
d0486825
No related branches found
No related tags found
No related merge requests found
Pipeline
#6808
failed
5 years ago
Stage: check_elig
Stage: validate_tests
Stage: validate_progs
Stage: submit
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README.md
+8
-8
8 additions, 8 deletions
README.md
with
9 additions
and
9 deletions
Makefile
+
1
−
1
View file @
e9f2decf
...
@@ -7,7 +7,7 @@ INCLUDE=$(SRC)/include
...
@@ -7,7 +7,7 @@ INCLUDE=$(SRC)/include
VERSIONS
?=
original vuln-1 vuln-2 vuln-3 vuln-4 vuln-5
VERSIONS
?=
original vuln-1 vuln-2 vuln-3 vuln-4 vuln-5
VBINARIES
=
$(
VERSIONS:%
=
%/
$(
BINARY
))
VBINARIES
=
$(
VERSIONS:%
=
%/
$(
BINARY
))
BIN_TARGETS
=
$(
VBINARIES:%
=
%-san
)
$(
VBINARIES:%
=
%-fuzz
)
$(
VBINARIES:%
=
%-cov
)
BIN_TARGETS
=
$(
VBINARIES
)
$(
VBINARIES:%
=
%-san
)
$(
VBINARIES:%
=
%-fuzz
)
$(
VBINARIES:%
=
%-cov
)
BIN_DIRS
=
$(
BIN
)
$(
VERSIONS:%
=
$(
BIN
)
/%
)
BIN_DIRS
=
$(
BIN
)
$(
VERSIONS:%
=
$(
BIN
)
/%
)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
8
−
8
View file @
e9f2decf
...
@@ -5,22 +5,22 @@ information.
...
@@ -5,22 +5,22 @@ information.
Structure of this repository:
Structure of this repository:
FIXME FIXME FIXME all out of date!!
*
src/original/: - where the code for the original passbook lives
*
src/vuln-1 -- src/vuln-5 - where your vulnerable versions will live
*
src/: - where the code for the C implementation of the passbook lives
*
poc/: - where your PoCs will live
*
src/pocs/: - where your PoCs live
*
fuzzer/: - where your fuzzer will live
*
fuzzer/: - where your fuzzer will live
Pre-Included Scripts:
Pre-Included Scripts:
*
src/Makefile - makefile for building the C implementation etc.
*
Makefile - makefile for building the C implementation etc.
*
src/get_coverage.sh - script to generate coverage reports
*
get_coverage.sh - script to generate coverage reports
*
run_fuzzer.sh - script for running your fuzzer to generate inputs
Vulnerable Versions (you should put your security vulnerabilities in here):
Vulnerable Versions (you should put your security vulnerabilities in here):
*
src/passbook
-vuln1
.c -- src/passbook
-vuln5
.c
*
src/
vuln-1/
passbook.c -- src/
vuln-5/
passbook.c
Proofs of Concept (PoCs that you should provide for each vulnerability):
Proofs of Concept (PoCs that you should provide for each vulnerability):
*
src/pocs/poc1.txt -- src/pocs/poc5.txt
*
poc/vuln-1.poc -- poc/vuln-5.poc
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment