Skip to content

Commit 3b9ce1c

Browse files
Merge pull request FallibleInc#19 from radarhere/master
Fixed typos
2 parents e7f486a + 594165f commit 3b9ce1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Our detailed explanations should help the first type while we hope our checklist
5151
11.2 Data integrity check for 3rd party code
5252
11.3 Certificate Pinning
5353
12. Configuration mistakes
54-
12.0 Provisoning in cloud: Ports, Shodan & AWS
54+
12.0 Provisioning in cloud: Ports, Shodan & AWS
5555
12.1 Honey, you left the debug mode on
5656
12.2 Logging (or not logging)
5757
12.3 Monitoring

security-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
- [ ] `Sanitize` all user inputs or any input parameters exposed to user to prevent [SQL Injection](https://en.wikipedia.org/wiki/SQL_injection).
5656
- [ ] Sanitize user input if using it directly for functionalities like CSV import.
5757
- [ ] `Sanitize` user input for special cases like robots.txt as profile names in case you are using a url pattern like coolcorp.io/username.
58-
- [ ] Do not hand code or build JSON by string concatenation ever, no matter how small the object is. Use your langauge defined libraries or framework.
58+
- [ ] Do not hand code or build JSON by string concatenation ever, no matter how small the object is. Use your language defined libraries or framework.
5959
- [ ] Sanitize inputs that take some sort of URLs to prevent [SSRF](https://docs.google.com/document/d/1v1TkWZtrhzRLy0bYXBcdLUedXGb9njTNIJXa3u9akHM/edit#heading=h.t4tsk5ixehdd).
6060
- [ ] Sanitize Outputs before displaying to users.
6161

@@ -70,7 +70,7 @@
7070
- [ ] Do not leave the DEBUG mode on. In some frameworks, DEBUG mode can give access full-fledged REPL or shells or expose critical data in error messages stacktraces.
7171
- [ ] Be prepared for bad actors & DDOS - use [Cloudflare](https://www.cloudflare.com/ddos/).
7272
- [ ] Set up monitoring for your systems, and log stuff (use [New Relic](https://newrelic.com/) or something like that).
73-
- [ ] If developing for enterprise customers, adhere to compliance requirements. If AWS S3, consider using the feature to [encrypt data](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html). If using AWS EC2, consider using the feature to use encrypted volumes (even boot volumes can be encypted now).
73+
- [ ] If developing for enterprise customers, adhere to compliance requirements. If AWS S3, consider using the feature to [encrypt data](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html). If using AWS EC2, consider using the feature to use encrypted volumes (even boot volumes can be encrypted now).
7474

7575
##### PEOPLE
7676
- [ ] Set up an email (e.g. [email protected]) and a page for security researchers to report vulnerabilities.

vulnerabilities-stats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ At the time of writing, the Hackerone platform had 1731 publicly disclosed bugs
2020
| Unclassified+Info+Junk | 376 | 21.7
2121

2222

23-
#### Issues sorted by their frequency of occurence
23+
#### Issues sorted by their frequency of occurrence
2424

2525
1 out of 3 issues were related to XSS, Insecure references to data (data leak) or missing CSRF token. The [Hackerone page](https://hackerone.com/hacktivity/new) listing these issues is quite interesting and can be read.
2626

0 commit comments

Comments
 (0)