Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
python-Js2Py.34528
CVE-2024-28397.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2024-28397.patch of Package python-Js2Py.34528
Index: Js2Py-0.74/js2py/constructors/jsobject.py =================================================================== --- Js2Py-0.74.orig/js2py/constructors/jsobject.py +++ Js2Py-0.74/js2py/constructors/jsobject.py @@ -48,7 +48,7 @@ class ObjectMethods: raise MakeError( 'TypeError', 'Object.getOwnPropertyDescriptor called on non-object') - return obj.own.keys() + return list(obj.own.keys()) def create(obj): if not (obj.is_object() or obj.is_null()):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor