generated from ossf/project-template
-
Notifications
You must be signed in to change notification settings - Fork 183
Reviewed the Python Secure Coding Guide and made a lot of minor changes #1004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0bd2a87
Big Review
BartKaras1128 307abc1
Merge branch 'main' into reviews
BartKaras1128 91a2772
Fix typos in README.md for example scripts
myteron 07dd99c
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/01/README.md
BartKaras1128 54f4632
Update docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-78/README.md
BartKaras1128 cb1fe53
Added Checkoway reference as suggested by Helge
BartKaras1128 7d8194d
Update CWE-501 README
BartKaras1128 795d88f
Update docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-833/README.md
BartKaras1128 dd283c9
Update docs/Secure-Coding-Guide-for-Python/CWE-691/CWE-617/README.md
BartKaras1128 a76c95f
Update docs/Secure-Coding-Guide-for-Python/CWE-691/CWE-617/README.md
BartKaras1128 9b1dd46
Update docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-330/README.md
BartKaras1128 c0ec841
Update docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/README.md
BartKaras1128 1ed40f1
Update docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-755/README.md
BartKaras1128 6571931
Update docs/Secure-Coding-Guide-for-Python/CWE-707/CWE-78/README.md
BartKaras1128 764afe0
Update docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1095/README.md
BartKaras1128 384286f
Update README.md on CWE-1095 to fix linting
BartKaras1128 74b835f
Update README.md in CWE-502 to remove bare link.
BartKaras1128 2202e1c
Update README.md in CWE-1095 to fix linting issues.
BartKaras1128 f5071f4
Update docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/README.md
BartKaras1128 153daec
Update docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-501/README.md
BartKaras1128 b964558
Update CWE-1335 tables to be html format again.
BartKaras1128 2db54d8
Added html format back to table in CWE-798
BartKaras1128 887a733
CWE-117, added html tables back.
BartKaras1128 65dd460
CWE-117, added html tables back.
BartKaras1128 567bbf3
CWE-78 - Added html format back
BartKaras1128 d2e2eb2
Updated extra line in CWE-1335
BartKaras1128 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/01/example01.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/01/example02.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| # SPDX-FileCopyrightText: OpenSSF project contributors | ||
| # SPDX-License-Identifier: MIT | ||
| """example code""" | ||
| for shift in [16, 32, 64]: | ||
| bar = 5225 << shift | ||
| print("foo << " + str(shift) + ": type " + str(type(bar)) + " " + str(bin(bar))) |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.