nidhi0512 / cxtest1

0 stars 0 forks source link

CX Integer_Underflow @ src/attendancems_with_prepared22/NewBatchInternalFrame.java [main] #8

Open nidhi0512 opened 2 years ago

nidhi0512 commented 2 years ago

Integer_Underflow issue exists @ src/attendancems_with_prepared22/NewBatchInternalFrame.java in branch main

The val...

Severity: Low

CWE:191

Vulnerability details and guidance

Checkmarx

Training Recommended Fix

Lines: 561


Code (Line #561):

int a = c.st.executeUpdate("update tbl_batch set batch_status = 'false' where batch_code = '"+jTextField1.getText()+"'");

nidhi0512 commented 2 years ago

Issue still exists.