Skip to content

Commit

Permalink
Updated for v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy Baukema committed Dec 12, 2016
1 parent f840c8b commit 228736b
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions src/aasvs.json
Expand Up @@ -42,7 +42,7 @@
"chapterNr": "1",
"nr": "3",
"shortTitle": {
"en": "A high-level architecture as been defined"
"en": "A high-level architecture has been defined"
},
"related": []
},
Expand Down Expand Up @@ -102,6 +102,14 @@
},
"related": []
},
{
"chapterNr": "1",
"nr": "11",
"shortTitle": {
"en": "No known vulnerabilities"
},
"related": []
},
{
"chapterNr": "2",
"nr": "1",
Expand Down Expand Up @@ -360,6 +368,14 @@
},
"related": []
},
{
"chapterNr": "2",
"nr": "33",
"shortTitle": {
"en": "Password managers are usable"
},
"related": []
},
{
"chapterNr": "3",
"nr": "1",
Expand Down Expand Up @@ -549,7 +565,7 @@
"chapterNr": "4",
"nr": "9",
"shortTitle": {
"en": "Access control rules are enfoced server side"
"en": "Access control rules are enforced server side"
},
"related": []
},
Expand Down Expand Up @@ -646,7 +662,7 @@
"chapterNr": "5",
"nr": "5",
"shortTitle": {
"en": "Input validation or encoding is performed and enforced on the server side."
"en": "Server side validation or encoding"
},
"related": []
},
Expand Down Expand Up @@ -718,7 +734,7 @@
"chapterNr": "5",
"nr": "15",
"shortTitle": {
"en": "TODO"
"en": "XSS"
},
"related": []
},
Expand Down Expand Up @@ -1015,7 +1031,7 @@
"chapterNr": "8",
"nr": "13",
"shortTitle": {
"en": "Non-printable symbols and field separators are properly encoded in logs"
"en": "Time sources are synchronized"
},
"related": []
},
Expand Down Expand Up @@ -1621,24 +1637,16 @@
{
"chapterNr": "16",
"nr": "8",
"shortTitle": {
"en": "Deny access to resources or systems outside web or app server"
},
"related": []
},
{
"chapterNr": "16",
"nr": "9",
"shortTitle": {
"en": "Does not execute uploaded data from untrusted sources"
},
"related": []
},
{
"chapterNr": "16",
"nr": "10",
"nr": "9",
"shortTitle": {
"en": "RIA cross domain resource sharing configuration"
"en": "Does not use non-native web technology"
},
"related": []
},
Expand Down Expand Up @@ -1726,7 +1734,7 @@
"chapterNr": "17",
"nr": "11",
"shortTitle": {
"en": "App binary has been obfuscated"
"en": "App validates input"
},
"related": []
},
Expand Down

0 comments on commit 228736b

Please sign in to comment.