|
53 | 53 | { |
54 | 54 | "data": { |
55 | 55 | "text/plain": [ |
56 | | - "{'python_version': '3.14.3', 'python_implementation': 'CPython'}" |
| 56 | + "{'python_version': '3.14.4', 'python_implementation': 'CPython'}" |
57 | 57 | ] |
58 | 58 | }, |
59 | 59 | "execution_count": 2, |
|
86 | 86 | "metadata": {}, |
87 | 87 | "outputs": [], |
88 | 88 | "source": [ |
89 | | - "from codeaudit.api_interfaces import version_info" |
| 89 | + "from codeaudit.api_interfaces import version" |
90 | 90 | ] |
91 | 91 | }, |
92 | 92 | { |
|
98 | 98 | { |
99 | 99 | "data": { |
100 | 100 | "text/plain": [ |
101 | | - "{'name': 'Python_Code_Audit', 'version': '1.6.3.dev39+ga990bb23a.d20260411'}" |
| 101 | + "{'name': 'Python_Code_Audit', 'version': '1.6.5rc2'}" |
102 | 102 | ] |
103 | 103 | }, |
104 | 104 | "execution_count": 4, |
|
107 | 107 | } |
108 | 108 | ], |
109 | 109 | "source": [ |
110 | | - "version_info()" |
| 110 | + "version()" |
111 | 111 | ] |
112 | 112 | }, |
113 | 113 | { |
|
184 | 184 | "data": { |
185 | 185 | "text/plain": [ |
186 | 186 | "{'name': 'Python_Code_Audit',\n", |
187 | | - " 'version': '1.6.3.dev39+ga990bb23a.d20260411',\n", |
188 | | - " 'generated_on': '2026-04-11 13:56',\n", |
| 187 | + " 'version': '1.6.5rc2',\n", |
| 188 | + " 'generated_on': '2026-04-21 21:53',\n", |
189 | 189 | " 'pandas_vulnerability_info': [{'id': 'PYSEC-2020-73',\n", |
190 | 190 | " 'summary': '',\n", |
191 | 191 | " 'details': \"** DISPUTED ** pandas through 1.0.3 can unserialize and execute commands from an untrusted file that is passed to the read_pickle() function, if __reduce__ makes an os.system call. NOTE: third parties dispute this issue because the read_pickle() function is documented as unsafe and it is the user's responsibility to use the function in a secure manner.\",\n", |
|
240 | 240 | "data": { |
241 | 241 | "text/plain": [ |
242 | 242 | "{'name': 'Python_Code_Audit',\n", |
243 | | - " 'version': '1.6.3.dev39+ga990bb23a.d20260411',\n", |
244 | | - " 'generated_on': '2026-04-11 13:56',\n", |
| 243 | + " 'version': '1.6.5rc2',\n", |
| 244 | + " 'generated_on': '2026-04-21 21:53',\n", |
245 | 245 | " 'requests_vulnerability_info': [{'id': 'GHSA-652x-xj99-gmcc',\n", |
246 | 246 | " 'summary': 'Exposure of Sensitive Information to an Unauthorized Actor in Requests',\n", |
247 | 247 | " 'details': 'Requests (aka python-requests) before 2.3.0 allows remote servers to obtain sensitive information by reading the Proxy-Authorization header in a redirected request.',\n", |
|
355 | 355 | "data": { |
356 | 356 | "text/plain": [ |
357 | 357 | "{'name': 'Python_Code_Audit',\n", |
358 | | - " 'version': '1.6.3.dev39+ga990bb23a.d20260411',\n", |
359 | | - " 'generated_on': '2026-04-11 13:56',\n", |
| 358 | + " 'version': '1.6.5rc2',\n", |
| 359 | + " 'generated_on': '2026-04-21 21:53',\n", |
360 | 360 | " 'validations': [{'name': 'Assertions',\n", |
361 | 361 | " 'construct': 'assert',\n", |
362 | 362 | " 'severity': 'Low',\n", |
|
717 | 717 | "name": "python", |
718 | 718 | "nbconvert_exporter": "python", |
719 | 719 | "pygments_lexer": "ipython3", |
720 | | - "version": "3.14.3" |
| 720 | + "version": "3.14.4" |
721 | 721 | } |
722 | 722 | }, |
723 | 723 | "nbformat": 4, |
|
0 commit comments