<div class="container">
    <h1>Security update for python-requests</h1>

    <table class="table table-striped table-bordered">
        <tbody>
        <tr>
            <th>Announcement ID:</th>
            <td>SUSE-SU-2025:20034-1</td>
        </tr>
        <tr>
            <th>Release Date:</th>
            <td>2025-02-03T08:52:32Z</td>
        </tr>
        
        <tr>
            <th>Rating:</th>
            <td>moderate</td>
        </tr>
        <tr>
            <th>References:</th>
            <td>
                <ul>
                    
                        <li style="display: inline;">
                            <a href="https://bugzilla.suse.com/show_bug.cgi?id=1224788">bsc#1224788</a>
                        </li>
                    
                    
                </ul>
            </td>
        </tr>
        
            <tr>
                <th>
                    Cross-References:
                </th>
                <td>
                    <ul>
                    
                        <li style="display: inline;">
                            <a href="https://www.suse.com/security/cve/CVE-2024-35195.html">CVE-2024-35195</a>
                        </li>
                    
                    </ul>
                </td>
            </tr>
            <tr>
                <th>CVSS scores:</th>
                <td>
                    <ul class="list-group">
                        
                            <li class="list-group-item">
                                <span class="cvss-reference">CVE-2024-35195</span>
                                <span class="cvss-source">
                                    (
                                    
                                        SUSE
                                    
                                    ):
                                </span>
                                <span class="cvss-score">6.0</span>
                                <span class="cvss-vector">CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:N</span>
                            </li>
                        
                    </ul>
                </td>
            </tr>
        
        <tr>
            <th>Affected Products:</th>
            <td>
                <ul class="list-group">
                    
                        <li class="list-group-item">SUSE Linux Micro 6.0</li>
                    
                </ul>
            </td>
        </tr>
        </tbody>
    </table>

    <p>An update that solves one vulnerability can now be installed.</p>

    


    
        <h2>Description:</h2>
    
    <p>This update for python-requests fixes the following issues:</p>
<ul>
<li>Update to 2.32.2</li>
<li>
<p>To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes in 2.32.0, 
    we&#x27;ve renamed _get_connection to a new public API, get_connection_with_tls_context. Existing 
    custom HTTPAdapters will need to migrate their code to use this new API. get_connection is 
    considered deprecated in all versions of Requests>=2.32.0.</p>
</li>
<li>
<p>Update to 2.32.1</p>
</li>
<li>Fixed an issue where setting verify=False on the first request from a Session 
    will cause subsequent requests to the same origin to also ignore cert verification, 
    regardless of the value of verify. (bsc#1224788, CVE-2024-35195)</li>
<li>verify=True now reuses a global SSLContext which should improve request time 
    variance between first and subsequent requests.</li>
<li>Requests now supports optional use of character detection (chardet or charset_normalizer) 
    when repackaged or vendored. This enables pip and other projects to minimize their 
    vendoring surface area.</li>
<li>Requests has officially added support for CPython 3.12 and dropped support for CPython 3.7.</li>
<li>Starting in Requests 2.33.0, Requests will migrate to a PEP 517 build system using hatchling.</li>
</ul>



    

    <h2>Patch Instructions:</h2>
    <p>
        To install this SUSE  update use the SUSE recommended
        installation methods like YaST online_update or "zypper patch".<br/>

        Alternatively you can run the command listed for your product:
    </p>
    <ul class="list-group">
        
            <li class="list-group-item">
                SUSE Linux Micro 6.0
                
                    
                        <br/>
                        <code>zypper in -t patch SUSE-SLE-Micro-6.0-28=1</code>
                    
                    
                
            </li>
        
    </ul>

    <h2>Package List:</h2>
    <ul>
        
            
                <li>
                    SUSE Linux Micro 6.0 (noarch)
                    <ul>
                        
                            <li>python311-requests-2.32.2-1.1</li>
                        
                    </ul>
                </li>
            
        
    </ul>

    
        <h2>References:</h2>
        <ul>
            
                
                    <li>
                        <a href="https://www.suse.com/security/cve/CVE-2024-35195.html">https://www.suse.com/security/cve/CVE-2024-35195.html</a>
                    </li>
                
            
                
                    <li>
                        <a href="https://bugzilla.suse.com/show_bug.cgi?id=1224788">https://bugzilla.suse.com/show_bug.cgi?id=1224788</a>
                    </li>
                
            
        </ul>
    
</div>