Skip to content

Commit ecf2b53

Browse files
myterons19110
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/README.md
Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: myteron <[email protected]>
1 parent 9ae674e commit ecf2b53

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-682/CWE-1335/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ bits that exist in the operand]</a>
217217
[SEI CERT JAVA 2024]
218218
</td>
219219
<td>
220-
NUM01-P3 Do Not Perform Bit-wise and Arithmetic Operations on the Same Data [online]. Available from: <a href="https://eteamspace.internal.ericsson.com/pages/viewpage.action?pageId=1122687324">https://eteamspace.internal.ericsson.com/pages/viewpage.action?pageId=1122687324</a>, [Accessed 6 May 2025]
220+
NUM01-J. Do not perform bitwise and arithmetic operations on the same data [online]. Available from: <a href="https://wiki.sei.cmu.edu/confluence/display/java/NUM01-J.+Do+not+perform+bitwise+and+arithmetic+operations+on+the+same+data">https://wiki.sei.cmu.edu/confluence/display/java/NUM01-J.+Do+not+perform+bitwise+and+arithmetic+operations+on+the+same+data</a>, [Accessed 6 May 2025]
221221
</td>
222222
</tr>
223223
<tr>

0 commit comments

Comments
 (0)