vault backup: 2022-08-01 20:15:05

This commit is contained in:
Jet Hughes 2022-08-01 20:15:05 +12:00
parent 60b0d10b5a
commit e00b376156
3 changed files with 34 additions and 8 deletions

View File

@ -1,12 +1,12 @@
---
title: "01-big-picture"
title: "01-information-assurance"
aliases:
tags:
- comp210
- lecture
sr-due: 2022-08-01
sr-interval: 9
sr-ease: 250
sr-due: 2022-08-31
sr-interval: 30
sr-ease: 270
---
- [information-security](notes/information-security.md)
@ -32,6 +32,32 @@ sr-ease: 250
# In the news
- [Axie hack](https://thehackernews.com/2022/07/hackers-used-fake-job-offer-to-hack-and.html)

View File

@ -4,8 +4,8 @@ aliases:
tags:
- lecture
- cosc203
sr-due: 2022-08-01
sr-interval: 3
sr-due: 2022-08-09
sr-interval: 8
sr-ease: 250
---
@ -67,7 +67,7 @@ async function myFunction(){
# error handling
the fetch API can throw errors
to handle these promise objects have a `catch` method. this is similar to a `.then` but only trigger when there is an error.
to handle these, promise objects have a `catch` method. this is similar to a `.then` but only trigger when there is an error.
``` javascript
const fetchPromise = fetch('https://url.url.json')

View File

@ -22,7 +22,7 @@ No final exam
- [randomness](notes/randomness.md)
# Lectures
- [01-big-picture](notes/01-big-picture.md)
- [01-information-assurance](notes/01-information-assurance.md)
- [02-concepts-and-roles](notes/02-concepts-and-roles.md)
- [03-threats-social-engineering-and-failures](notes/03-threats-social-engineering-and-failures.md)
- [04-authentication-authorisation-passwords](notes/04-authentication-authorisation-passwords.md)