Skip to content

Commit f864d02

Browse files
authored
Merge pull request #709 from ninp0/master
All modules within `PWN::SAST` namespace - update NIST 800-53 URI val…
2 parents 62414c8 + aecb567 commit f864d02

19 files changed

+21
-21
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ cd /opt/pwn
3737
$ ./install.sh
3838
$ ./install.sh ruby-gem
3939
$ pwn
40-
pwn[v0.5.272]:001 >>> PWN.help
40+
pwn[v0.5.273]:001 >>> PWN.help
4141
```
4242

4343
[![Installing the pwn Security Automation Framework](https://raw.githubusercontent.com/0dayInc/pwn/master/documentation/pwn_install.png)](https://youtu.be/G7iLUY4FzsI)
@@ -52,7 +52,7 @@ $ rvm use ruby-3.4.1@pwn
5252
$ gem uninstall --all --executables pwn
5353
$ gem install --verbose pwn
5454
$ pwn
55-
pwn[v0.5.272]:001 >>> PWN.help
55+
pwn[v0.5.273]:001 >>> PWN.help
5656
```
5757

5858
If you're using a multi-user install of RVM do:
@@ -62,7 +62,7 @@ $ rvm use ruby-3.4.1@pwn
6262
$ rvmsudo gem uninstall --all --executables pwn
6363
$ rvmsudo gem install --verbose pwn
6464
$ pwn
65-
pwn[v0.5.272]:001 >>> PWN.help
65+
pwn[v0.5.273]:001 >>> PWN.help
6666
```
6767

6868
PWN periodically upgrades to the latest version of Ruby which is reflected in `/opt/pwn/.ruby-version`. The easiest way to upgrade to the latest version of Ruby from a previous PWN installation is to run the following script:

lib/pwn/sast/csrf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module CSRF
109109
{
110110
sast_module: self,
111111
section: 'MALICIOUS CODE PROTECTION',
112-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-3',
112+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-03',
113113
cwe_id: '352',
114114
cwe_uri: 'https://cwe.mitre.org/data/definitions/352.html'
115115
}

lib/pwn/sast/emoticon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module Emoticon
118118
{
119119
sast_module: self,
120120
section: 'LEAST PRIVILEGE',
121-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=AC-6',
121+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=AC-06',
122122
cwe_id: '546',
123123
cwe_uri: 'https://cwe.mitre.org/data/definitions/546.html'
124124
}

lib/pwn/sast/eval.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module Eval
111111
{
112112
sast_module: self,
113113
section: 'MALICIOUS CODE PROTECTION',
114-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-3',
114+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-03',
115115
cwe_id: '95',
116116
cwe_uri: 'https://cwe.mitre.org/data/definitions/95.html'
117117
}

lib/pwn/sast/inner_html.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module InnerHTML
111111
{
112112
sast_module: self,
113113
section: 'MALICIOUS CODE PROTECTION',
114-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-3',
114+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-03',
115115
cwe_id: '79',
116116
cwe_uri: 'https://cwe.mitre.org/data/definitions/79.html'
117117
}

lib/pwn/sast/local_storage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module LocalStorage
112112
{
113113
sast_module: self,
114114
section: 'MALICIOUS CODE PROTECTION',
115-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-3',
115+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-03',
116116
cwe_id: '79',
117117
cwe_uri: 'https://cwe.mitre.org/data/definitions/79.html'
118118
}

lib/pwn/sast/location_hash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module LocationHash
111111
{
112112
sast_module: self,
113113
section: 'MALICIOUS CODE PROTECTION',
114-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-3',
114+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-03',
115115
cwe_id: '79',
116116
cwe_uri: 'https://cwe.mitre.org/data/definitions/79.html'
117117
}

lib/pwn/sast/outer_html.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ module OuterHTML
111111
{
112112
sast_module: self,
113113
section: 'MALICIOUS CODE PROTECTION',
114-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-3',
114+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SI-03',
115115
cwe_id: '79',
116116
cwe_uri: 'https://cwe.mitre.org/data/definitions/79.html'
117117
}

lib/pwn/sast/pom_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module PomVersion
119119
{
120120
sast_module: self,
121121
section: 'VULNERABILITY SCANNING',
122-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=RA-5',
122+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=RA-05',
123123
cwe_id: '.0',
124124
cwe_uri: 'https://cwe.mitre.org/data/definitions/1104.html'
125125
}

lib/pwn/sast/port.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ module Port
117117
{
118118
sast_module: self,
119119
section: 'TRANSMISSION CONFIDENTIALITY AND INTEGRITY',
120-
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SC-8',
120+
nist_800_53_uri: 'https://csrc.nist.gov/projects/cprt/catalog#/cprt/framework/version/SP_800_53_5_1_1/home?element=SC-08',
121121
cwe_id: '319',
122122
cwe_uri: 'https://cwe.mitre.org/data/definitions/319.html'
123123
}

0 commit comments

Comments
 (0)