Skip to content

Commit

Permalink
Rename description files to migration style numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyaray committed Mar 24, 2017
1 parent 41bc64c commit 4440dbb
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ We will go through the process of developing a secure application that:
- provides ethical terms and conditions of use

## Weekly breakdown of the semester project:
- [A: Basic File Store API](descriptions/a_filestore_api.md)
- [B: Relational Databases and API Testing](descriptions/b_db_testing.md)
- [C: Database Hardening: DB Vulnerabilities and Encryption](descriptions/c_db_hardening.md)
- [D: Secure User Accounts: Passwords and Associations](descriptions/d_secure_accounts.md)
- [E: Deployed API + Interface Client](descriptions/e_interface_client.md)
- [F: Token Based Authentication](descriptions/f_token_authentication.md)
- [G: Form Validation and SSL Enforcement](descriptions/g_validation_ssl.md)
- [H: Token Based Authorization](descriptions/h_token_authorization.md)
- [I: OAuth Protocol and Single-Table Inheritance](descriptions/i_oauth_protocol.md)
- [J: Signed Apps and XSS Prevention](descriptions/j_distributed_security.md)
- [K: Final Presentations](descriptions/k_final_presentation.md)
- [A: Basic File Store API](descriptions/010_filestore_api.md)
- [B: Relational Databases and API Testing](descriptions/020_db_testing.md)
- [C: Database Hardening: DB Vulnerabilities and Encryption](descriptions/030_db_hardening.md)
- [D: Secure User Accounts: Passwords and Associations](descriptions/040_secure_accounts.md)
- [E: Deployed API + Interface Client](descriptions/050_interface_client.md)
- [F: Token Based Authentication](descriptions/060_token_authentication.md)
- [G: Form Validation and SSL Enforcement](descriptions/070_validation_ssl.md)
- [H: Token Based Authorization](descriptions/080_token_authorization.md)
- [I: OAuth Protocol and Single-Table Inheritance](descriptions/090_oauth_protocol.md)
- [J: Signed Apps and XSS Prevention](descriptions/100_distributed_security.md)
- [K: Final Presentations](descriptions/110_final_presentation.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4440dbb

Please sign in to comment.